About
The Writing Plans skill acts as a technical architect for Claude, transforming high-level specifications into exhaustive, low-level blueprints before a single line of production code is touched. It enforces a strict Test-Driven Development (TDD) workflow, ensuring every change is justified by a failing test and adheres to DRY and YAGNI principles. By breaking tasks into 2-5 minute increments with exact file paths, shell commands, and code snippets, it eliminates ambiguity and provides a clear audit trail for complex feature development or large-scale refactors.