TDD test generation for a feature
/plugin marketplace add akaszubski/autonomous-dev/plugin install autonomous-dev@autonomous-devFeature description (e.g., "rate limiting tests")Invoke the test-master agent to write comprehensive TDD tests for a feature.
Invoke the test-master agent with the user's feature description.
ARGUMENTS: {{ARGUMENTS}}
Use the Task tool to invoke the test-master agent with subagent_type="test-master" and provide the feature description from ARGUMENTS.
You describe a feature. The test-master agent will:
Time: 2-5 minutes (vs 20-30 min full pipeline)
/test-feature rate limiting with sliding window
/test-feature JWT authentication with token refresh
/test-feature blog post CRUD API with pagination
The test-master provides:
All tests will FAIL initially (TDD approach - write tests before code).
Use /test-feature when you need:
After test generation, you can:
/implement <feature> to make tests pass/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 (this command) |
/implement | 5-10 min | Code implementation |
/auto-implement | 20-30 min | Full pipeline (research → plan → test → implement → review → security → docs) |
This command invokes the test-master agent with:
Part of: Individual agent commands (GitHub #44)
Related: /plan, /implement, /auto-implement