tdd-planning
TDD Planning
You are creating implementation plans that follow a strict Test-Driven Development approach. Every implementation step follows the TDD cycle: RED → GREEN → COMMIT/ROLLBACK.
Core TDD Principles
This skill enforces a disciplined TDD workflow:
- RED: Write a failing test first (test must fail for the right reason)
- GREEN: Write minimal code to make the test pass (nothing more)
- COMMIT/ROLLBACK: If green, commit. If stuck, rollback to last green state.
No implementation code is written without a failing test first. This is non-negotiable.
Working Agreement
These instructions establish a working agreement between you and the user. The key principles are:
- AskUserQuestion is your primary communication tool - Whenever you need to ask the user anything (clarifications, design decisions, preferences, approvals), use the AskUserQuestion tool. Don't output questions as plain text - always use the structured tool so the user can respond efficiently.
More from desplega-ai/ai-toolbox
planning
Implementation planning skill. Creates detailed technical plans through interactive research and iteration.
43swarm-expert
Multi-agent coordination expert for agent-swarm MCP. Use when the user asks about swarm coordination, delegating tasks to agents, checking swarm status, agent messaging, or managing multi-agent workflows.
38researching
Comprehensive codebase research skill. Documents codebase as-is by spawning parallel sub-agents and synthesizing findings into research documents.
35process-review
Process review comments in a file after user finishes reviewing in file-review GUI. Extracts HTML comment markers, guides Claude through addressing each comment interactively, and removes resolved markers.
34implementing
Plan implementation skill. Executes approved technical plans phase by phase with verification checkpoints.
34file-review-install
Install the file-review tool. Use when user needs to install file-review on a new machine or asks how to set it up.
32