원클릭으로
03-work
Execute plan units with TDD enforcement and checkpoint resume. Use when a plan path is ready for implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute plan units with TDD enforcement and checkpoint resume. Use when a plan path is ready for implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Discover requirements through structured multi-round dialog. Use when the request is ambiguous, needs discovery, or describes a new idea/product.
Review code changes across five axes with evidence-first findings. Use after implementation is complete and before committing.
Turn requirements into an execution-ready plan with TDD-gated implementation units. Use when a brainstorm artifact exists and is ready for planning.
Capture solved problems as searchable solution artifacts. Use after a workflow loop completes or a non-trivial problem is solved.
Inspect workflow artifacts and recommend the single best next skill. Use when unsure what to run next.
Create and manage git worktrees for isolated feature development. Use when starting a feature that needs branch isolation.
| name | 03-work |
| description | Execute plan units with TDD enforcement and checkpoint resume. Use when a plan path is ready for implementation. |
Use this skill when there is a plan path or tightly scoped bare prompt ready for execution.
See shared pipeline instructions for model routing and pipeline behavior.
rules/common/development-workflow.md and rules/common/testing.mdrules/web/ files{repo-root}/rules/ overrides package defaultssession_checkpoint to track progress and enable resumetask_splitter to analyze dependencies before execution07-worktree), execute inside it04-review../references/module-design.md) — evaluate depth and seam placement.Advanced: If you need external child agent delegation (background runs, parallel audits), install
pi-subagentsseparately. Super Pi does not require it.
Every step follows RED → GREEN → REFACTOR:
Blocking violations — stop and ask if:
When any unexpected failure occurs during execution:
references/debug-discipline.md): build feedback loop first, then reproduce → hypothesise → instrument → fixAnti-rationalization — when a gate fails or evidence is missing:
This is a hard gate — do not push past a failing test or broken build to continue implementation. Errors compound.
After a stop-the-line failure is diagnosed, fixed, and verified:
ERROR(resolved): <root cause>session_checkpoint with the compacted state onlyIf the same tool, command, or implementation unit fails 3 consecutive times, stop retrying and ask the user for direction with a concise evidence summary.
context_handoff load or read .context/compound-engineering/handoffs/latest.md. If found, use activeFiles, blocker, verification, activeRules as starting point. If not found, proceed normally. Read CONTEXT.md if it exists at root — see ../references/domain-language.md.session_checkpoint to skip completed unitstask_splitter for dependency analysisreferences/progress-update-format.mdsession_checkpoint after each unitsession_checkpoint fail → retry → follow strategyreferences/completion-report.md)context_handoff save with current stage, next stage, activeFiles, blocker, verification, activeRules04-review using references/handoff.mdBefore finishing this skill, apply the completion checklist in shared pipeline instructions.