ワンクリックで
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 職業分類に基づく
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.
| 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."
}
}