一键导入
ito-proposal
Use when creating and writing an Ito change proposal (new change or existing change id). Delegates to Ito CLI instruction artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating and writing an Ito change proposal (new change or existing change id). Delegates to Ito CLI instruction artifacts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build reproducible Showboat demo documents that prove repo behavior with executable markdown. Use when asked to create demos, proof-of-work walkthroughs, or verification artifacts with showboat, especially for tests, CLIs, local services, Aspire AppHosts, and HTTP APIs.
Build reproducible Showboat demo documents that prove repo behavior with executable markdown. Use when asked to create demos, proof-of-work walkthroughs, or verification artifacts with showboat, especially for tests, CLIs, local services, Aspire AppHosts, and HTTP APIs.
Balanced skill for typical development tasks, code review, and implementation work
Coordinator-only agent for orchestrating multi-change runs
Fast, cost-effective skill for simple tasks, quick queries, and small code changes
Read-only researcher for Ito orchestration context gathering
| name | ito-proposal |
| description | Use when creating and writing an Ito change proposal (new change or existing change id). Delegates to Ito CLI instruction artifacts. |
Collaborate with the user to understand their intent, then create a change and generate proposal artifacts.
If the user already provided a change ID, skip to Step 4 (Generate artifacts) — the change already exists.
If the request arrived from ito-proposal-intake, ito-fix, or ito-feature, treat the intake summary as the shared understanding. Ask only the smallest number of follow-up questions needed to unblock change creation.
Step 0: Understand the change (do this first)
Do NOT jump straight into creating files. Confirm the change shape first:
ito-proposal-intake before continuing.ito-brainstorming instead of looping back into intake.Only proceed to Step 1 once you and the user agree on what the change is and why it matters.
Step 1: Choose a schema
ito agent instruction schemas
Recommend the best-fit schema for the request shape:
If the user has no preference, recommend the best fit rather than defaulting automatically to spec-driven. Keep spec-driven as the safe fallback when the request still needs the full proposal pipeline.
Step 2: Confirm the module (mandatory gate)
⛔ Do NOT create any change scaffolding until the user has confirmed their module choice.
ito list --modules to show available modules and sub-modules.ito create module "<name>")ito create sub-module "<name>" --module <parent-id>)000. Always ask.Step 3: Create the change
After the user confirms the module:
# For a module:
ito create change "<change-name>" --module <module-id> --schema <schema>
# For a sub-module:
ito create change "<change-name>" --sub-module <NNN.SS> --schema <schema>
Step 4: Generate artifacts
ito agent instruction proposal --change "<change-id>"
ito agent instruction specs --change "<change-id>"
ito agent instruction design --change "<change-id>"
ito agent instruction tasks --change "<change-id>"
Follow the printed instructions for each artifact exactly.
Testing Policy
ito agent instruction proposal|apply.