From story-driven
Implement using TDD Red-Green cycle. Focus on Red-Green only; refactoring is separate step.
How this skill is triggered — by the user, by Claude, or both
Slash command
/story-driven:implementing-storiesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement using TDD Red-Green cycle. Refactoring happens separately with fresh context.
Implement using TDD Red-Green cycle. Refactoring happens separately with fresh context.
Find story log, understand codebase, identify what to implement.
Key: Fails because feature missing, not syntax error.
Don't worry about quality/duplication. Refactoring is next phase.
For each criterion:
CRITICAL: Must update before finishing.
### Implementation (Red-Green)
**Status: Complete - Ready for Refactor**
**Implemented:**
- [Criterion]: [Approach]
**Decisions:**
- [Decision]: [Why]
**Tests:**
- [Test file]: [What tests]
- Status: All passing (X)
**Technical debt:**
- [Item]: Duplication needing refactor
- [Item]: Naming improvements
**Next:** Refactor
Steps:
Only after story log updated, pass to Refactor.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin kecbigmt-cc-pluginsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.