What problem does it solve?
This Skill provides interactive SOLID-based analysis to identify independent responsibilities and split opportunities during Phase 1 design of a TDD process.
Core Features & Use Cases
- SOLID checklist: Automatically evaluates SRP, OCP, LSP, ISP, and DIP signals to surface design splits.
- Ticket planning: Outputs a parent ticket and structured child tickets with versioning guidance for phased delivery.
- Interactive guidance: Prompts for user input during analysis and generates a formal report to support decision making.
Quick Start
Use the tdd-phase1-split tool to analyze a feature with SOLID phase 1 split, for example:
uv run .claude/skills/tdd-phase1-split/scripts/tdd-phase1-split.py analyze --description "Implement feature X with SOLID phase 1 split"
Then generate suggestions with:
uv run .claude/skills/tdd-phase1-split/scripts/tdd-phase1-split.py suggest --description "Implement feature X with SOLID phase 1 split" --version 0.29.0
Finally create tickets:
uv run .claude/skills/tdd-phase1-split/scripts/tdd-phase1-split.py create-tickets --description "Implement feature X with SOLID phase 1 split" --version 0.29.0 --wave 3