ワンクリックで
haiku-composite
Create a composite intent combining stages from multiple studios with sync points
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a composite intent combining stages from multiple studios with sync points
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Quick mode for small tasks — single-stage intent with auto-advance
Start a new H·AI·K·U intent — describe what you want to accomplish and the system creates a structured lifecycle for it
Full autonomous workflow — elaborate, plan, build, review, and deliver in one command
Open the SPA review pane for an intent so the user can browse units, feedback, stage artifacts, and outputs. Non-blocking on the workflow — leaves feedback that the engine picks up on the next tick. Use whenever the user wants to "see," "open," "show," or "look at" the current intent or a specific stage.
Reverse-engineer an existing feature into H·AI·K·U intent artifacts
Zero-ceremony single-unit execution — run one task directly through a stage's hat loop without intent or workflow scaffolding
| name | haiku-composite |
| description | Create a composite intent combining stages from multiple studios with sync points |
Create a composite intent that runs stages from multiple studios in parallel with sync points.
Gather from the user:
haiku_studio_list to get available studios)Present studio selection as a multi-select question via ask_user_visual_question. At least 2 required.
For each selected studio, show its stages and let the user pick which to include.
Ask where studios need to synchronize. Suggest sync points based on stage produce/require chains.
Create the intent with composite frontmatter:
composite:
- studio: {studio1}
stages: [stage1, stage2]
- studio: {studio2}
stages: [stage1, stage2]
sync:
- wait: [studio1:stage2]
then: [studio2:stage2]