원클릭으로
tpp
Resume work on a Technical Project Plan (TPP). Reads the TPP file, determines current phase, and takes appropriate action.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resume work on a Technical Project Plan (TPP). Reads the TPP file, determines current phase, and takes appropriate action.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | tpp |
| description | Resume work on a Technical Project Plan (TPP). Reads the TPP file, determines current phase, and takes appropriate action. |
| argument-hint | <path-to-tpp> |
| disable-model-invocation | true |
You are resuming work on a Technical Project Plan (TPP). Your job is to determine what phase the work is in and take appropriate action.
Before doing ANY work, read and internalize these documents:
These are not optional. Work that ignores them will be rejected.
Read the TPP file at $ARGUMENTS. If no path is provided, list files in doc/todo/ and ask which TPP to work on.
Examine the TPP's task checklist and context to determine which phase applies:
Trigger: Goal defined but tasks are vague or missing context research. Actions:
Trigger: Bug fix TPP where no failing test exists yet. Actions (per doc/TDD.md):
Trigger: Tasks exist but no solution approach is documented, or the approach seems wrong. Actions:
Trigger: Solution chosen but tasks lack specificity. Actions:
Trigger: Tasks are specific and ready to execute. Actions:
/handoff)Trigger: All tasks marked complete. Actions:
npm test to verify no regressionsnpm run lint to verify code stylegrep -r "newFunction" src/ — every new feature must be integratedTrigger: Review passed, all tests green. Actions:
npm testdoc/todo/ to doc/done/ with date prefix (e.g., doc/done/20260208-P01-fix-timeout.md)/handoff before you lose information.