cc-dev-template 0.1.55 → 0.1.56
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/package.json +1 -1
- package/src/skills/spec-interview/references/step-1-opening.md +1 -1
- package/src/skills/spec-interview/references/step-2-ideation.md +59 -0
- package/src/skills/spec-interview/references/{step-2-ui-ux.md → step-3-ui-ux.md} +3 -3
- package/src/skills/spec-interview/references/{step-3-deep-dive.md → step-4-deep-dive.md} +2 -2
- package/src/skills/spec-interview/references/{step-4-research-needs.md → step-5-research-needs.md} +3 -3
- package/src/skills/spec-interview/references/{step-5-verification.md → step-6-verification.md} +2 -2
- package/src/skills/spec-interview/references/{step-6-finalize.md → step-7-finalize.md} +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Step 2: Ideation
|
|
2
|
+
|
|
3
|
+
Before designing a solution, explore the solution space. This step prevents premature convergence on the first idea that comes to mind.
|
|
4
|
+
|
|
5
|
+
## Determine Mode
|
|
6
|
+
|
|
7
|
+
Use AskUserQuestion to ask:
|
|
8
|
+
|
|
9
|
+
> "Do you already have a clear approach in mind, or would you like to explore different options first?"
|
|
10
|
+
|
|
11
|
+
**Options:**
|
|
12
|
+
- **I know my approach** → Skip to `references/step-3-ui-ux.md` (or step-4-deep-dive.md if no UI)
|
|
13
|
+
- **Let's explore options** → Continue with brainstorming below
|
|
14
|
+
|
|
15
|
+
## Hybrid Brainstorming
|
|
16
|
+
|
|
17
|
+
Research shows that combining human and AI ideas produces more original solutions than either alone. The key: get human ideas first, before AI suggestions anchor their thinking.
|
|
18
|
+
|
|
19
|
+
### 1. Collect User Ideas First
|
|
20
|
+
|
|
21
|
+
Use AskUserQuestion:
|
|
22
|
+
|
|
23
|
+
> "Before I suggest anything - what approaches have you been considering? Even rough or half-formed ideas are valuable."
|
|
24
|
+
|
|
25
|
+
Let them share freely. Don't evaluate yet. The goal is to capture their independent thinking before AI ideas influence it.
|
|
26
|
+
|
|
27
|
+
### 2. Generate AI Alternatives
|
|
28
|
+
|
|
29
|
+
Now generate 3-4 different approaches to the same problem. These should:
|
|
30
|
+
- Include options the user didn't mention
|
|
31
|
+
- Vary meaningfully in architecture, complexity, or tradeoffs
|
|
32
|
+
- Not just be variations on the user's ideas
|
|
33
|
+
|
|
34
|
+
Frame it as: "Let me add some alternatives you might not have considered..."
|
|
35
|
+
|
|
36
|
+
### 3. Diversity Check
|
|
37
|
+
|
|
38
|
+
Review all ideas (user's and yours). Ask yourself:
|
|
39
|
+
- Are these actually different, or variations of the same approach?
|
|
40
|
+
- What's the boldest option here?
|
|
41
|
+
- Can any ideas be combined into something better?
|
|
42
|
+
|
|
43
|
+
If the options feel too similar, push for a more divergent alternative.
|
|
44
|
+
|
|
45
|
+
### 4. Select or Combine
|
|
46
|
+
|
|
47
|
+
Present all approaches with tradeoffs. Use AskUserQuestion:
|
|
48
|
+
|
|
49
|
+
> "Looking at these together, which direction feels right? Or should we combine elements from multiple approaches?"
|
|
50
|
+
|
|
51
|
+
Document the chosen approach and why before proceeding.
|
|
52
|
+
|
|
53
|
+
## When to Move On
|
|
54
|
+
|
|
55
|
+
Proceed to `references/step-3-ui-ux.md` when:
|
|
56
|
+
- An approach has been selected (or user chose to skip brainstorming)
|
|
57
|
+
- The rationale for the choice is understood
|
|
58
|
+
|
|
59
|
+
If the feature has no user interface, skip to `references/step-4-deep-dive.md`.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Step
|
|
1
|
+
# Step 3: UI/UX Design
|
|
2
2
|
|
|
3
|
-
If the feature has no user interface, skip to `references/step-
|
|
3
|
+
If the feature has no user interface, skip to `references/step-4-deep-dive.md`.
|
|
4
4
|
|
|
5
5
|
## Determine Design Direction
|
|
6
6
|
|
|
@@ -67,7 +67,7 @@ Format as simple numbered steps under each flow name.
|
|
|
67
67
|
|
|
68
68
|
## When to Move On
|
|
69
69
|
|
|
70
|
-
Proceed to `references/step-
|
|
70
|
+
Proceed to `references/step-4-deep-dive.md` when:
|
|
71
71
|
- Design direction is agreed upon
|
|
72
72
|
- Wireframes exist for primary screens
|
|
73
73
|
- User has confirmed the layout approach
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Step
|
|
1
|
+
# Step 4: Deep Dive
|
|
2
2
|
|
|
3
3
|
Cover all specification areas through conversation. Update `docs/specs/<name>/spec.md` incrementally as information emerges.
|
|
4
4
|
|
|
@@ -86,4 +86,4 @@ Write to `docs/specs/<name>/spec.md` with this structure:
|
|
|
86
86
|
|
|
87
87
|
## When to Move On
|
|
88
88
|
|
|
89
|
-
Move to `references/step-
|
|
89
|
+
Move to `references/step-5-research-needs.md` when all areas have been covered and the spec document is substantially complete.
|
package/src/skills/spec-interview/references/{step-4-research-needs.md → step-5-research-needs.md}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Step
|
|
1
|
+
# Step 5: Identify Research Needs
|
|
2
2
|
|
|
3
3
|
Before finalizing, determine if implementation requires unfamiliar paradigms.
|
|
4
4
|
|
|
@@ -40,11 +40,11 @@ Wait for research to complete before continuing. The research output goes to `do
|
|
|
40
40
|
|
|
41
41
|
## If No Research Needed
|
|
42
42
|
|
|
43
|
-
State that all paradigms have existing examples in the codebase. Proceed to `references/step-
|
|
43
|
+
State that all paradigms have existing examples in the codebase. Proceed to `references/step-6-verification.md`.
|
|
44
44
|
|
|
45
45
|
## When to Move On
|
|
46
46
|
|
|
47
|
-
Proceed to `references/step-
|
|
47
|
+
Proceed to `references/step-6-verification.md` when:
|
|
48
48
|
- All new paradigms have been researched, OR
|
|
49
49
|
- User confirmed no research is needed, OR
|
|
50
50
|
- All patterns have existing codebase examples
|
package/src/skills/spec-interview/references/{step-5-verification.md → step-6-verification.md}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Step
|
|
1
|
+
# Step 6: Verification Planning
|
|
2
2
|
|
|
3
3
|
Every acceptance criterion needs a specific, executable verification method. The goal: autonomous implementation with zero ambiguity about whether something works.
|
|
4
4
|
|
|
@@ -71,4 +71,4 @@ The standard: if the agent executes the verification and it passes, the feature
|
|
|
71
71
|
|
|
72
72
|
## When to Move On
|
|
73
73
|
|
|
74
|
-
Proceed to `references/step-
|
|
74
|
+
Proceed to `references/step-7-finalize.md` when every acceptance criterion has a verification method and the user agrees each method proves the criterion works.
|