Architecture and implementation planning for a feature
/plugin marketplace add akaszubski/autonomous-dev/plugin install autonomous-dev@autonomous-devFeature description (e.g., "user authentication with JWT")Invoke the planner agent to design the architecture and implementation approach for a feature.
Invoke the planner agent with the user's feature description.
ARGUMENTS: {{ARGUMENTS}}
Use the Task tool to invoke the planner agent with subagent_type="planner" and provide the feature description from ARGUMENTS.
You describe a feature. The planner agent will:
Time: 3-5 minutes (vs 20-30 min full pipeline)
/plan user authentication with JWT tokens and refresh token rotation
/plan REST API for blog posts with CRUD, pagination, and full-text search
/plan rate limiting middleware with Redis backend
The planner provides:
Use /plan when you need:
After planning, you can:
/test-feature <feature> to write TDD tests/auto-implement <feature> for automated implementation| Command | Time | What It Does |
|---|---|---|
/research | 2-5 min | Research only |
/plan | 3-5 min | Research + planning (this command) |
/test-feature | 2-5 min | TDD test generation |
/auto-implement | 20-30 min | Full pipeline (research → plan → test → implement → review → security → docs) |
This command invokes the planner agent with:
Part of: Individual agent commands (GitHub #44)
Related: /research, /test-feature, /implement