tdd-powerhouse
TDD Powerhouse Workflow
Purpose
Orchestrate complete Test-Driven Development using all three MCP tools in harmony. This is the ultimate systematic development workflow combining behavioral guidance, code intelligence, and persistent memory.
When to Activate
Use when the user:
- Implements new features: "build payment processing", "add user authentication"
- Wants TDD discipline: "use TDD", "test-first development"
- Builds from scratch: "create a new service", "implement new API"
- Emphasizes quality: "build this right", "with proper tests"
The Powerhouse Trinity
🧭 Sherpa - Workflow Guidance
- Guides through TDD phases
- Celebrates progress
- Tracks milestones
- Builds systematic habits
More from anortham/mcp-toolbox-workflows
bug-detective
Systematic bug hunting combining Sherpa's debugging workflow, Julie's execution tracing, and Goldfish's investigation tracking. Activates for bug fixes with methodical reproduction, test capture, fix, and verification. Use when debugging errors or fixing bugs.
1smart-session-start
Intelligent session initialization combining Goldfish memory recall, Julie workspace re-indexing, and Sherpa workflow suggestion. MANDATORY at session start - automatically restores context, suggests next steps, and resumes work seamlessly. Activates at the beginning of every coding session.
1explore-and-document
Systematically explore unfamiliar codebases and document findings using Julie's code intelligence, Sherpa's exploration workflow, and Goldfish's documentation. Activates when learning new code with semantic search, architecture mapping, and persistent documentation.
1refactor-with-confidence
Safe code refactoring combining Sherpa's refactor workflow, Julie's reference checking and safe renaming, and Goldfish's before/after checkpointing. Activates for code improvement with systematic testing, refactoring, and verification. Use when cleaning up or improving existing code.
1