بنقرة واحدة
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."
}
}