/pipeline — Full Feature Pipeline
Build: $ARGUMENTS
- Understand —
agents/code-explorer.md: trace related code, map architecture, identify patterns - Design —
agents/architect.md: trade-offs, component structure, architecture decisions - Plan —
agents/planner.md: phased steps, dependencies, risks, success criteria - Build — Implement the plan following existing patterns. Handle all states.
- Fix build —
agents/build-error-resolver.md: fix type/build errors, minimal diffs - Review —
agents/code-reviewer.md+ language-specific reviewer - Security —
agents/security-reviewer.md: OWASP, secrets, input validation - Test —
agents/e2e-runner.md: E2E tests for critical paths - Document —
agents/doc-updater.md: update codemaps and README