ワンクリックで
decomposition
When and how to spawn subagents for parallel work. Any root agent can decompose.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
When and how to spawn subagents for parallel work. Any root agent can decompose.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Complete reference for the factory CLI — all commands, arguments, options, and usage. Use when an agent needs to invoke factory commands, check correct syntax, or understand available options.
When and how to write a human-action-needed entry to memory/{agent}/needs.md. Agents write these entries when they hit blockers that only a human can resolve.
When you encounter a failure, correction, or new pattern, write a learning and optionally propose a skill.
How the factory workspace is organized and what each directory means.
What to examine during a reflection pass and how to write observations to memory/{agent}/needs.md.
When and how to write scenario holdouts for factory verification.
| name | decomposition |
| description | When and how to spawn subagents for parallel work. Any root agent can decompose. |
tasks/{your-name}-sub/:
objective: "One paragraph — what this subagent should accomplish"
skills: [list of skill paths to load]
read: [list of directories/files to give access to]
write: tasks/{your-name}-sub/{sub-id}/output.md
model: claude-haiku-4-5 # subagents use cheap, fast models
max_context_fraction: 0.30 # hard cap at GREEN zone
skills/proposed/ — only root agents propose skills