@tgoodington/intuition 9.2.2 → 9.3.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/archive/ARCHITECTURE_OVERVIEW.txt +405 -0
- package/docs/archive/INSTALLATION.md +431 -0
- package/docs/archive/QUICK_TEST_CHECKLIST.md +467 -0
- package/docs/archive/SKILL_INTERACTION_GUIDE.md +993 -0
- package/docs/archive/TESTING_README.md +215 -0
- package/docs/archive/TESTING_SUMMARY.md +781 -0
- package/docs/archive/WALDO_V3_COMPLETE_DOCUMENTATION.md +538 -0
- package/docs/archive/WALDO_V3_DESIGN_SUMMARY.md +449 -0
- package/docs/project_notes/archive/trunk-v9.2-complete/.gitkeep +0 -0
- package/docs/project_notes/v9.2-optimization-plan.md +193 -0
- package/package.json +1 -1
- package/producers/document-writer/document-writer.producer.md +31 -0
- package/producers/form-filler/form-filler.producer.md +32 -0
- package/producers/presentation-creator/presentation-creator.producer.md +32 -0
- package/producers/spreadsheet-builder/spreadsheet-builder.producer.md +37 -0
- package/skills/intuition-assemble/SKILL.md +77 -4
- package/skills/intuition-build/SKILL.md +79 -12
- package/skills/intuition-detail/SKILL.md +45 -7
- package/skills/intuition-handoff/SKILL.md +12 -258
- package/skills/intuition-outline/SKILL.md +55 -4
- package/skills/intuition-prompt/SKILL.md +23 -16
- package/skills/intuition-start/SKILL.md +8 -10
- package/skills/intuition-test/SKILL.md +18 -15
- /package/docs/{PROJECT_CONTEXT.md → archive/PROJECT_CONTEXT.md} +0 -0
- /package/docs/{intuition-architecture.md → archive/intuition-architecture.md} +0 -0
- /package/docs/{intuition-workflow.md → archive/intuition-workflow.md} +0 -0
- /package/docs/{intuition_design_skill_spec.md → archive/intuition_design_skill_spec.md} +0 -0
- /package/docs/{v7_design_spec.md → archive/v7_design_spec.md} +0 -0
- /package/docs/{v7_plan.md → archive/v7_plan.md} +0 -0
- /package/docs/{v9 → archive/v9-design}/decision-framework-direction.md +0 -0
- /package/docs/{v9 → archive/v9-design}/decision-framework-implementation.md +0 -0
- /package/docs/{v9 → archive/v9-design}/domain-adaptive-team-architecture.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/SESSION_SUMMARY.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/TEST_PLAN.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/blueprints/legal-analyst.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/output/07_cover_letter.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase2/mock_plan.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase2/producers.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase2/specialists/database-architect.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase2/specialists/financial-analyst.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase2/specialists/legal-analyst.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase2/specialists/technical-writer.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase2/team_assignment.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase3/blueprints/legal-analyst.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase3/legal-analyst-full.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase3/project_context/nh_landlord_tenant_notes.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase3/project_context/property_facts.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase3b/blueprints/legal-analyst.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase3b/legal-analyst.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase3b/scratch/legal-analyst-stage1.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase4/TEST_PLAN.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase4/blueprints/financial-analyst-T2.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase4/blueprints/legal-analyst-T4.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase4/cross-blueprint-check.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase4/scratch/financial-analyst-T2-stage1.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase4/scratch/legal-analyst-T4-stage1.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase4/specialists/financial-analyst.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase4/specialists/legal-analyst.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/TEST_PLAN.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/blueprints/code-architect-hw-vetter.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/output/04_compliance_checklist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/output/hardware-vetter-SKILL-v2.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/output/hardware-vetter-SKILL.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/producers/code-writer.producer.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/producers/document-writer.producer.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/regression-comparison-v2.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/regression-comparison.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/review-5A-specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/specialist-test/TEST_PLAN.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/specialist-test/blueprint-comparison.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/specialist-test/blueprints/code-architect-hw-vetter.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/specialist-test/scratch/code-architect-stage1.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5/specialists/code-architect.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/TEST_PLAN.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/blueprints/5B-10-stage2-with-decisions.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/decisions/5B-2-accept-all-decisions.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/decisions/5B-3-promote-decisions.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/decisions/5B-4-individual-decisions.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/decisions/5B-5-triage-decisions.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/decisions/5B-6-fallback-decisions.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/decisions/5B-8-partial-decisions.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/decisions/5B-9-complete-decisions.json +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/scratch/code-architect-stage1.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/specialists/code-architect.specialist.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/stage1-many-decisions.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/stage1-no-assumptions.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/stage1-with-assumptions.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-1-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-10-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-2-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-3-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-4-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-5-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-6-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-7-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-8-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/phase5b/test-5B-9-results.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/producers/document-writer.producer.md +0 -0
- /package/docs/{v9/test → archive/v9-test}/specialists/legal-analyst.specialist.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/.planning_research/decision_file_naming.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/.planning_research/decisions_log.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/.planning_research/orientation.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/audit/plan-rename-hitlist.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/blueprint-conflicts.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/blueprints/database-architect.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/blueprints/devops-infrastructure.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/blueprints/technical-writer.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/build_brief.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/build_report.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/detail_brief.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/plan.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/planning_brief.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/prompt_brief.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/prompt_output.json +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/database-architect-decisions.json +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/database-architect-research-plan.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/database-architect-stage1.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/devops-infrastructure-decisions.json +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/devops-infrastructure-research-plan.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/devops-infrastructure-stage1.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/technical-writer-decisions.json +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/technical-writer-research-plan.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/scratch/technical-writer-stage1.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/team_assignment.json +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/test_brief.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/test_report.md +0 -0
- /package/docs/project_notes/{trunk → archive/trunk-v9.2-complete}/verification/devops-infrastructure-verification.md +0 -0
|
@@ -0,0 +1,431 @@
|
|
|
1
|
+
# Intuition Installation Guide
|
|
2
|
+
|
|
3
|
+
Complete guide to installing Intuition skills (`/plan` and `/execute`) on your system.
|
|
4
|
+
|
|
5
|
+
## Prerequisites
|
|
6
|
+
|
|
7
|
+
- **Node.js 14.0.0 or higher** - [Download Node.js](https://nodejs.org/)
|
|
8
|
+
- **Claude Code** - The Claude Code CLI tool
|
|
9
|
+
- **npm** - Usually included with Node.js
|
|
10
|
+
|
|
11
|
+
### Check Prerequisites
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# Check Node.js version
|
|
15
|
+
node --version
|
|
16
|
+
|
|
17
|
+
# Check npm version
|
|
18
|
+
npm --version
|
|
19
|
+
|
|
20
|
+
# Check Claude Code installation
|
|
21
|
+
claude --version
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
All should return version numbers.
|
|
25
|
+
|
|
26
|
+
## Installation Methods
|
|
27
|
+
|
|
28
|
+
### Method 1: Global npm Installation (Recommended)
|
|
29
|
+
|
|
30
|
+
The easiest way to install Intuition globally on your system.
|
|
31
|
+
|
|
32
|
+
#### Installation
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
npm install -g intuition
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
This will:
|
|
39
|
+
1. Download the latest Intuition package from npm
|
|
40
|
+
2. Install it globally to your system
|
|
41
|
+
3. Automatically run a postinstall script that copies skills to `~/.claude/skills/`
|
|
42
|
+
4. Make `/plan` and `/execute` available in Claude Code
|
|
43
|
+
|
|
44
|
+
#### Verification
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
# Check that skills were installed
|
|
48
|
+
ls ~/.claude/skills/plan
|
|
49
|
+
ls ~/.claude/skills/execute
|
|
50
|
+
|
|
51
|
+
# In Claude Code, open any project and type:
|
|
52
|
+
/plan "test"
|
|
53
|
+
# Waldo should respond
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
#### Uninstallation
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
npm uninstall -g intuition
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
This will automatically remove the skills from `~/.claude/skills/`.
|
|
63
|
+
|
|
64
|
+
### Method 2: Claude Code Plugin Marketplace
|
|
65
|
+
|
|
66
|
+
Install via Claude Code's plugin marketplace for a fully integrated experience.
|
|
67
|
+
|
|
68
|
+
#### Installation
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
# In Claude Code, add the marketplace
|
|
72
|
+
/plugin marketplace add tgoodington/intuition
|
|
73
|
+
|
|
74
|
+
# List available plugins
|
|
75
|
+
/plugin list
|
|
76
|
+
|
|
77
|
+
# Install the Intuition plugin
|
|
78
|
+
/plugin install intuition-skills@intuition
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
#### Verification
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
# Verify plugin is installed
|
|
85
|
+
/plugin list
|
|
86
|
+
|
|
87
|
+
# In any project, verify skills are available
|
|
88
|
+
/plan "test"
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
#### Uninstallation
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
/plugin uninstall intuition-skills@intuition
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Method 3: Install from Source
|
|
98
|
+
|
|
99
|
+
Install directly from the GitHub repository for development or latest unreleased features.
|
|
100
|
+
|
|
101
|
+
#### Prerequisites
|
|
102
|
+
|
|
103
|
+
- Git
|
|
104
|
+
|
|
105
|
+
#### Installation
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
# Clone the repository
|
|
109
|
+
git clone https://github.com/tgoodington/intuition.git
|
|
110
|
+
cd intuition
|
|
111
|
+
|
|
112
|
+
# Install globally from source
|
|
113
|
+
npm install -g .
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
#### Verification
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
# Check installation
|
|
120
|
+
npm list -g intuition
|
|
121
|
+
|
|
122
|
+
# Verify skills in Claude Code
|
|
123
|
+
/plan "test"
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
#### Updating
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
# Inside the intuition repository
|
|
130
|
+
git pull origin master
|
|
131
|
+
npm install -g .
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
#### Uninstallation
|
|
135
|
+
|
|
136
|
+
```bash
|
|
137
|
+
npm uninstall -g intuition
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
### Method 4: Local/Project Installation
|
|
141
|
+
|
|
142
|
+
For development or testing without global installation.
|
|
143
|
+
|
|
144
|
+
#### Installation
|
|
145
|
+
|
|
146
|
+
```bash
|
|
147
|
+
# Clone and install locally
|
|
148
|
+
git clone https://github.com/tgoodington/intuition.git
|
|
149
|
+
cd intuition
|
|
150
|
+
npm install
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
#### Usage
|
|
154
|
+
|
|
155
|
+
```bash
|
|
156
|
+
# Run the CLI locally
|
|
157
|
+
node bin/intuition.js help
|
|
158
|
+
|
|
159
|
+
# Note: Skills won't be available as `/plan` and `/execute` in Claude Code
|
|
160
|
+
# This is for local development only
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
## Skills Directory Structure
|
|
164
|
+
|
|
165
|
+
After installation, skills are located in your home directory:
|
|
166
|
+
|
|
167
|
+
```
|
|
168
|
+
~/.claude/skills/
|
|
169
|
+
├── plan/
|
|
170
|
+
│ ├── SKILL.md # Plan skill definition
|
|
171
|
+
│ └── references/ # Reference materials
|
|
172
|
+
└── execute/
|
|
173
|
+
├── SKILL.md # Execute skill definition
|
|
174
|
+
└── references/ # Reference materials
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
On different operating systems:
|
|
178
|
+
|
|
179
|
+
- **macOS/Linux:** `~/.claude/skills/`
|
|
180
|
+
- **Windows:** `C:\Users\YourUsername\.claude\skills\`
|
|
181
|
+
|
|
182
|
+
## Troubleshooting
|
|
183
|
+
|
|
184
|
+
### Skills Not Available After Installation
|
|
185
|
+
|
|
186
|
+
**Symptom:** Typing `/plan` in Claude Code shows "Unknown command"
|
|
187
|
+
|
|
188
|
+
**Solutions:**
|
|
189
|
+
|
|
190
|
+
1. **Restart Claude Code** - Skills may not load until the tool is restarted after installation
|
|
191
|
+
```bash
|
|
192
|
+
# Close all Claude Code windows and reopen
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
2. **Verify installation directory exists**
|
|
196
|
+
```bash
|
|
197
|
+
# Check if skills are installed
|
|
198
|
+
ls ~/.claude/skills/plan
|
|
199
|
+
ls ~/.claude/skills/execute
|
|
200
|
+
|
|
201
|
+
# On Windows:
|
|
202
|
+
dir %USERPROFILE%\.claude\skills\plan
|
|
203
|
+
dir %USERPROFILE%\.claude\skills\execute
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
3. **Check npm installation was successful**
|
|
207
|
+
```bash
|
|
208
|
+
npm list -g intuition
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
4. **Try manual installation** - If automated installation failed:
|
|
212
|
+
```bash
|
|
213
|
+
# See "Manual Installation" section below
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
### Permission Denied Errors
|
|
217
|
+
|
|
218
|
+
**Symptom:** `EACCES: permission denied` or `Error: EPERM` during installation
|
|
219
|
+
|
|
220
|
+
**Solutions:**
|
|
221
|
+
|
|
222
|
+
1. **Use sudo (Linux/macOS)**
|
|
223
|
+
```bash
|
|
224
|
+
sudo npm install -g intuition
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
2. **Fix npm permissions** (recommended, avoids sudo)
|
|
228
|
+
```bash
|
|
229
|
+
# Create a directory for global npm modules
|
|
230
|
+
mkdir ~/.npm-global
|
|
231
|
+
npm config set prefix '~/.npm-global'
|
|
232
|
+
export PATH=~/.npm-global/bin:$PATH
|
|
233
|
+
|
|
234
|
+
# Add to ~/.bashrc, ~/.zshrc, or equivalent
|
|
235
|
+
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
3. **On Windows** - Run Command Prompt or PowerShell as Administrator
|
|
239
|
+
|
|
240
|
+
### Installation Script Failed
|
|
241
|
+
|
|
242
|
+
**Symptom:** `postinstall` or `preuninstall` script error
|
|
243
|
+
|
|
244
|
+
**Solutions:**
|
|
245
|
+
|
|
246
|
+
1. **Manual Installation**
|
|
247
|
+
|
|
248
|
+
```bash
|
|
249
|
+
# Find where intuition was installed
|
|
250
|
+
npm list -g intuition
|
|
251
|
+
|
|
252
|
+
# Navigate to the installation directory
|
|
253
|
+
cd /path/to/intuition
|
|
254
|
+
|
|
255
|
+
# Run installation script manually
|
|
256
|
+
node scripts/install-skills.js
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
2. **Check Node.js version**
|
|
260
|
+
```bash
|
|
261
|
+
node --version
|
|
262
|
+
# Should be 14.0.0 or higher
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
3. **Clear npm cache**
|
|
266
|
+
```bash
|
|
267
|
+
npm cache clean --force
|
|
268
|
+
npm install -g intuition
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
### Uninstallation Left Behind Directories
|
|
272
|
+
|
|
273
|
+
**Symptom:** `~/.claude/skills/` still exists after `npm uninstall -g intuition`
|
|
274
|
+
|
|
275
|
+
**Solutions:**
|
|
276
|
+
|
|
277
|
+
1. **Manual cleanup**
|
|
278
|
+
```bash
|
|
279
|
+
# macOS/Linux
|
|
280
|
+
rm -rf ~/.claude/skills
|
|
281
|
+
|
|
282
|
+
# Windows (PowerShell)
|
|
283
|
+
Remove-Item -Path "$env:USERPROFILE\.claude\skills" -Recurse -Force
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
2. **Verify cleanup**
|
|
287
|
+
```bash
|
|
288
|
+
ls ~/.claude/skills
|
|
289
|
+
# Should show "No such file or directory"
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
### Skills Directory Permissions
|
|
293
|
+
|
|
294
|
+
**Symptom:** Claude Code can't find or load skills after installation
|
|
295
|
+
|
|
296
|
+
**Solutions:**
|
|
297
|
+
|
|
298
|
+
1. **Check directory permissions**
|
|
299
|
+
```bash
|
|
300
|
+
# macOS/Linux - should be readable
|
|
301
|
+
ls -la ~/.claude/skills/plan
|
|
302
|
+
ls -la ~/.claude/skills/execute
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
2. **Fix permissions if needed**
|
|
306
|
+
```bash
|
|
307
|
+
# macOS/Linux
|
|
308
|
+
chmod -R 755 ~/.claude/skills
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
3. **Verify SKILL.md files exist**
|
|
312
|
+
```bash
|
|
313
|
+
cat ~/.claude/skills/plan/SKILL.md
|
|
314
|
+
cat ~/.claude/skills/execute/SKILL.md
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
## Manual Installation
|
|
318
|
+
|
|
319
|
+
If automated installation fails, you can manually copy skills:
|
|
320
|
+
|
|
321
|
+
1. **Download/get the Intuition repository**
|
|
322
|
+
|
|
323
|
+
2. **Find your Claude skills directory**
|
|
324
|
+
```bash
|
|
325
|
+
# Create if it doesn't exist
|
|
326
|
+
mkdir -p ~/.claude/skills
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
3. **Copy skills**
|
|
330
|
+
```bash
|
|
331
|
+
# macOS/Linux
|
|
332
|
+
cp -r /path/to/intuition/skills/plan ~/.claude/skills/
|
|
333
|
+
cp -r /path/to/intuition/skills/execute ~/.claude/skills/
|
|
334
|
+
|
|
335
|
+
# Windows (PowerShell)
|
|
336
|
+
Copy-Item -Path "C:\path\to\intuition\skills\plan" -Destination "$env:USERPROFILE\.claude\skills\plan" -Recurse
|
|
337
|
+
Copy-Item -Path "C:\path\to\intuition\skills\execute" -Destination "$env:USERPROFILE\.claude\skills\execute" -Recurse
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
4. **Restart Claude Code**
|
|
341
|
+
|
|
342
|
+
5. **Verify**
|
|
343
|
+
```
|
|
344
|
+
/plan "test"
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
## Upgrading Intuition
|
|
348
|
+
|
|
349
|
+
### From npm Global Installation
|
|
350
|
+
|
|
351
|
+
```bash
|
|
352
|
+
npm install -g intuition@latest
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
### From Source Installation
|
|
356
|
+
|
|
357
|
+
```bash
|
|
358
|
+
cd /path/to/intuition
|
|
359
|
+
git pull origin master
|
|
360
|
+
npm install -g .
|
|
361
|
+
```
|
|
362
|
+
|
|
363
|
+
### From Plugin Marketplace
|
|
364
|
+
|
|
365
|
+
```bash
|
|
366
|
+
/plugin update intuition-skills@intuition
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
## Getting Help
|
|
370
|
+
|
|
371
|
+
If you encounter issues not covered here:
|
|
372
|
+
|
|
373
|
+
1. **Check GitHub Issues:** https://github.com/tgoodington/intuition/issues
|
|
374
|
+
2. **Review Claude Code Docs:** https://code.claude.com/docs
|
|
375
|
+
3. **Check skill documentation:** `~/.claude/skills/plan/SKILL.md`
|
|
376
|
+
|
|
377
|
+
## What Gets Installed
|
|
378
|
+
|
|
379
|
+
### npm Installation Includes
|
|
380
|
+
|
|
381
|
+
- **CLI wrapper:** `bin/intuition.js` (node global bin, dev-only)
|
|
382
|
+
- **Five skills:** `skills/intuition-*/` → copied to `~/.claude/skills/`
|
|
383
|
+
- intuition-start (session primer)
|
|
384
|
+
- intuition-discovery (Waldo)
|
|
385
|
+
- intuition-handoff (orchestrator)
|
|
386
|
+
- intuition-plan (Magellan)
|
|
387
|
+
- intuition-execute (Faraday)
|
|
388
|
+
|
|
389
|
+
### Plugin Marketplace Installation Includes
|
|
390
|
+
|
|
391
|
+
- All five Intuition skills
|
|
392
|
+
- All referenced skills and supporting files
|
|
393
|
+
- Full skill definitions with SKILL.md
|
|
394
|
+
|
|
395
|
+
## System Requirements by Operating System
|
|
396
|
+
|
|
397
|
+
### macOS
|
|
398
|
+
|
|
399
|
+
- macOS 10.15 or later
|
|
400
|
+
- Node.js 14.0.0+
|
|
401
|
+
- Disk space: ~50 MB
|
|
402
|
+
|
|
403
|
+
### Linux
|
|
404
|
+
|
|
405
|
+
- Ubuntu 18.04+ (or equivalent)
|
|
406
|
+
- Node.js 14.0.0+
|
|
407
|
+
- Disk space: ~50 MB
|
|
408
|
+
|
|
409
|
+
### Windows
|
|
410
|
+
|
|
411
|
+
- Windows 10 or later
|
|
412
|
+
- Node.js 14.0.0+
|
|
413
|
+
- Disk space: ~50 MB
|
|
414
|
+
|
|
415
|
+
## Next Steps
|
|
416
|
+
|
|
417
|
+
After successful installation:
|
|
418
|
+
|
|
419
|
+
1. **Start a planning session:**
|
|
420
|
+
```
|
|
421
|
+
/plan "Describe what you want to build"
|
|
422
|
+
```
|
|
423
|
+
|
|
424
|
+
2. **Review the generated plan** in `docs/project_notes/project_plan.md`
|
|
425
|
+
|
|
426
|
+
3. **Execute the plan:**
|
|
427
|
+
```
|
|
428
|
+
/execute
|
|
429
|
+
```
|
|
430
|
+
|
|
431
|
+
See the main [README.md](./README.md) for usage examples and workflow documentation.
|