원클릭으로
update-spec
Mark success criteria as complete in SPEC.md. Use when a criterion has been verified and should be checked off.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Mark success criteria as complete in SPEC.md. Use when a criterion has been verified and should be checked off.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check for orchestrator messages.
Create a task specification (SPEC.md) through interactive requirements elicitation. Use when helping users define what they want to build before autonomous execution begins.
Send a message to the orchestrator. Use for blockers, progress updates, requesting review, or communicating status during autonomous execution.
Access session history to continue work, see what happened, or search past sessions. Use this instead of relying on memory - the raw data is always more accurate.
| name | update-spec |
| description | Mark success criteria as complete in SPEC.md. Use when a criterion has been verified and should be checked off. |
To mark a criterion complete, edit SPEC.md:
# Before
- [ ] All tests pass
# After
- [x] All tests pass
Only mark criteria when they are verified, not just implemented.