Skip to main content
Source

This page is generated from devops-agent/eks-security/references/porting-notes.md. Edit the source, not this page.

Porting Notes — eks-security

This file documents the differences between the Claude Code version and the DevOps Agent port. It is for maintainers, not for the agent to read during execution.

Differences from Claude Code Version

AspectClaude Code versionDevOps Agent version
Execution modelInteractive — asks 8 discovery questions conversationallyAutonomous with HARD STOP gates — proceeds if context is sufficient, stops only for critical missing items
Discovery8 interactive questions before any recommendation3 mandatory context gates (compliance regime, workload sensitivity, OS/AMI preference); 5 additional context items gathered opportunistically
Tool accessUses Bash, kubectl, AWS CLI via MCP server for live cluster inspectionUses AWS APIs and Kubernetes APIs available in the Agent Space (read-only)
EscalationReferences internal SpecReq / Specialist processesRecommends engaging AWS Professional Services or Solutions Architects
Skill routingRoutes to sibling skills (eks-genai, eks-build, eks-design)Self-contained; notes alternative guidance domains without routing
Script executionCan run kube-bench, generate shell commandsAdvisory only — recommends commands for the user to execute
MCP dependenciesReferences eks-mcp-server for live dataNo MCP dependencies; uses Agent Space APIs directly