What problem does it solve?
This Skill generates comprehensive, bite-sized implementation plans for engineers with zero codebase context, ensuring clarity, precision, and adherence to best practices like TDD and frequent commits, preventing confusion and rework.
Core Features & Use Cases
- Bite-Sized Task Granularity: Breaks down implementation into small, actionable steps (2-5 minutes each), making complex projects manageable.
- Zero-Context Engineer Assumption: Provides exact file paths, complete code examples, and precise commands with expected output, eliminating ambiguity.
- Standardized Plan Structure: Enforces a consistent header and task format for easy readability and execution, ensuring all necessary information is present.
- Use Case: After a design is approved, use this skill to create a detailed plan for a new feature, ensuring any developer can pick it up and execute it flawlessly, even without prior knowledge of the project or its tools.
Quick Start
[Feature Name] Implementation Plan
> For Claude: REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
Goal: [One sentence describing what this builds]
Architecture: [2-3 sentences about approach]
Tech Stack: [Key technologies/libraries]
---
### Task N: [Component Name]
Files:
- Create: exact/path/to/file.py
- Modify: exact/path/to/existing.py:123-145
- Test: tests/exact/path/to/test.py