pipeline-implement
Installation
SKILL.md
Implementation Pipeline Stage
Pipeline Position: Third stage (Design → Code)
Previous Stage: pipeline-arch-review
Next Stage: pipeline-test-verify
Methodology
Implement architecture using Test-Driven Development (TDD) and best practices.
Process (RED-GREEN-REFACTOR)
- RED: Write Failing Test First
- Read architecture design and acceptance criteria
- Write test for smallest behavior unit
- Run test (should fail)
- Verify test fails for right reason