원클릭으로
tdd-workflow
Test-driven development discipline for the factory phase. Tests before code, coverage floor, edge cases, boundaries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Test-driven development discipline for the factory phase. Tests before code, coverage floor, edge cases, boundaries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Dispatch code review to a language-specific reviewer agent based on the active product's primary language. Falls back silently if no agent exists for the language. Invoked from 02c-code-review.md.
4-phase retrieval loop — dispatch broad, score relevance 0-1, refine criteria, loop up to N cycles. Use when a subagent or phase needs scoped context from a large source (codebase, catalogue, web).
Use when creating or updating Excalidraw diagrams — writes a Python generator script following design rules, renders to PNG, reviews visually, and iterates fixes
| name | tdd-workflow |
| description | Test-driven development discipline for the factory phase. Tests before code, coverage floor, edge cases, boundaries. |
| origin | ECC |
| tier | global |
| stage | ["loop"] |
| status | active |
Borrowed from ECC's tdd-workflow skill. Rouge's factory phase already does TDD-like work; this skill formalizes the discipline so it's versionable, measurable, and consistent.
Every story in the building phase. Every fix story from change-spec-generation.
Write tests for acceptance criteria first. Run them — they must fail initially (proves they actually test the thing). Then implement.
In 01-building.md, activate this skill at the start of each story. Reference by name:
Follow
library/skills/tdd-workflowfor this story.
Pre-commit hook scripts/hooks/quality-gate.js (see Phase 2) runs npm test + coverage check before allowing git commit. Exit code 1 blocks.