Code implementation to make tests pass
/plugin marketplace add akaszubski/autonomous-dev/plugin install autonomous-dev@autonomous-devFeature description (e.g., "implement rate limiting")Invoke the implementer agent to write code that makes tests pass.
Invoke the implementer agent with the user's feature description.
ARGUMENTS: {{ARGUMENTS}}
Use the Task tool to invoke the implementer agent with subagent_type="implementer" and provide the feature description from ARGUMENTS.
You describe a feature. The implementer agent will:
Time: 5-10 minutes (vs 20-30 min full pipeline)
/implement rate limiting with Redis backend
/implement JWT authentication with token refresh
/implement blog post CRUD API endpoints
The implementer provides:
Use /implement when you need:
For best results:
/test-feature or write manually)/plan or know the approach)If no tests exist, the implementer will still work but may not follow TDD.
After implementation, you can:
/review for quality check/security-scan for vulnerabilities/update-docs for documentation/auto-implement <feature> for complete workflow| Command | Time | What It Does |
|---|---|---|
/research | 2-5 min | Research only |
/plan | 3-5 min | Research + planning |
/test-feature | 2-5 min | TDD test generation |
/implement | 5-10 min | Code implementation (this command) |
/review | 2-3 min | Code quality review |
/auto-implement | 20-30 min | Full pipeline (research → plan → test → implement → review → security → docs) |
This command invokes the implementer agent with:
Part of: Individual agent commands (GitHub #44)
Related: /test-feature, /review, /security-scan