@su-record/vibe 2.9.2 → 2.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +30 -10
- package/README.ko.md +90 -25
- package/README.md +139 -25
- package/agents/teams/figma/figma-builder.md +29 -1
- package/agents/teams/review-debate-team.md +1 -1
- package/commands/vibe.analyze.md +324 -170
- package/commands/vibe.figma.md +549 -34
- package/commands/vibe.harness.md +177 -0
- package/commands/vibe.run.md +44 -27
- package/commands/vibe.scaffold.md +195 -0
- package/commands/vibe.spec.md +375 -947
- package/commands/vibe.trace.md +17 -0
- package/commands/vibe.verify.md +19 -10
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +29 -1
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/update.d.ts.map +1 -1
- package/dist/cli/commands/update.js +4 -2
- package/dist/cli/commands/update.js.map +1 -1
- package/dist/cli/postinstall/constants.d.ts +1 -1
- package/dist/cli/postinstall/constants.d.ts.map +1 -1
- package/dist/cli/postinstall/constants.js +6 -1
- package/dist/cli/postinstall/constants.js.map +1 -1
- package/dist/cli/setup/ProjectSetup.d.ts +12 -1
- package/dist/cli/setup/ProjectSetup.d.ts.map +1 -1
- package/dist/cli/setup/ProjectSetup.js +259 -72
- package/dist/cli/setup/ProjectSetup.js.map +1 -1
- package/dist/cli/setup.d.ts +1 -1
- package/dist/cli/setup.d.ts.map +1 -1
- package/dist/cli/setup.js +1 -1
- package/dist/cli/setup.js.map +1 -1
- package/hooks/scripts/figma-guard.js +220 -0
- package/package.json +1 -1
- package/skills/arch-guard/SKILL.md +1 -1
- package/skills/capability-loop/SKILL.md +106 -2
- package/skills/chub-usage/SKILL.md +43 -43
- package/skills/claude-md-guide/SKILL.md +175 -175
- package/skills/design-teach/SKILL.md +33 -33
- package/skills/devlog/SKILL.md +38 -38
- package/skills/event-comms/SKILL.md +23 -13
- package/skills/event-ops/SKILL.md +28 -19
- package/skills/event-planning/SKILL.md +13 -1
- package/skills/priority-todos/SKILL.md +1 -1
- package/skills/vibe.figma/SKILL.md +234 -154
- package/skills/vibe.figma.convert/SKILL.md +123 -112
- package/skills/vibe.figma.extract/SKILL.md +141 -129
- package/skills/vibe.interview/SKILL.md +358 -0
- package/skills/vibe.interview/checklists/api.md +101 -0
- package/skills/vibe.interview/checklists/feature.md +88 -0
- package/skills/vibe.interview/checklists/library.md +95 -0
- package/skills/vibe.interview/checklists/mobile.md +89 -0
- package/skills/vibe.interview/checklists/webapp.md +97 -0
- package/skills/vibe.interview/checklists/website.md +99 -0
- package/skills/vibe.plan/SKILL.md +216 -0
- package/skills/vibe.spec/SKILL.md +1155 -0
- package/{commands/vibe.spec.review.md → skills/vibe.spec.review/SKILL.md} +269 -108
- package/vibe/templates/claudemd-template.md +74 -0
- package/vibe/templates/constitution-template.md +15 -0
- package/vibe/templates/plan-template.md +194 -0
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: vibe.interview
|
|
3
|
+
tier: core
|
|
4
|
+
description: "Iteratively interview the user to gather ALL required and optional requirements for a new project or feature. Loops until the user explicitly stops. Uses type-specific domain checklists (website, webapp, mobile, api, library, feature) so nothing is missed. Must use this skill when the user says '만들자', '개발하자', '신규 기능', '무엇을 만들', 'let's build', 'new feature', or starts describing a product idea without a plan yet."
|
|
5
|
+
triggers: [만들자, 개발하자, 기획하자, 신규 기능, 새 프로젝트, "무엇을 만들", "무엇을 개발", 아이디어, 인터뷰, interview, requirements, "let's build", "new feature", "new project"]
|
|
6
|
+
priority: 95
|
|
7
|
+
chain-next: [vibe.plan]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# vibe.interview — Domain Requirements Interview
|
|
11
|
+
|
|
12
|
+
> **Principle**: Uncover all required and optional information in the requirements domain until the user says "stop". Do not wrap up with 10 shallow questions.
|
|
13
|
+
|
|
14
|
+
## When to Use
|
|
15
|
+
|
|
16
|
+
- The user is starting development of a new project or feature
|
|
17
|
+
- Going straight to `/vibe.spec` without a plan risks missing requirements
|
|
18
|
+
- Natural language triggers like "let's build", "let's develop", "new", "idea"
|
|
19
|
+
- `/vibe.spec` orchestrator calls this as Phase 1 (interview step)
|
|
20
|
+
|
|
21
|
+
**Skip when**:
|
|
22
|
+
- Small bug fix on an existing project
|
|
23
|
+
- `.claude/vibe/plans/{feature}.md` already exists (→ only update via `vibe.plan`)
|
|
24
|
+
|
|
25
|
+
## Core Loop
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
1. Detect project type (website|webapp|mobile|api|library|feature)
|
|
29
|
+
↓
|
|
30
|
+
2. Load type-specific checklist
|
|
31
|
+
checklists/{type}.md
|
|
32
|
+
Required items + Optional items
|
|
33
|
+
↓
|
|
34
|
+
3. ┌─── Interview loop ───┐
|
|
35
|
+
│ │
|
|
36
|
+
│ One question at a │
|
|
37
|
+
│ time │
|
|
38
|
+
│ ↓ │
|
|
39
|
+
│ User answer │
|
|
40
|
+
│ ↓ │
|
|
41
|
+
│ Update checklist │
|
|
42
|
+
│ ↓ │
|
|
43
|
+
│ New domain found → │
|
|
44
|
+
│ Expand checklist │
|
|
45
|
+
│ ↓ │
|
|
46
|
+
│ Show progress │
|
|
47
|
+
│ ↓ │
|
|
48
|
+
│ Stop detected? ─────┼─→ Exit
|
|
49
|
+
│ │ │
|
|
50
|
+
│ └──── loop ────┘
|
|
51
|
+
└──────────────────────┘
|
|
52
|
+
↓
|
|
53
|
+
4. Save collected results
|
|
54
|
+
.claude/vibe/interviews/{feature}.md
|
|
55
|
+
↓
|
|
56
|
+
5. chain-next: vibe.plan
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Step 0: Git Branch (MANDATORY)
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
git branch --show-current
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
| Current | Action |
|
|
66
|
+
|---------|--------|
|
|
67
|
+
| `main`/`master` | `git checkout -b interview/{feature-name}` |
|
|
68
|
+
| `interview/*`, `feature/*` | Confirm with user |
|
|
69
|
+
| Other | Confirm with user |
|
|
70
|
+
|
|
71
|
+
**Naming**: lowercase + hyphens, prefix `interview/`
|
|
72
|
+
|
|
73
|
+
## Step 1: Detect Project Type
|
|
74
|
+
|
|
75
|
+
**First pass — keywords**:
|
|
76
|
+
|
|
77
|
+
| Keyword | Type | Checklist |
|
|
78
|
+
|---------|------|-----------|
|
|
79
|
+
| website, landing, portfolio, 랜딩, 웹사이트, 홍보, 프로모션 | `website` | `checklists/website.md` |
|
|
80
|
+
| webapp, dashboard, SaaS, 대시보드, 관리자, tool | `webapp` | `checklists/webapp.md` |
|
|
81
|
+
| mobile, iOS, Android, 앱, native, Flutter, React Native | `mobile` | `checklists/mobile.md` |
|
|
82
|
+
| api, backend, server, rest, graphql, 서버, 백엔드 | `api` | `checklists/api.md` |
|
|
83
|
+
| library, sdk, cli, package, npm, 라이브러리 | `library` | `checklists/library.md` |
|
|
84
|
+
| feature, 기능, 추가, refactor | `feature` | `checklists/feature.md` |
|
|
85
|
+
|
|
86
|
+
**If ambiguous, confirm with one question** (provide options):
|
|
87
|
+
|
|
88
|
+
```
|
|
89
|
+
What kind of project is this?
|
|
90
|
+
|
|
91
|
+
1. Website (landing / portfolio / promotion)
|
|
92
|
+
2. Web app (dashboard / SaaS / tool)
|
|
93
|
+
3. Mobile app
|
|
94
|
+
4. API / Backend
|
|
95
|
+
5. Library / SDK / CLI
|
|
96
|
+
6. A feature to add to an existing project
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Step 2: Load Checklist
|
|
100
|
+
|
|
101
|
+
Read the checklist file for the detected type:
|
|
102
|
+
|
|
103
|
+
```
|
|
104
|
+
Read skills/vibe.interview/checklists/{type}.md
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
The checklist is divided into a **Required** section and an **Optional** section. Each item has the following structure:
|
|
108
|
+
|
|
109
|
+
```markdown
|
|
110
|
+
- [ ] ID: question-id
|
|
111
|
+
question: The question to ask the user
|
|
112
|
+
type: required | optional
|
|
113
|
+
hint: Example answers or choices
|
|
114
|
+
follow-up: Sub-questions to drill into based on the answer
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
**Keep state in memory**:
|
|
118
|
+
|
|
119
|
+
```javascript
|
|
120
|
+
const state = {
|
|
121
|
+
type: 'website',
|
|
122
|
+
collected: {
|
|
123
|
+
'purpose': 'New product launch promotion',
|
|
124
|
+
'target-users': 'Home cafe enthusiasts',
|
|
125
|
+
// ...
|
|
126
|
+
},
|
|
127
|
+
pending: {
|
|
128
|
+
required: ['success-metric', 'launch-deadline', ...],
|
|
129
|
+
optional: ['analytics', 'cms', 'i18n', ...]
|
|
130
|
+
},
|
|
131
|
+
discovered: [], // Items newly discovered during conversation
|
|
132
|
+
stopped: false
|
|
133
|
+
};
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
## Step 3: Interview Loop
|
|
137
|
+
|
|
138
|
+
### 3.1 Question Rules
|
|
139
|
+
|
|
140
|
+
- **One question at a time**. No combined questions.
|
|
141
|
+
- **Multiple choice + free input** in parallel: "1. A 2. B 3. C or describe freely"
|
|
142
|
+
- **No fixed order**. Prioritize related pending items based on conversation flow.
|
|
143
|
+
- **Keep it short**. One line of context + one line of question.
|
|
144
|
+
|
|
145
|
+
### 3.2 Processing Answers
|
|
146
|
+
|
|
147
|
+
- Save answers to `collected`
|
|
148
|
+
- Extract additional information from answers (e.g., "I want dark mode" → auto-record `theme-preference=dark`)
|
|
149
|
+
- **Detect new domains**: If an answer mentions an area not in `pending` → add to `discovered` and generate questions
|
|
150
|
+
- e.g., "I need payments too" → expand checklist with `payment-provider`, `payment-methods`, `currency`, etc.
|
|
151
|
+
|
|
152
|
+
### 3.3 Show Progress (every 3–5 questions)
|
|
153
|
+
|
|
154
|
+
```
|
|
155
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
156
|
+
📊 Interview Progress
|
|
157
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
158
|
+
|
|
159
|
+
✅ Required: 5/8
|
|
160
|
+
⚪ Optional: 2/14
|
|
161
|
+
➕ Discovered: 3 new items
|
|
162
|
+
|
|
163
|
+
Next topic: {next-topic}
|
|
164
|
+
|
|
165
|
+
Just answer to continue.
|
|
166
|
+
Say "stop", "enough", or "done" at any time to finish.
|
|
167
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
### 3.4 Stop Detection (Stop Control)
|
|
171
|
+
|
|
172
|
+
**Explicit stop keywords** (if found in user's answer, set `stopped = true`):
|
|
173
|
+
|
|
174
|
+
```
|
|
175
|
+
그만, 멈춰, 충분해, 됐어, 이제 됐다,
|
|
176
|
+
stop, done, enough, that's it, finish, skip
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
**Implicit stop**:
|
|
180
|
+
- "I don't know" / "later" on the same topic 3 times in a row → automatically move to next topic
|
|
181
|
+
- Pressing only `Enter` on an Optional item → skip that item
|
|
182
|
+
|
|
183
|
+
**Warning when Required items are incomplete**:
|
|
184
|
+
|
|
185
|
+
```
|
|
186
|
+
⚠️ {N} required item(s) remaining: {list}
|
|
187
|
+
|
|
188
|
+
Do you still want to stop? (y/N)
|
|
189
|
+
Incomplete items will be marked as "TBD" in the plan.
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
### 3.5 Phase Transitions
|
|
193
|
+
|
|
194
|
+
- **Required → Optional**: Automatically transition when all Required items are filled
|
|
195
|
+
```
|
|
196
|
+
✅ Required requirements collected!
|
|
197
|
+
|
|
198
|
+
Would you like to go through the optional items?
|
|
199
|
+
(SEO, analytics, i18n, accessibility, etc. — 1–2 questions each)
|
|
200
|
+
|
|
201
|
+
1. Yes, continue
|
|
202
|
+
2. Key items only (3–5 questions)
|
|
203
|
+
3. Stop
|
|
204
|
+
```
|
|
205
|
+
- **Optional → End**: All Optional items processed or user stopped
|
|
206
|
+
|
|
207
|
+
## Step 4: Save Collected Results
|
|
208
|
+
|
|
209
|
+
**Output file**: `.claude/vibe/interviews/{feature-name}.md`
|
|
210
|
+
|
|
211
|
+
**Structure**:
|
|
212
|
+
|
|
213
|
+
```markdown
|
|
214
|
+
---
|
|
215
|
+
feature: {feature-name}
|
|
216
|
+
type: website | webapp | mobile | api | library | feature
|
|
217
|
+
status: complete | partial
|
|
218
|
+
startedAt: {ISO-timestamp}
|
|
219
|
+
completedAt: {ISO-timestamp}
|
|
220
|
+
requiredCollected: 8/8
|
|
221
|
+
optionalCollected: 12/14
|
|
222
|
+
stoppedBy: user | auto
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
# Interview: {feature-name}
|
|
226
|
+
|
|
227
|
+
## Required Requirements
|
|
228
|
+
|
|
229
|
+
### purpose
|
|
230
|
+
**Q**: Why are you building this project?
|
|
231
|
+
**A**: A new product launch promotion site. Launching a home cafe coffee bean brand.
|
|
232
|
+
|
|
233
|
+
### target-users
|
|
234
|
+
**Q**: Who is the primary target audience?
|
|
235
|
+
**A**: Home cafe enthusiasts, people who buy coffee beans 2–3 times a month.
|
|
236
|
+
|
|
237
|
+
...
|
|
238
|
+
|
|
239
|
+
## Optional Requirements
|
|
240
|
+
|
|
241
|
+
### analytics
|
|
242
|
+
**Q**: Do you need analytics tool integration?
|
|
243
|
+
**A**: GA4 + Hotjar
|
|
244
|
+
|
|
245
|
+
...
|
|
246
|
+
|
|
247
|
+
## Discovered (found during conversation)
|
|
248
|
+
|
|
249
|
+
### payment-integration
|
|
250
|
+
**Context**: User mentioned "direct checkout from the buy button"
|
|
251
|
+
**Q**: What payment methods do you want to support?
|
|
252
|
+
**A**: Stripe, Kakao Pay
|
|
253
|
+
|
|
254
|
+
...
|
|
255
|
+
|
|
256
|
+
## TBD (not collected)
|
|
257
|
+
|
|
258
|
+
- [ ] `seo-strategy` — optional, skipped by user
|
|
259
|
+
- [ ] `maintenance-plan` — optional, skipped by user
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
### Update `.last-feature` pointer
|
|
263
|
+
|
|
264
|
+
```
|
|
265
|
+
Write ".claude/vibe/.last-feature" ← feature-name (single line)
|
|
266
|
+
|
|
267
|
+
Run immediately after saving the interview file in Step 4.
|
|
268
|
+
This pointer is used by /vibe.spec (no args) for Smart Resume.
|
|
269
|
+
No-op if the value is already the same.
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
## Step 5: Chain to vibe.plan
|
|
273
|
+
|
|
274
|
+
After the interview is complete, the `vibe.plan` skill is automatically activated to refine the results into a structured plan.
|
|
275
|
+
|
|
276
|
+
```
|
|
277
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
278
|
+
✅ Interview complete!
|
|
279
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
280
|
+
|
|
281
|
+
📄 .claude/vibe/interviews/{feature-name}.md
|
|
282
|
+
Required: 8/8
|
|
283
|
+
Optional: 12/14
|
|
284
|
+
Discovered: 3
|
|
285
|
+
|
|
286
|
+
→ vibe.plan skill is starting plan creation...
|
|
287
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
## Anti-Patterns
|
|
291
|
+
|
|
292
|
+
- Bundling multiple questions together at once
|
|
293
|
+
- Prompting the user to stop before Required items are complete
|
|
294
|
+
- Ignoring a user's answer and moving on to the next question
|
|
295
|
+
- Missing areas not in the checklist (use `discovered`)
|
|
296
|
+
- Writing the plan in PTCF/EARS/Phase structure here (that is refined by vibe.plan; the actual spec is written by /vibe.spec)
|
|
297
|
+
- Ending with 10 shallow questions (keep going until the user explicitly stops)
|
|
298
|
+
- Providing only multiple-choice options without allowing free input
|
|
299
|
+
|
|
300
|
+
## Example Session (abbreviated)
|
|
301
|
+
|
|
302
|
+
```
|
|
303
|
+
User: I want to make a parallax website
|
|
304
|
+
|
|
305
|
+
Claude: 🌿 Branch created: interview/parallax-website ✅
|
|
306
|
+
Type: website detected → loading checklists/website.md
|
|
307
|
+
|
|
308
|
+
Let me start with some background.
|
|
309
|
+
Why are you building this website?
|
|
310
|
+
(e.g., personal portfolio, product promotion, agency introduction, etc.)
|
|
311
|
+
|
|
312
|
+
User: New product launch promotion. Coffee bean brand.
|
|
313
|
+
|
|
314
|
+
Claude: Got it. Who is the primary target audience?
|
|
315
|
+
1. Coffee beginners
|
|
316
|
+
2. Home cafe enthusiasts
|
|
317
|
+
3. Cafe owners / baristas
|
|
318
|
+
Or describe freely
|
|
319
|
+
|
|
320
|
+
User: 2
|
|
321
|
+
|
|
322
|
+
Claude: What emotion or atmosphere should users feel first when they land on this site?
|
|
323
|
+
|
|
324
|
+
User: Premium. Cinematic.
|
|
325
|
+
|
|
326
|
+
Claude: Do you have any reference sites or images? (URL or "none")
|
|
327
|
+
|
|
328
|
+
User: Like the apple.com product page feel
|
|
329
|
+
|
|
330
|
+
[10–20 questions continue...]
|
|
331
|
+
|
|
332
|
+
Claude: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
333
|
+
📊 Interview Progress
|
|
334
|
+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
335
|
+
✅ Required: 8/8 complete!
|
|
336
|
+
⚪ Optional: 4/14
|
|
337
|
+
|
|
338
|
+
Would you like to continue with optional items (SEO, analytics, i18n, etc.)?
|
|
339
|
+
1. Yes, all of them
|
|
340
|
+
2. Key items only (3–5)
|
|
341
|
+
3. Stop
|
|
342
|
+
|
|
343
|
+
User: 3
|
|
344
|
+
|
|
345
|
+
Claude: ⚠️ All required items complete. 10 optional items will be marked as TBD.
|
|
346
|
+
|
|
347
|
+
✅ Interview complete!
|
|
348
|
+
📄 .claude/vibe/interviews/parallax-website.md
|
|
349
|
+
|
|
350
|
+
→ vibe.plan skill is starting plan creation...
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
## Related
|
|
354
|
+
|
|
355
|
+
- **Next**: `vibe.plan` — refine interview results into a structured plan
|
|
356
|
+
- **After plan**: `vibe.spec` (skill) → generates SPEC → then `/vibe.run` (logic) + `/vibe.figma` (UI track) in parallel
|
|
357
|
+
- **Templates**: `~/.claude/vibe/templates/plan-template.md`
|
|
358
|
+
- **Checklists**: `skills/vibe.interview/checklists/{type}.md`
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# Discovery Checklist: API / Backend
|
|
2
|
+
|
|
3
|
+
> REST, GraphQL, gRPC, 마이크로서비스 등 **UI 없는 백엔드 시스템**.
|
|
4
|
+
|
|
5
|
+
## Required
|
|
6
|
+
|
|
7
|
+
### R1. purpose
|
|
8
|
+
**Q**: 이 API/백엔드가 해결하는 문제는 무엇인가요?
|
|
9
|
+
|
|
10
|
+
### R2. consumers
|
|
11
|
+
**Q**: 누가 이 API를 사용하나요?
|
|
12
|
+
**힌트**: 자사 프론트엔드, 외부 개발자, 모바일 앱, 파트너 시스템, 내부 서비스.
|
|
13
|
+
**follow-up**: "공개 API인가요, 내부용인가요?"
|
|
14
|
+
|
|
15
|
+
### R3. core-endpoints
|
|
16
|
+
**Q**: 주요 리소스/엔드포인트는?
|
|
17
|
+
**힌트**: 예) Users, Products, Orders. CRUD 수준 대략.
|
|
18
|
+
|
|
19
|
+
### R4. data-model
|
|
20
|
+
**Q**: 주요 엔티티와 관계는?
|
|
21
|
+
**힌트**: ERD 수준 불필요, 핵심만.
|
|
22
|
+
|
|
23
|
+
### R5. auth-strategy
|
|
24
|
+
**Q**: 인증/인가 방식은?
|
|
25
|
+
**힌트**: API Key, JWT, OAuth2, mTLS, 인증 없음. Scope/Role 필요?
|
|
26
|
+
|
|
27
|
+
### R6. protocol
|
|
28
|
+
**Q**: API 프로토콜은?
|
|
29
|
+
**힌트**: REST / GraphQL / gRPC / WebSocket / 혼합.
|
|
30
|
+
|
|
31
|
+
### R7. tech-stack
|
|
32
|
+
**Q**: 기술 스택은?
|
|
33
|
+
**힌트**: 언어/프레임워크(Node/FastAPI/Go/Rust), DB(Postgres/Mongo/Redis), 호스팅.
|
|
34
|
+
|
|
35
|
+
### R8. performance-slo
|
|
36
|
+
**Q**: 성능 SLO가 있나요?
|
|
37
|
+
**힌트**: 예) p95 응답 시간 < 200ms, 처리량 1000 req/s.
|
|
38
|
+
|
|
39
|
+
### R9. success-metric
|
|
40
|
+
**Q**: 성공 기준은?
|
|
41
|
+
**힌트**: Uptime, 응답 시간, 에러율, API 사용량.
|
|
42
|
+
|
|
43
|
+
## Optional
|
|
44
|
+
|
|
45
|
+
### O1. versioning-strategy
|
|
46
|
+
**Q**: API 버저닝 전략이 있나요?
|
|
47
|
+
**힌트**: URL(/v1/), 헤더, 없음.
|
|
48
|
+
|
|
49
|
+
### O2. rate-limiting
|
|
50
|
+
**Q**: Rate limiting이 필요한가요?
|
|
51
|
+
**힌트**: Tier별(free/paid), 전역, IP 기반.
|
|
52
|
+
|
|
53
|
+
### O3. caching-strategy
|
|
54
|
+
**Q**: 캐싱 전략이 있나요?
|
|
55
|
+
**힌트**: HTTP 캐시, Redis, CDN, Edge.
|
|
56
|
+
|
|
57
|
+
### O4. async-jobs
|
|
58
|
+
**Q**: 비동기 작업/큐가 필요한가요?
|
|
59
|
+
**힌트**: BullMQ, SQS, Kafka, Temporal.
|
|
60
|
+
|
|
61
|
+
### O5. webhooks
|
|
62
|
+
**Q**: 웹훅 지원이 필요한가요?
|
|
63
|
+
|
|
64
|
+
### O6. documentation
|
|
65
|
+
**Q**: API 문서 자동화는?
|
|
66
|
+
**힌트**: OpenAPI/Swagger, GraphQL 스키마, Postman, Scalar.
|
|
67
|
+
|
|
68
|
+
### O7. sdk-generation
|
|
69
|
+
**Q**: 클라이언트 SDK 생성이 필요한가요?
|
|
70
|
+
**힌트**: 언어별(TS/Python/Go), OpenAPI 기반 생성.
|
|
71
|
+
|
|
72
|
+
### O8. observability
|
|
73
|
+
**Q**: 관측(logging/metrics/tracing)은?
|
|
74
|
+
**힌트**: OpenTelemetry, Datadog, Honeycomb, Grafana.
|
|
75
|
+
|
|
76
|
+
### O9. error-handling
|
|
77
|
+
**Q**: 에러 응답 포맷 표준이 있나요?
|
|
78
|
+
**힌트**: RFC 7807 (Problem Details), 자체 포맷.
|
|
79
|
+
|
|
80
|
+
### O10. data-retention
|
|
81
|
+
**Q**: 데이터 보존/삭제 정책은?
|
|
82
|
+
|
|
83
|
+
### O11. backup-recovery
|
|
84
|
+
**Q**: 백업/복구 전략은?
|
|
85
|
+
**힌트**: RPO/RTO 목표.
|
|
86
|
+
|
|
87
|
+
### O12. compliance
|
|
88
|
+
**Q**: 규제 준수 요구가 있나요?
|
|
89
|
+
**힌트**: GDPR, HIPAA, PCI-DSS, SOC2.
|
|
90
|
+
|
|
91
|
+
### O13. multi-tenant
|
|
92
|
+
**Q**: 멀티테넌트 구조인가요?
|
|
93
|
+
**힌트**: Shared DB / DB-per-tenant / Schema 분리.
|
|
94
|
+
|
|
95
|
+
### O14. testing-strategy
|
|
96
|
+
**Q**: 테스트 전략은?
|
|
97
|
+
**힌트**: 계약 테스트(Pact), 통합 테스트, 부하 테스트(k6).
|
|
98
|
+
|
|
99
|
+
### O15. deployment
|
|
100
|
+
**Q**: 배포 방식은?
|
|
101
|
+
**힌트**: Docker, Kubernetes, Serverless, Blue-Green, Canary.
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Discovery Checklist: Feature (기존 프로젝트에 추가)
|
|
2
|
+
|
|
3
|
+
> 이미 존재하는 프로젝트에 **새 기능 추가**하거나 **기존 기능 확장**.
|
|
4
|
+
> 체크리스트는 타입(website/webapp/mobile/api/library)과 겹치는 부분이 많으므로, 이 문서는 **"기존 프로젝트 컨텍스트 파악"**에 집중.
|
|
5
|
+
|
|
6
|
+
## Required
|
|
7
|
+
|
|
8
|
+
### R1. feature-purpose
|
|
9
|
+
**Q**: 어떤 기능을 추가하려 하시나요? 왜 필요한가요?
|
|
10
|
+
**힌트**: 사용자 관점에서 "무엇을 할 수 있게 되는지".
|
|
11
|
+
|
|
12
|
+
### R2. existing-project-context
|
|
13
|
+
**Q**: 기존 프로젝트의 기술 스택을 확인했나요?
|
|
14
|
+
**힌트**: CLAUDE.md, package.json, .claude/vibe/config.json 읽어서 자동 파악.
|
|
15
|
+
**follow-up**: 파악 결과를 사용자에게 요약해 확인 받기.
|
|
16
|
+
|
|
17
|
+
### R3. affected-areas
|
|
18
|
+
**Q**: 이 기능이 영향을 주는 영역은 어디인가요?
|
|
19
|
+
**힌트**: 예) UI만, API만, DB 스키마 변경, 인증 시스템, 다수 모듈.
|
|
20
|
+
**follow-up**: "기존 코드 중 건드려야 할 파일/모듈을 대략 알려주시면 좋아요."
|
|
21
|
+
|
|
22
|
+
### R4. user-flow
|
|
23
|
+
**Q**: 사용자가 이 기능을 쓰는 흐름은 어떻게 되나요?
|
|
24
|
+
**힌트**: 1단계씩. "사용자가 X 화면에서 Y 버튼을 누르면 → Z가 일어난다."
|
|
25
|
+
|
|
26
|
+
### R5. data-change
|
|
27
|
+
**Q**: 새 데이터 모델이 필요한가요? 기존 모델을 변경하나요?
|
|
28
|
+
**힌트**: 새 테이블/컬럼, 마이그레이션 필요 여부.
|
|
29
|
+
|
|
30
|
+
### R6. integration-with-existing
|
|
31
|
+
**Q**: 기존 기능과 어떻게 통합되나요?
|
|
32
|
+
**힌트**: 새 기능이 기존 X 기능을 확장/대체/보완.
|
|
33
|
+
|
|
34
|
+
### R7. success-metric
|
|
35
|
+
**Q**: 이 기능이 "성공했다"고 판단할 기준은?
|
|
36
|
+
**힌트**: 사용자 채택률, 특정 액션 수, 에러율 감소.
|
|
37
|
+
|
|
38
|
+
## Optional
|
|
39
|
+
|
|
40
|
+
### O1. backwards-compatibility
|
|
41
|
+
**Q**: 하위 호환성을 지켜야 하나요?
|
|
42
|
+
**힌트**: 기존 사용자 데이터/설정이 깨지면 안 되는 수준.
|
|
43
|
+
|
|
44
|
+
### O2. feature-flag
|
|
45
|
+
**Q**: 기능 플래그로 점진 출시할 건가요?
|
|
46
|
+
**힌트**: 전체 / 베타 사용자만 / A/B 테스트 / 하드 스위치.
|
|
47
|
+
|
|
48
|
+
### O3. migration-path
|
|
49
|
+
**Q**: 기존 사용자를 위한 마이그레이션 경로가 필요한가요?
|
|
50
|
+
**힌트**: 데이터 변환, 설정 이전, 공지 기간.
|
|
51
|
+
|
|
52
|
+
### O4. rollback-plan
|
|
53
|
+
**Q**: 롤백 계획이 있나요?
|
|
54
|
+
**힌트**: DB 마이그레이션 가역성, 이전 버전 유지.
|
|
55
|
+
|
|
56
|
+
### O5. existing-tests
|
|
57
|
+
**Q**: 기존 테스트를 깨뜨리지 않고 추가할 수 있나요?
|
|
58
|
+
**힌트**: 영향받는 테스트 파일, 새로 추가할 테스트.
|
|
59
|
+
|
|
60
|
+
### O6. performance-impact
|
|
61
|
+
**Q**: 성능 영향을 예상하나요?
|
|
62
|
+
**힌트**: 빌드 크기, 런타임 속도, DB 쿼리 추가.
|
|
63
|
+
|
|
64
|
+
### O7. security-impact
|
|
65
|
+
**Q**: 보안 관점 검토가 필요한가요?
|
|
66
|
+
**힌트**: 새 권한, 인증 플로우 변경, 외부 데이터 노출.
|
|
67
|
+
|
|
68
|
+
### O8. documentation-update
|
|
69
|
+
**Q**: 기존 문서를 업데이트해야 하나요?
|
|
70
|
+
**힌트**: README, API docs, 사용자 가이드.
|
|
71
|
+
|
|
72
|
+
### O9. ui-consistency
|
|
73
|
+
**Q**: 기존 디자인 시스템과 일관되어야 하나요? (UI 기능)
|
|
74
|
+
**힌트**: 예) 기존 컴포넌트 재사용, 새 컴포넌트 최소화.
|
|
75
|
+
|
|
76
|
+
### O10. dependency-change
|
|
77
|
+
**Q**: 새 의존성이 추가되나요?
|
|
78
|
+
**힌트**: 번들 크기, 라이선스 호환, 유지보수 가능성.
|
|
79
|
+
|
|
80
|
+
### O11. observability
|
|
81
|
+
**Q**: 새 메트릭/로그가 필요한가요?
|
|
82
|
+
|
|
83
|
+
### O12. notification-to-users
|
|
84
|
+
**Q**: 기존 사용자에게 공지가 필요한가요?
|
|
85
|
+
**힌트**: 릴리즈 노트, 인앱 배너, 이메일.
|
|
86
|
+
|
|
87
|
+
### O13. training-docs
|
|
88
|
+
**Q**: 팀/고객 교육 자료가 필요한가요?
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# Discovery Checklist: Library / SDK / CLI
|
|
2
|
+
|
|
3
|
+
> npm 패키지, Python 라이브러리, CLI 도구, SDK 등 **재사용 가능한 코드 단위**.
|
|
4
|
+
|
|
5
|
+
## Required
|
|
6
|
+
|
|
7
|
+
### R1. purpose
|
|
8
|
+
**Q**: 이 라이브러리/SDK/CLI가 해결하는 문제는?
|
|
9
|
+
**힌트**: 한 문장으로. "X 없이 Y 하기 어려웠는데, 이게 해결."
|
|
10
|
+
|
|
11
|
+
### R2. target-users
|
|
12
|
+
**Q**: 누가 사용하나요?
|
|
13
|
+
**힌트**: 예) 프론트엔드 개발자, Python 데이터 분석가, DevOps 엔지니어.
|
|
14
|
+
**follow-up**: "사용자의 기술 수준은?"
|
|
15
|
+
|
|
16
|
+
### R3. core-api
|
|
17
|
+
**Q**: 핵심 API 표면은 어떻게 생겼나요?
|
|
18
|
+
**힌트**: 예) `import { foo } from 'lib'; foo(x).then(...)`. 1-2줄 사용 예시.
|
|
19
|
+
|
|
20
|
+
### R4. language-platform
|
|
21
|
+
**Q**: 어느 언어/플랫폼 대상인가요?
|
|
22
|
+
**힌트**: JS/TS (Node/Browser/Deno/Bun), Python, Go, Rust, 범용 CLI.
|
|
23
|
+
|
|
24
|
+
### R5. distribution
|
|
25
|
+
**Q**: 어떻게 배포하나요?
|
|
26
|
+
**힌트**: npm, PyPI, crates.io, Homebrew, 직접 다운로드.
|
|
27
|
+
|
|
28
|
+
### R6. license
|
|
29
|
+
**Q**: 라이선스는?
|
|
30
|
+
**힌트**: MIT, Apache 2.0, GPL, 독점.
|
|
31
|
+
|
|
32
|
+
### R7. success-metric
|
|
33
|
+
**Q**: 성공 기준은?
|
|
34
|
+
**힌트**: 다운로드 수, GitHub stars, 사용자 피드백, 특정 프로젝트 적용.
|
|
35
|
+
|
|
36
|
+
## Optional
|
|
37
|
+
|
|
38
|
+
### O1. dependency-policy
|
|
39
|
+
**Q**: 의존성 정책이 있나요?
|
|
40
|
+
**힌트**: zero-dep / minimal / 자유롭게.
|
|
41
|
+
|
|
42
|
+
### O2. bundle-size
|
|
43
|
+
**Q**: 번들 크기 목표가 있나요? (JS 라이브러리)
|
|
44
|
+
**힌트**: 예) < 10KB gzipped.
|
|
45
|
+
|
|
46
|
+
### O3. tree-shaking
|
|
47
|
+
**Q**: Tree-shaking 지원이 필요한가요?
|
|
48
|
+
**힌트**: Named exports, ESM-first.
|
|
49
|
+
|
|
50
|
+
### O4. typescript-support
|
|
51
|
+
**Q**: TypeScript 타입 정의가 필요한가요?
|
|
52
|
+
**힌트**: 내장, @types 패키지, 없음.
|
|
53
|
+
|
|
54
|
+
### O5. ssr-browser-support
|
|
55
|
+
**Q**: SSR/Browser 양쪽 지원이 필요한가요? (JS)
|
|
56
|
+
|
|
57
|
+
### O6. api-stability
|
|
58
|
+
**Q**: API 안정성 약속은?
|
|
59
|
+
**힌트**: SemVer 엄격 준수, 실험적, pre-1.0.
|
|
60
|
+
|
|
61
|
+
### O7. testing-coverage
|
|
62
|
+
**Q**: 테스트 커버리지 목표는?
|
|
63
|
+
**힌트**: 예) 90%+, unit only, integration 포함.
|
|
64
|
+
|
|
65
|
+
### O8. documentation-style
|
|
66
|
+
**Q**: 문서 스타일은?
|
|
67
|
+
**힌트**: README 위주, 별도 docs site, JSDoc/TSDoc, Storybook.
|
|
68
|
+
|
|
69
|
+
### O9. examples
|
|
70
|
+
**Q**: 예제/템플릿을 얼마나 제공할 것인가요?
|
|
71
|
+
**힌트**: Quickstart, Recipes, Playground, CodeSandbox 링크.
|
|
72
|
+
|
|
73
|
+
### O10. versioning-policy
|
|
74
|
+
**Q**: 버저닝 정책은?
|
|
75
|
+
**힌트**: SemVer, CalVer, 수동.
|
|
76
|
+
|
|
77
|
+
### O11. changelog
|
|
78
|
+
**Q**: Changelog 관리 방식은?
|
|
79
|
+
**힌트**: 수동, Changesets, semantic-release, Keep a Changelog.
|
|
80
|
+
|
|
81
|
+
### O12. contributing
|
|
82
|
+
**Q**: 외부 기여를 받을 계획인가요?
|
|
83
|
+
**힌트**: 오픈 / CONTRIBUTING.md / CLA 필요 / 내부 전용.
|
|
84
|
+
|
|
85
|
+
### O13. ci-tests
|
|
86
|
+
**Q**: CI에서 어떤 검증을 돌리나요?
|
|
87
|
+
**힌트**: 다중 Node 버전, 다중 OS, 다중 패키지 매니저.
|
|
88
|
+
|
|
89
|
+
### O14. deprecation-policy
|
|
90
|
+
**Q**: 기능 제거 정책이 있나요?
|
|
91
|
+
**힌트**: N버전 warning 후 제거, 즉시 제거 금지.
|
|
92
|
+
|
|
93
|
+
### O15. telemetry
|
|
94
|
+
**Q**: 텔레메트리/사용 통계를 수집하나요?
|
|
95
|
+
**힌트**: opt-in, opt-out, 없음. 프라이버시 고지 필요.
|