一键导入
brainstorming
Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs".
用 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 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.
Implement an entire Figma page by auto-splitting into frames with visual verification. Use whenever a user shares a figma.com/design URL and wants the page built in code. Triggers on '피그마 구현', '피그마 페이지', 'Figma implement'. Covers any multi-frame page: landing, dashboard, marketing, etc. Does NOT apply to Figma asset downloads or single component edits.
| name | brainstorming |
| description | Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs". |
DO NOT write any code, scaffold any project, or invoke any implementation skill until the user explicitly approves the design. No exceptions, no matter how simple the task appears.
Before asking questions:
agmo:vault-search to find related Obsidian notesexplore agent (quick category) if neededAsk questions one at a time. Prefer multiple choice when possible.
Focus on:
Do NOT ask about implementation details yet — understand the "what" before the "how".
Once the idea is clear, present 2-3 approaches with tradeoffs:
## Approach A: [Name] (Recommended)
- How: [1-2 sentences]
- Pro: [key advantage]
- Con: [key disadvantage]
## Approach B: [Name]
- How: [1-2 sentences]
- Pro: [key advantage]
- Con: [key disadvantage]
State your recommendation and why. Prefer the laziest (= most minimal) approach that works — bias toward reuse, the standard library, native features, and existing code over new abstractions.
After the user picks an approach, present the design in sections. After each section, ask "여기까지 괜찮을까요?":
Scale each section to complexity: a simple feature gets 2-3 sentences per section, a complex system gets a paragraph.
Once the user approves the design:
Save design to vault directly — The planner agent saves the design using vault-save.sh via Bash tool:
bash scripts/vault-save.sh --project "{PROJECT}" --type "design" --title "{TITLE}" --file "$tmp_file"CREATED:{path} → extract vault pathDUPLICATE:{path} → ask user whether to update or skip[Design] prefix in --title — vault-save.sh adds it automaticallyComplexity re-check — determine the next step:
agmo:plan with the vault path: Skill(skill="agmo:plan", args="--design-path {VAULT_PATH}")If Heavy, ask: "구현 계획으로 넘어갈까요?"