بنقرة واحدة
design-pack
디자인 시스템 + AI 슬롭 안티패턴 + UI 가이드를 1페이지에 정리하는 표준 번들 (V4 design stage)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
디자인 시스템 + AI 슬롭 안티패턴 + UI 가이드를 1페이지에 정리하는 표준 번들 (V4 design stage)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | design-pack |
| description | 디자인 시스템 + AI 슬롭 안티패턴 + UI 가이드를 1페이지에 정리하는 표준 번들 (V4 design stage) |
| stages | ["design"] |
| grade | standard |
V4 결정 #1 라인업의 design stage. PRD/IDEA에서 정해진 스코프 위에 디자인 시스템 1페이지 가이드 + AI 슬롭 안티패턴 표를 박아둠. plan-pack ★의 UI_GUIDE.md보다 가벼운 1차 스케치 단계 또는 독립 사용 가능.
1차 묶음 — 톤 + 색상:
2차 묶음 — 컴포넌트 + 타이포:
옵션은 사용자 컨텍스트(웹/iOS/Android/CLI 등)에 맞춰 동적 생성.
general-purposedispatch_prompt('design_draft_step1.md') 호출.
번들 prompt가 자동으로 harness preamble v3 + Track B 학습 회수 fence를 prepend. 메인 Claude는 dispatch 결과만 받음.
sub-agent는 DESIGN.md.template + ANTI_PATTERNS.md.template 두 개를 read하여 5 placeholder({{TONE}}/{{COLOR_PRIMARY}}/{{COMPONENTS}}/{{TYPO}}/{{IDEA_OR_PRD_SUMMARY}})를 substitute한 후 {{RUN_DIR}}/DESIGN.md + {{RUN_DIR}}/ANTI_PATTERNS.md 두 파일로 write.
ANTI_PATTERNS.md 본문은 content-fixed (8 항목 verbatim) — {{TONE}} 헤더만 substitute.
dispatch 완료 후 메인이 사용자에게 1줄: "DESIGN.md + ANTI_PATTERNS.md 작성됨. 다음 단계 builder ★ 호출하여 구현 시작 권장."
| 단계 | role | 폴백 보장 |
|---|---|---|
| 1. 인터뷰 | (메인 직접) | — |
| 2. DESIGN/ANTI_PATTERNS 작성 | general-purpose | 표준 컨텍스트 — "디자인 시스템 1페이지 + 8 안티패턴 표 templates 그대로 substitute" |
<run_dir>/DESIGN.md (디자인 시스템: 톤/색상/타이포/컴포넌트/레이아웃)<run_dir>/ANTI_PATTERNS.md (AI 슬롭 8 항목 deny list, content-fixed)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`.
모호한 아이디어를 사용자/문제/wedge 1페이지로 정리하는 표준 번들 (V4 discover 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.)