compose
Assemble an Agent Team as leader and run the plan → approve → execute workflow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Assemble an Agent Team as leader and run the plan → approve → execute workflow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Backend architecture reference for Cloudflare Workers projects using Vinext App Router route handlers, Prisma with D1 adapter, Firebase Auth with HttpOnly cookie sessions, Workers AI via AI Gateway, and Zod validation. Load when writing API route handlers, database queries, auth middleware, or Workers AI integration.
PWA update notification and cache invalidation pattern for Vite + Service Worker apps. Covers the full flow — build-time version stamp, /api/version endpoint, version-check hook, update banner UI, Service Worker unregister + caches.delete() + hard reload. Load when adding PWA install, Service Worker registration, update prompts, or cache-invalidation flows.
Frontend architecture reference for React 19 + Vinext (Vite App Router) + TanStack Query + Zodios + shadcn/ui + react-hook-form projects running on Cloudflare Workers. Load when writing React components, forms, API clients, or data fetching code in this stack.
Audit and refactor non-UI code (API endpoints, Prisma queries, Zod schemas, utilities, workers, tests) for reuse, separation of concerns, type safety, and dead code removal. Does NOT touch React components or JSX — use /ui-refactor for those.
| 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:
schemas/*.dto.ts (PascalCase) before implementation.claude/skills/prisma-d1.md)bunx tsc -b --noEmit # type check
bunx biome check src/ # lint + format
After all tasks are complete:
bun / bunx, never npm / npx / yarntype(scope): descriptionschemas/*.dto.ts (PascalCase)routes/feature/index.tsx)docs/