compose
Assemble an Agent Team as leader and run the plan → approve → execute workflow
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Assemble an Agent Team as leader and run the plan → approve → execute workflow
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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/