بنقرة واحدة
idea-shaper
모호한 아이디어를 사용자/문제/wedge 1페이지로 정리하는 표준 번들 (V4 discover stage)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
모호한 아이디어를 사용자/문제/wedge 1페이지로 정리하는 표준 번들 (V4 discover stage)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | idea-shaper |
| description | 모호한 아이디어를 사용자/문제/wedge 1페이지로 정리하는 표준 번들 (V4 discover stage) |
| stages | ["discover"] |
| grade | standard |
V4 결정 #1 라인업의 discover stage. 사용자가 "X 같은 거 만들고 싶어" 식 모호 아이디어를 가져오면 AskUserQuestion 4개로 본질을 추출하고 IDEA.md 1페이지로 정리.
1차 묶음 — 사용자 + 문제:
2차 묶음 — wedge + non-goals:
옵션은 사용자 컨텍스트 기반으로 동적 생성. 4-옵션 강제 X — 의미 모호하면 더 길어도 풀어서 표기.
general-purpose (preferred role: text-summarize)dispatch_prompt('idea_shape_step1.md') 호출.
번들 prompt가 자동으로 harness preamble v3 + Track B 학습 회수 fence를 prepend. 메인 Claude는 dispatch 결과만 받음.
sub-agent는 IDEA.md.template를 read하여 4 placeholder + {{TASK_SUMMARY}}를 substitute한 후 {{RUN_DIR}}/IDEA.md로 write.
dispatch 완료 후 메인이 사용자에게 1줄: "IDEA.md 작성됨. 다음 단계 plan-pack ★로 PRD/ARCH/ADR/UI_GUIDE 만들래?"
| 단계 | role | 폴백 보장 |
|---|---|---|
| 1. 인터뷰 | (메인 직접) | — |
| 2. IDEA.md 작성 | text-summarize | general-purpose + 컨텍스트 "한국어 1페이지 IDEA 문서 작성, 템플릿 placeholder 그대로 substitute" |
<run_dir>/IDEA.md (5 sections: User / Problem / Wedge / Non-goals / Task summary)Tool concierge — scan installed Claude Code skills/plugins/agents, recommend a per-stage workflow, and let the user pick which tool to use at each stage. Use when the user types `/assemble <task description>` or `/assemble resume` or `/assemble list`.
디자인 시스템 + AI 슬롭 안티패턴 + UI 가이드를 1페이지에 정리하는 표준 번들 (V4 design stage)
Plan stage ★ bundle — produce PRD + ARCH + ADR + UI_GUIDE with iteration. Spec, requirements, plan, architecture doc, decision record, UI guide — bundled plan tool. (V4 Spike I: sub-agent path-only return contract.)
Meta-stage ★ bundle. Audits finished run artifacts (parsed_scope, dispatches.jsonl, REPORT.md) for 5-rule violations, summarizes via bounded LLM, appends to global learnings ledger with deterministic prune. Observational, not gating.
Execute stage ★ bundle — TDD-first red→green pipeline (test_first.sh → impl → verify.sh). SCOPE.md contract + IMPL_REPORT.md audit trail. (V4 Spike V: parallel to debugger ★, sub-agent path-only return contract.)
Debug stage ★ bundle — systematic hypothesis → reproducer → bisect → root cause → fix workflow with audit trail. (V4 Spike IV: parallel to plan-pack ★, sub-agent path-only return contract.)