@tgoodington/intuition 4.5.0 → 6.0.0
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/docs/intuition_design_skill_spec.md +219 -0
- package/package.json +2 -2
- package/scripts/install-skills.js +46 -115
- package/scripts/uninstall-skills.js +21 -13
- package/skills/intuition-design/SKILL.md +366 -0
- package/skills/intuition-execute/SKILL.md +17 -6
- package/skills/intuition-handoff/SKILL.md +279 -27
- package/skills/intuition-initialize/SKILL.md +40 -8
- package/skills/intuition-initialize/references/claude_template.md +31 -16
- package/skills/intuition-initialize/references/design_brief_template.md +62 -0
- package/skills/intuition-initialize/references/execution_brief_template.md +18 -13
- package/skills/intuition-initialize/references/intuition_readme_template.md +40 -0
- package/skills/intuition-initialize/references/planning_brief_template.md +5 -5
- package/skills/intuition-initialize/references/state_template.json +9 -2
- package/skills/intuition-plan/SKILL.md +63 -19
- package/skills/intuition-prompt/SKILL.md +281 -0
- package/skills/intuition-start/SKILL.md +59 -18
- package/skills/intuition-discovery/SKILL.md +0 -425
- package/skills/intuition-discovery/references/templates/discovery_brief_template.md +0 -110
- package/skills/intuition-discovery/references/waldo_core.md +0 -1013
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
# Discovery Brief
|
|
2
|
-
|
|
3
|
-
> Generated by Waldo (intuition-discovery) on [DATE]
|
|
4
|
-
> Workflow Status: Ready for Planning
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## Problem
|
|
9
|
-
|
|
10
|
-
**Core Challenge:**
|
|
11
|
-
[What's broken, missing, or causing pain]
|
|
12
|
-
|
|
13
|
-
**Context:**
|
|
14
|
-
[How this affects the user, their team, or their project]
|
|
15
|
-
|
|
16
|
-
**Why It Matters:**
|
|
17
|
-
[Deeper motivation behind wanting to solve this]
|
|
18
|
-
|
|
19
|
-
**Systems View:**
|
|
20
|
-
[How this problem connects to other parts of the project/system]
|
|
21
|
-
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
## Goals
|
|
25
|
-
|
|
26
|
-
**What Success Looks Like:**
|
|
27
|
-
[Specific, observable outcomes that indicate the problem is solved]
|
|
28
|
-
|
|
29
|
-
**Key Outcomes:**
|
|
30
|
-
- [Outcome 1]
|
|
31
|
-
- [Outcome 2]
|
|
32
|
-
- [Outcome 3]
|
|
33
|
-
|
|
34
|
-
**Connection to Problem:**
|
|
35
|
-
[How achieving these goals directly addresses the problem]
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
## User Context
|
|
40
|
-
|
|
41
|
-
**Who Will Use This:**
|
|
42
|
-
[User personas - roles, technical level, context]
|
|
43
|
-
|
|
44
|
-
**How They'll Interact:**
|
|
45
|
-
[Typical workflows and interactions with the solution]
|
|
46
|
-
|
|
47
|
-
**Success Markers for Users:**
|
|
48
|
-
[What tells users the solution is working for them]
|
|
49
|
-
|
|
50
|
-
**Pain Points to Avoid:**
|
|
51
|
-
[What would make this a bad experience for users]
|
|
52
|
-
|
|
53
|
-
---
|
|
54
|
-
|
|
55
|
-
## Personalization / Motivation
|
|
56
|
-
|
|
57
|
-
**What Drives This Work:**
|
|
58
|
-
[Intrinsic motivators - autonomy, mastery, purpose, impact]
|
|
59
|
-
|
|
60
|
-
**Constraints:**
|
|
61
|
-
[Time, resources, dependencies, technical limitations]
|
|
62
|
-
|
|
63
|
-
**Priorities:**
|
|
64
|
-
[What matters most vs. nice-to-have]
|
|
65
|
-
|
|
66
|
-
**Bigger Picture:**
|
|
67
|
-
[How this fits into larger goals or vision]
|
|
68
|
-
|
|
69
|
-
---
|
|
70
|
-
|
|
71
|
-
## Scope
|
|
72
|
-
|
|
73
|
-
**In Scope:**
|
|
74
|
-
- [Item 1]
|
|
75
|
-
- [Item 2]
|
|
76
|
-
- [Item 3]
|
|
77
|
-
|
|
78
|
-
**Out of Scope:**
|
|
79
|
-
- [Item 1]
|
|
80
|
-
- [Item 2]
|
|
81
|
-
|
|
82
|
-
**Boundaries:**
|
|
83
|
-
[Clear limits and edge cases]
|
|
84
|
-
|
|
85
|
-
---
|
|
86
|
-
|
|
87
|
-
## Assumptions
|
|
88
|
-
|
|
89
|
-
| Assumption | Confidence | Notes |
|
|
90
|
-
|------------|------------|-------|
|
|
91
|
-
| [Assumption 1] | High/Medium/Low | [Context] |
|
|
92
|
-
| [Assumption 2] | High/Medium/Low | [Context] |
|
|
93
|
-
| [Assumption 3] | High/Medium/Low | [Context] |
|
|
94
|
-
|
|
95
|
-
---
|
|
96
|
-
|
|
97
|
-
## Discovery Notes
|
|
98
|
-
|
|
99
|
-
**Key Insights from Dialogue:**
|
|
100
|
-
[Important observations or realizations from the GAPP conversation]
|
|
101
|
-
|
|
102
|
-
**Open Questions for Planning:**
|
|
103
|
-
[Items Magellan should investigate or clarify]
|
|
104
|
-
|
|
105
|
-
**Recommended Focus Areas:**
|
|
106
|
-
[Where Waldo suggests Magellan should concentrate research]
|
|
107
|
-
|
|
108
|
-
---
|
|
109
|
-
|
|
110
|
-
*This brief was created through Socratic discovery dialogue. Run `/intuition-plan` to have Magellan synthesize this into a structured plan.*
|