一键导入
implement
Full TDD implementation of a feature with review cycles
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Full TDD implementation of a feature with review cycles
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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: