Generates structured, step-by-step implementation plans for complex coding tasks to ensure accuracy and TDD adherence.
The writing-plans skill enables Claude to architect comprehensive implementation strategies before writing code, significantly reducing errors and technical debt. It offers two distinct modes: 'Full' plans for complex asynchronous handoffs—featuring complete code snippets and detailed TDD choreography—and 'Light' plans for immediate, same-session execution by subagents. By enforcing codebase orientation through symbol discovery and impact assessment, the skill ensures that all file paths and line ranges are accurate, providing a reliable roadmap for either human developers or automated agents to follow.
Características Principales
01Integrated TDD choreography including failing tests, minimal implementation, and verification steps.
02Standardized markdown output saved to a dedicated plans directory for project tracking.
03Dual-mode planning tailored for either asynchronous handoffs or immediate subagent execution.
04Execution handoff guidance for subagent-driven development or parallel session workflows.
05Mandatory codebase orientation to ensure exact file paths and symbol accuracy.
060 GitHub stars
Casos de Uso
01Architecting multi-file features where precision and test-driven development are critical.
02Preparing detailed technical handoffs for team members or future development sessions.
03Breaking down high-level requirements into bite-sized, executable tasks for AI subagents.