do-work
Installation
SKILL.md
Do Work
Complete implementation workflow from exploration to commit.
Workflow
Phase 1: Explore & Plan
Phase 2: Implement
If you're touching code that interacts with the database, follow the DB TDD workflow.
If you're touching frontend code with complex state (creating/modifying reducers, complex state transitions, non-trivial state management), follow the Frontend TDD workflow.
Phase 3: Feedback Loops
Run each check, fix issues, and re-run until clean. Do these sequentially: