一键导入
ito-proposal-intake
Clarify a requested change before scaffolding a proposal, then recommend the next workflow lane and schema.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Clarify a requested change before scaffolding a proposal, then recommend the next workflow lane and schema.
用 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-intake |
| description | Clarify a requested change before scaffolding a proposal, then recommend the next workflow lane and schema. |
Use this before proposal scaffolding when the request is underspecified or when starting from an intent-biased entrypoint such as ito-fix or ito-feature.
If the user already provided a change ID, skip to the Handoff Format and continue with ito-proposal — the change already exists.
Determine what the user is actually asking for, whether a proposal is warranted, and which workflow lane and schema fit best.
Clarify only the missing pieces needed to route the request safely:
minimalist for bounded fixes and small, rigorous platform, tooling, CI, or infrastructure changes.tdd for regression-oriented changes where reproducing the failure with a test is the safest starting point.spec-driven for new capabilities, broad behavior changes, architecture work, or requests that remain ambiguous after intake.event-driven.End the intake with one of these outcomes:
ito-proposal
ito-brainstorming first
When the change is ready for proposal creation, hand off this summary to the next lane:
## Intake Summary
- Request type: <fix|feature|neutral>
- Problem: <one sentence>
- Desired outcome: <one sentence>
- Scope: <what is in>
- Non-goals: <what is out>
- Brownfield evidence: <specs/files/patterns, if relevant>
- Recommended schema: <minimalist|tdd|spec-driven|event-driven>
- Rationale: <why this schema fits>
Then continue with ito-proposal using that summary as the shared understanding. Do not restart discovery unless a blocking ambiguity remains.
If intake has already been attempted and the request still is not concrete enough for safe scaffolding, route to ito-brainstorming or ask the user for more context rather than restarting intake.