en un clic
implement
Full TDD implementation of a feature with review cycles
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Full TDD implementation of a feature with review cycles
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Build the project (auto-detects build system)
Find and remove dead code, unused imports, and technical debt
Create git commits in logical groups for all current changes
Create a git commit with conventional commit message
Pick up unfinished work from where the last session left off
Debug and fix failing tests or errors
| name | implement |
| description | Full TDD implementation of a feature with review cycles |
| argument-hint | <feature description> |
Complete end-to-end implementation of a feature using Test-Driven Development with code review cycles.
YOU MUST NOT STOP UNTIL THE ENTIRE PLAN IS IMPLEMENTED. NO TODOS. NO PARTIAL WORK.
$ARGUMENTS - Feature, fix, or chore descriptionAsk questions until you have COMPLETE understanding:
Use AskUserQuestion to gather any missing information. Do NOT proceed with ambiguity.
Invoke the consolidation skill, which loads the full orchestration cycle into your context. You become the conductor and dispatch each stage:
Skill(skill="skills:consolidation", args="## Task\n[full feature description from $ARGUMENTS]\n\n## Acceptance criteria\n[from Phase 0]\n\n## Constraints\n- TDD: write failing tests before implementation for every subtask\n- Every subtask must include its own tests\n- Follow project conventions\n\n## Working directory\n[cwd]")
The cycle handles:
The skill runs in your context because subagents cannot spawn further subagents — you do the dispatching.
After the cycle completes, delegate to skills:commit (or skills:commit-all if multiple logical groups).
The cycle's final verifier confirms these before it ends, but double-check: