What problem does it solve?
This skill solves the problem of inconsistent implementation, missed requirements, and poor test coverage that occurs when engineers with minimal codebase context work on multi-step coding tasks, by generating a complete, actionable implementation plan with all necessary details.
Core Features & Use Cases
- Bite-Sized Task Breakdown: Splits multi-step coding tasks into 2-5 minute actionable steps, each with a single clear objective.
- Complete Implementation Guidance: Includes exact file paths, test code, minimal implementation snippets, and exact git commit commands for every step.
- Best Practice Enforcement: Embeds TDD, DRY, and YAGNI principles into every plan, with explicit test pass/fail checks for each step.
- Use Case: For example, when adding a new Databricks Unity Catalog permission check to an existing user management module, this skill generates a full plan with failing tests, implementation steps, and validation commands to ensure consistent, tested code.
Quick Start
Use the writing-plans skill to create a step-by-step implementation plan for adding a new rate-limiting feature to the existing API endpoint module.