Assemble an Agent Team as leader and run the plan → approve → execute workflow
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:
schemas/*.dto.ts (PascalCase) before implementation.claude/skills/prisma-d1.md)bunx tsc -b --noEmit # type check
bunx biome check src/ # lint + format
bun run build # build all workspaces
After all tasks are complete:
bun / bunx, never npm / npx / yarntype(scope): descriptionschemas/*.dto.ts (PascalCase)routes/feature/index.tsx)docs/