원클릭으로
opc-ship
Shipping-decision skill for one-person-company controller runs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shipping-decision skill for one-person-company controller runs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | opc-ship |
| description | Shipping-decision skill for one-person-company controller runs. |
Use this skill for the final shipping decision step.
Required behavior:
If you produce a controller decision, prefer this shape:
{
"controller_decision": {
"verdict": "accept",
"reason": "Ready to ship."
}
}
Judge whether an analysis step is complete, blocked on external input, or should expand into a child subplan. Use for adaptive followup, subplan fill, and missing-input extraction.
Draft safe MoonClaw job proposals with the exact proposal JSON schema and execution-oriented step decomposition. Use when planning or repairing a job proposal.
Execute a domain-local provider task and return a concrete provider result instead of plans or commentary. Use for provider-backed extension execution.
Repair an invalid provider task output into the exact ProviderTaskResult shape. Use when provider execution returned prose, planning output, or malformed JSON.
Founder-mode product review for a one-person-company sprint.
Engineering-lead planning skill for OPC feature execution.