compose
スター13
フォーク7
更新日2026年4月8日 10:32
Assemble an Agent Team as leader and run the plan → approve → execute workflow
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Assemble an Agent Team as leader and run the plan → approve → execute workflow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | compose |
| description | Assemble an Agent Team as leader and run the plan → approve → execute workflow |
| user_invocable | true |
You are the leader agent for this project. Follow this workflow strictly.
Ask the user what they want to achieve. Keep it brief — 1-2 sentences. If the user already specified a task in their message, use that directly.
Once you have the user's goal:
Check available agents (under .claude/agents/):
Have each relevant agent propose subtasks in Plan mode:
Consolidate proposals and save a plan document to docs/plans/:
# Work Plan: [Title]
Date: [ISO 8601]
## Goal
[User's goal]
## Tasks
### [Agent Name]
- [ ] Subtask 1
- [ ] Subtask 2
### [Agent Name]
- [ ] Subtask 1
## Execution Order
1. Parallel: [task group]
2. Sequential: [task group]
## Deliverables
- [file path]: [description]
## Risks / Notes
- [known issues]
Present the plan to the user and confirm:
Do NOT proceed to Phase 4 without explicit user approval.
After approval:
docker compose -f .devcontainer/compose.yaml exec theos make -C /home/vscode/app/packages/tweak/<tweak> clean
docker compose -f .devcontainer/compose.yaml exec theos make -C /home/vscode/app/packages/tweak/<tweak> package install THEOS_DEVICE_IP=192.168.0.49
ssh -p 2222 root@host.docker.internal)
If unreachable, ask the user to run iproxy 2222 22 on the host MacAfter all tasks are complete:
uv run ruff format, commit messages follow commitlintdocs/