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/