861 B
861 B
name, description
| name | description |
|---|---|
| feature-pipeline | Executes the full dev-to-docs pipeline: Developer -> Tester -> Reviewer -> Writer. |
What I do
I orchestrate a sequential feature implementation and verification pipeline:
- Developer: Implements the feature based on the spec.
- Reviewer: Audits the code and architectural soundness.
- Tester: Runs full unit/E2E test suites; repairs failures if found.
- Writer: Updates README and API docs based on verified code.
Execution Rules
- Stop and ask the user for clarification if a step fails or is ambiguous.
- Use the
@mention to trigger the respective subagents sequentially. - Pass the context from the previous stage to the next stage to ensure consistency.
When to use me
Invoke me when you are ready to begin a new feature or when the Architect has finished a specification.