一键导入
plan
Use when the user needs a structured implementation plan with concrete TODOs. Triggers on "플랜", "계획", "plan", or after brainstorming completes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user needs a structured implementation plan with concrete TODOs. Triggers on "플랜", "계획", "plan", or after brainstorming completes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Loaded automatically at session start. Teaches the orchestrator how to route requests to skills and agents. Do not invoke manually.
Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs".
Use when code review is needed. Triggers on "코드 리뷰", "리뷰해줘", "code review", or at completion of implementation.
Use to harvest `debt:` markers across the repo into a debt ledger and optionally persist it to the Obsidian vault. Triggers on "부채", "기술부채", "debt", "지름길 정리", "/debt". Read-only — does not modify code.
Use when the user wants to run an implementation plan. Triggers on "실행해줘", "구현해줘", "시작해줘", "execute", or after plan approval.
Implement an entire Figma page as Android Jetpack Compose screens by auto-splitting into frames with visual verification. Use whenever a user shares a figma.com/design URL and wants the page built as Compose code. Triggers on '안드로이드 피그마', 'Android Figma', 'Compose 구현'. Covers any multi-frame page. Does NOT apply to Figma asset downloads or single component edits.
| name | plan |
| description | Use when the user needs a structured implementation plan with concrete TODOs. Triggers on "플랜", "계획", "plan", or after brainstorming completes. |
Create an implementation plan with concrete, agent-executable TODOs. The plan must be detailed enough that an executor agent can complete each TODO without human intervention.
Delegate to explore agent (standard category):
If a design document exists (from brainstorming), read it first.
If requirements are unclear, ask the user — one question at a time, prefer multiple choice.
Only ask about user preferences, not technical details you can discover from the codebase:
Skip the interview if requirements are already clear from the design document.
Delegate to planner agent (standard or complex category).
Each TODO must contain:
### TODO N: [Short title]
- **What**: Exactly what to do (1-2 sentences)
- **File(s)**: Exact file paths to create or modify
- **Tags**: [frontend | ui | backend | config | test] (1개 이상 필수)
- **Must NOT**: Explicit constraints
- **Acceptance**: How to verify completion
- **QA**: Concrete test scenario (exact inputs → expected outputs)
Before presenting to the user, verify:
After user approval, the planner agent saves the plan directly to vault using vault-save.sh via Bash tool:
bash scripts/vault-save.sh --project "{PROJECT}" --type "plan" --title "{TITLE}" --file "$tmp_file"CREATED:{path} → extract vault path. Return this path to the orchestrator.DUPLICATE:{path} → ask user whether to update or skipWARNING: NEVER include [Plan] prefix in --title — vault-save.sh adds it automatically.
If the plan is complex or the user requests it, invoke agmo:plan-review for a planner ↔ critic validation loop.
After the plan is approved and saved to vault:
agmo:execute with the vault path: Skill(skill="agmo:execute", args="--plan-path {VAULT_PATH}")agmo-everywhere/plans/[Plan]-제목.md