Agent
Updates shared API contracts and dependency map to match actual service implementations. Called by cascade-orchestrator after each service is modified.
AI-native coordination for multi-service development. Claude Code plugin.
Agent
Updates shared API contracts and dependency map to match actual service implementations. Called by cascade-orchestrator after each service is modified.
Agent
Creates detailed implementation plans for cross-service changes. Analyzes impact across all services, maps file changes, defines verification criteria. Called by cascade-orchestrator before implementation begins.
Agent
Verifies cross-service consistency after changes. Checks for stale references, contract mismatches, and broken imports. Reports specific failures with file paths and line numbers. READ-ONLY — does not fix anything.
Agent
Implements code changes in a single service. Called by cascade-orchestrator with a specific service path and change description. Follows TDD when test infrastructure exists. Does NOT update contracts.
Agent
Use this agent for any change that spans multiple services or requires cross-service coordination. Examples: adding a field that flows through multiple services, renaming a field across all services, adding middleware to all services, updating API contracts, or any change where one service's modification affects…