Implementation Planning
Installation
SKILL.md
Implementation Planning
Purpose
Generate comprehensive implementation plans that:
- Break work into atomic 2-5 minute tasks
- Include exact file paths and code examples
- Follow TDD principles (test first)
- Enable parallel or sequential execution
- Allow engineers with minimal context to execute
Plan Header Template
# Implementation Plan: [Feature Name]
**Date**: YYYY-MM-DD
**Author**: Claude Code
**Status**: Draft | Ready | In Progress | Complete