What problem does it solve?
This Skill addresses the challenge of providing engineers with clear, actionable plans for implementing new features or tasks, ensuring they have all necessary context without prior knowledge of the codebase.
Core Features & Use Cases
- Comprehensive Planning: Generates detailed, step-by-step implementation plans for software development tasks.
- Contextualization: Assumes engineers have zero context, documenting all required steps, file modifications, testing procedures, and verification methods.
- Bite-Sized Tasks: Breaks down complex tasks into small, manageable actions (2-5 minutes each), promoting a Test-Driven Development (TDD) and frequent commit workflow.
- Use Case: When a new feature is requested, this Skill can generate a complete plan outlining exactly which files to create or modify, the tests to write, the code to implement, and the commands to run for verification.
Quick Start
Use the writing-plans skill to create an implementation plan for adding user authentication to the system.