Summary
npm install 직후 ASCII 버디 캐릭터 환영 배너를 출력하여 첫인상 "와!" 제공.
Design Spec: docs/superpowers/specs/2026-03-27-plugin-wow-experience-design.md
Details
postinstall 스크립트에서 출력:
╭━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╮
│ │
│ ╭━━━╮ │
│ ┃ ◕‿◕ ┃ Hey! I'm CodingBuddy! │
│ ╰━┳━╯ │
│ ╭──┻──╮ Your new coding buddy. │
│ │ CB │ │
│ ╰─────╯ v5.x.x │
│ │
│ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ │
│ │
│ 35 specialist agents ready │
│ PLAN → ACT → EVAL workflow │
│ TDD-first development │
│ │
│ Start a session and I'll introduce myself! │
│ │
╰━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╯
수정 대상
packages/claude-code-plugin/package.json: postinstall 스크립트 교체
- 신규:
packages/claude-code-plugin/scripts/postinstall.js
Acceptance Criteria
Dependencies
Wave
Wave 2 (P1) — 사용자 최초 접점
Summary
npm install 직후 ASCII 버디 캐릭터 환영 배너를 출력하여 첫인상 "와!" 제공.
Design Spec:
docs/superpowers/specs/2026-03-27-plugin-wow-experience-design.mdDetails
postinstall 스크립트에서 출력:
수정 대상
packages/claude-code-plugin/package.json: postinstall 스크립트 교체packages/claude-code-plugin/scripts/postinstall.jsAcceptance Criteria
CI=true또는--silent감지 시 출력 안 함)Dependencies
Wave
Wave 2 (P1) — 사용자 최초 접점