@tgoodington/intuition 9.2.0 → 9.2.2

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.
Files changed (67) hide show
  1. package/README.md +9 -9
  2. package/docs/project_notes/.project-memory-state.json +100 -0
  3. package/docs/project_notes/branches/.gitkeep +0 -0
  4. package/docs/project_notes/bugs.md +41 -0
  5. package/docs/project_notes/decisions.md +147 -0
  6. package/docs/project_notes/issues.md +101 -0
  7. package/docs/project_notes/key_facts.md +88 -0
  8. package/docs/project_notes/trunk/.gitkeep +0 -0
  9. package/docs/project_notes/trunk/.planning_research/decision_file_naming.md +15 -0
  10. package/docs/project_notes/trunk/.planning_research/decisions_log.md +32 -0
  11. package/docs/project_notes/trunk/.planning_research/orientation.md +51 -0
  12. package/docs/project_notes/trunk/audit/plan-rename-hitlist.md +654 -0
  13. package/docs/project_notes/trunk/blueprint-conflicts.md +109 -0
  14. package/docs/project_notes/trunk/blueprints/database-architect.md +416 -0
  15. package/docs/project_notes/trunk/blueprints/devops-infrastructure.md +514 -0
  16. package/docs/project_notes/trunk/blueprints/technical-writer.md +788 -0
  17. package/docs/project_notes/trunk/build_brief.md +119 -0
  18. package/docs/project_notes/trunk/build_report.md +250 -0
  19. package/docs/project_notes/trunk/detail_brief.md +94 -0
  20. package/docs/project_notes/trunk/plan.md +182 -0
  21. package/docs/project_notes/trunk/planning_brief.md +96 -0
  22. package/docs/project_notes/trunk/prompt_brief.md +60 -0
  23. package/docs/project_notes/trunk/prompt_output.json +98 -0
  24. package/docs/project_notes/trunk/scratch/database-architect-decisions.json +72 -0
  25. package/docs/project_notes/trunk/scratch/database-architect-research-plan.md +10 -0
  26. package/docs/project_notes/trunk/scratch/database-architect-stage1.md +226 -0
  27. package/docs/project_notes/trunk/scratch/devops-infrastructure-decisions.json +71 -0
  28. package/docs/project_notes/trunk/scratch/devops-infrastructure-research-plan.md +7 -0
  29. package/docs/project_notes/trunk/scratch/devops-infrastructure-stage1.md +164 -0
  30. package/docs/project_notes/trunk/scratch/technical-writer-decisions.json +88 -0
  31. package/docs/project_notes/trunk/scratch/technical-writer-research-plan.md +7 -0
  32. package/docs/project_notes/trunk/scratch/technical-writer-stage1.md +266 -0
  33. package/docs/project_notes/trunk/team_assignment.json +108 -0
  34. package/docs/project_notes/trunk/test_brief.md +75 -0
  35. package/docs/project_notes/trunk/test_report.md +26 -0
  36. package/docs/project_notes/trunk/verification/devops-infrastructure-verification.md +172 -0
  37. package/docs/v9/decision-framework-direction.md +8 -8
  38. package/docs/v9/decision-framework-implementation.md +8 -8
  39. package/docs/v9/domain-adaptive-team-architecture.md +22 -22
  40. package/package.json +2 -2
  41. package/scripts/install-skills.js +9 -2
  42. package/scripts/uninstall-skills.js +4 -2
  43. package/skills/intuition-agent-advisor/SKILL.md +327 -327
  44. package/skills/intuition-assemble/SKILL.md +261 -261
  45. package/skills/intuition-build/SKILL.md +379 -379
  46. package/skills/intuition-debugger/SKILL.md +390 -390
  47. package/skills/intuition-design/SKILL.md +385 -385
  48. package/skills/intuition-detail/SKILL.md +377 -377
  49. package/skills/intuition-engineer/SKILL.md +307 -307
  50. package/skills/intuition-handoff/SKILL.md +51 -47
  51. package/skills/intuition-handoff/references/handoff_core.md +38 -38
  52. package/skills/intuition-initialize/SKILL.md +2 -2
  53. package/skills/intuition-initialize/references/agents_template.md +118 -118
  54. package/skills/intuition-initialize/references/claude_template.md +134 -134
  55. package/skills/intuition-initialize/references/intuition_readme_template.md +4 -4
  56. package/skills/intuition-initialize/references/state_template.json +2 -2
  57. package/skills/{intuition-plan → intuition-outline}/SKILL.md +579 -561
  58. package/skills/{intuition-plan → intuition-outline}/references/magellan_core.md +9 -9
  59. package/skills/{intuition-plan → intuition-outline}/references/templates/plan_template.md +1 -1
  60. package/skills/intuition-prompt/SKILL.md +374 -374
  61. package/skills/intuition-start/SKILL.md +8 -8
  62. package/skills/intuition-start/references/start_core.md +50 -50
  63. package/skills/intuition-test/SKILL.md +345 -345
  64. /package/skills/{intuition-plan → intuition-outline}/references/sub_agents.md +0 -0
  65. /package/skills/{intuition-plan → intuition-outline}/references/templates/confidence_scoring.md +0 -0
  66. /package/skills/{intuition-plan → intuition-outline}/references/templates/plan_format.md +0 -0
  67. /package/skills/{intuition-plan → intuition-outline}/references/templates/planning_process.md +0 -0
@@ -0,0 +1,654 @@
1
+ # Plan Rename Audit: Hit List
2
+
3
+ > Generated: 2026-03-05
4
+ > Patterns run: 7 (see below)
5
+ > Scope: All files in `skills/`, `scripts/`, `docs/`, `memory/`, `package.json`, `*.txt`, `*.md` at root
6
+ > Excluded: `node_modules/`, `.git/`, `specialists/`, `producers/`
7
+ > Disambiguation rules: Per devops-infrastructure blueprint Section 5, T1
8
+
9
+ ## Grep Pattern Set
10
+
11
+ | # | Pattern | Target |
12
+ |---|---------|--------|
13
+ | 1 | `intuition-plan` | Skill name references (folders, routing, slash commands) |
14
+ | 2 | `planning_brief` | Output file name references |
15
+ | 3 | `plan\.md` | Output artifact file references |
16
+ | 4 | `\.planning_research` | Research directory references |
17
+ | 5 | `"planning"` | JSON key/status value references |
18
+ | 6 | `planning phase` | Prose phase-name references (case-insensitive) |
19
+ | 7 | `planning →\|→ planning\|→planning\|planning→` | Workflow diagram references |
20
+
21
+ ---
22
+
23
+ ## Summary Counts
24
+
25
+ | Category | Count |
26
+ |----------|-------|
27
+ | RENAME | 247 |
28
+ | KEEP | 35 |
29
+ | **Total hits** | **282** |
30
+ | Files with RENAME hits | 32 |
31
+ | Files with KEEP hits only | 6 |
32
+
33
+ ---
34
+
35
+ ## Per-File Hit Tables
36
+
37
+ ### `ARCHITECTURE_OVERVIEW.txt`
38
+
39
+ | Line | Content (truncated) | Category | Notes |
40
+ |------|---------------------|----------|-------|
41
+ | 78 | `Step 5: Generate planning_brief.md for Magellan` | RENAME | Output artifact filename |
42
+ | 80 | `Step 7: Route to /intuition-plan` | RENAME | Slash command routing reference |
43
+ | 86 | `Step 1: Extract task structure from plan.md` | RENAME | plan.md output artifact reference |
44
+ | 97 | `Creates: planning_brief.md, execution_brief.md` | RENAME | Output artifact filename |
45
+ | 100 | `Reads: discovery_brief.md, discovery_output.json, plan.md` | RENAME | plan.md output artifact reference |
46
+ | 104 | `/intuition-plan (Magellan - Strategist & Planner)` | RENAME | Skill name reference |
47
+ | 115 | `Creates: plan.md` | RENAME | plan.md output artifact reference |
48
+ | 117 | `Reads: planning_brief.md, existing memory, USER_PROFILE.json` | RENAME | Output artifact filename |
49
+ | 150 | `Reads: execution_brief.md, plan.md, memory, USER_PROFILE.json` | RENAME | plan.md output artifact reference |
50
+ | 202 | `planning_brief.md \| Handoff \| Handoff \| Only Handoff` | RENAME | Output artifact filename in table |
51
+ | 203 | `plan.md \| Magellan \| Magellan \| Only Magellan` | RENAME | plan.md output artifact reference |
52
+
53
+ ### `INSTALLATION.md`
54
+
55
+ | Line | Content (truncated) | Category | Notes |
56
+ |------|---------------------|----------|-------|
57
+ | 386 | `- intuition-plan (Magellan)` | RENAME | Skill name reference |
58
+ | 424 | `Review the generated plan in docs/project_notes/project_plan.md` | KEEP | "project_plan.md" — generic document name, not the plan skill's output artifact |
59
+
60
+ ### `QUICK_TEST_CHECKLIST.md`
61
+
62
+ | Line | Content (truncated) | Category | Notes |
63
+ |------|---------------------|----------|-------|
64
+ | 90 | `planning_brief.md created (if discovery→planning)` | RENAME | Output artifact filename; workflow diagram arrow |
65
+ | 91 | `planning_brief includes all required sections` | RENAME | Output artifact name reference |
66
+ | 93 | `execution_brief.md created (if planning→execution)` | RENAME | Workflow diagram `planning→` |
67
+ | 150 | `/intuition-plan reads planning_brief.md` | RENAME | Skill name + artifact filename |
68
+ | 151 | `/intuition-plan creates plan.md` | RENAME | Skill name + plan.md artifact |
69
+ | 152 | `/intuition-plan routes to user approval` | RENAME | Skill name reference |
70
+ | 192 | `plan.md well-formed markdown` | RENAME | plan.md output artifact reference |
71
+ | 193 | `plan.md well-formed markdown` | RENAME | plan.md output artifact reference |
72
+ | 267 | `Run /intuition-plan` | RENAME | Slash command reference |
73
+
74
+ ### `README.md`
75
+
76
+ | Line | Content (truncated) | Category | Notes |
77
+ |------|---------------------|----------|-------|
78
+ | 33 | `/intuition-plan # Create the blueprint` | RENAME | Slash command reference |
79
+ | 52 | `\| \`/intuition-plan\` \| opus \| Strategic blueprint...` | RENAME | Skill name in table |
80
+ | 105 | `├── intuition-plan/ # Strategic planning` | RENAME | Skill folder reference |
81
+
82
+ ### `SKILL_INTERACTION_GUIDE.md`
83
+
84
+ | Line | Content (truncated) | Category | Notes |
85
+ |------|---------------------|----------|-------|
86
+ | 37 | `READS: discovery_brief.md, discovery_output.json, plan.md (if planning→exec)` | RENAME | plan.md artifact + `planning→` workflow diagram |
87
+ | 39 | `planning_brief.md OR execution_brief.md, .project-memory-state.json` | RENAME | Output artifact filename |
88
+ | 44 | `/intuition-plan (Magellan - Strategist & Planner)` | RENAME | Skill name reference |
89
+ | 47 | `READS: planning_brief.md, existing memory, USER_PROFILE.json` | RENAME | Output artifact filename |
90
+ | 48 | `WRITES: plan.md, .project-memory-state.json (updates)` | RENAME | plan.md artifact reference |
91
+ | 60 | `READS: plan.md` | RENAME | plan.md artifact reference |
92
+ | 94 | `status == "planning" → suggest /intuition-plan or /intuition-handoff` | RENAME | Status check + skill name |
93
+ | 111 | `Run /intuition-plan to have Magellan` | RENAME | Slash command reference |
94
+ | 116 | `Reads: .project-memory-state.json, discovery_brief.md, plan.md, etc.` | RENAME | plan.md artifact reference |
95
+ | 190 | `(NOT directly to /intuition-plan)` | RENAME | Slash command reference |
96
+ | 381 | `Create planning_brief.md with:` | RENAME | Output artifact filename |
97
+ | 393 | `workflow.status = "planning"` | RENAME | Status value assignment |
98
+ | 401 | `Run /intuition-plan"` | RENAME | Slash command reference |
99
+ | 413 | `Read plan.md` | RENAME | plan.md artifact reference |
100
+ | 426 | `Link to plan.md` | RENAME | plan.md artifact reference |
101
+ | 460 | `Creates: planning_brief.md, execution_brief.md` | RENAME | Output artifact filename |
102
+ | 462 | `Reads: discovery_brief.md, discovery_output.json, plan.md` | RENAME | plan.md artifact reference |
103
+ | 469 | `### 4. /intuition-plan (Magellan) - Strategist & Planner` | RENAME | Skill name as section heading |
104
+ | 471 | `Activation: When user runs \`/intuition-plan\`` | RENAME | Slash command reference |
105
+ | 479 | `Read planning_brief.md` | RENAME | Output artifact filename |
106
+ | 484 | `From planning_brief:` | RENAME | Output artifact reference |
107
+ | 532 | `**plan.md** (Structured Plan)` | RENAME | plan.md artifact as heading |
108
+ | 577 | `Creates: plan.md` | RENAME | plan.md artifact reference |
109
+ | 579 | `Reads: planning_brief.md, existing memory, USER_PROFILE.json` | RENAME | Output artifact filename |
110
+ | 594 | `Read plan.md` | RENAME | plan.md artifact reference |
111
+ | 699 | `Reads: execution_brief.md, plan.md, existing memory...` | RENAME | plan.md artifact reference |
112
+ | 715 | `\| \`planning_brief.md\` \| Handoff \| Only Handoff \| Context for planning \|` | RENAME | Output artifact filename in table |
113
+ | 716 | `\| \`plan.md\` \| Magellan \| Only Magellan \| Structured plan \|` | RENAME | plan.md artifact in table |
114
+ | 754 | `└─ Routes: /intuition-plan` | RENAME | Skill name routing reference |
115
+ | 756 | `Writes: planning_brief.md` | RENAME | Output artifact filename |
116
+ | 758 | `Run /intuition-plan (Magellan)` | RENAME | Slash command reference |
117
+ | 759 | `Reads: planning_brief.md, memory, USER_PROFILE.json` | RENAME | Output artifact filename |
118
+ | 761 | `Writes: plan.md` | RENAME | plan.md artifact reference |
119
+ | 768 | `Reads: plan.md` | RENAME | plan.md artifact reference |
120
+ | 775 | `Reads: execution_brief.md, plan.md, memory...` | RENAME | plan.md artifact reference |
121
+ | 850 | `Read planning_brief.md (context)` | RENAME | Output artifact filename |
122
+ | 879 | `/intuition-plan (Magellan)` | RENAME | Skill name reference |
123
+ | 902 | `→ Reads plan.md` | RENAME | plan.md artifact + `→ plan` pattern |
124
+ | 943 | `Verify planning_brief.md was created` | RENAME | Output artifact filename |
125
+ | 961 | `\| planning_brief.md \| 2-4 KB \| Focused context \|` | RENAME | Output artifact filename in table |
126
+ | 962 | `\| plan.md \| 5-15 KB \| Tasks, dependencies, risks \|` | RENAME | plan.md artifact in table |
127
+
128
+ ### `TESTING_README.md`
129
+
130
+ | Line | Content (truncated) | Category | Notes |
131
+ |------|---------------------|----------|-------|
132
+ | 41 | `skills/intuition-plan/references/magellan_core.md - Planning logic` | RENAME | Skill folder reference |
133
+ | 89 | `skills/intuition-plan/references/magellan_core.md - Profile reading` | RENAME | Skill folder reference |
134
+ | 116 | `Handoff → planning_brief.md or execution_brief.md` | RENAME | Output artifact filename |
135
+ | 117 | `Planning → plan.md` | RENAME | plan.md artifact reference |
136
+ | 128 | `/intuition-plan → Synthesize plan, personalize based on profile` | RENAME | Slash command reference |
137
+
138
+ ### `TESTING_SUMMARY.md`
139
+
140
+ | Line | Content (truncated) | Category | Notes |
141
+ |------|---------------------|----------|-------|
142
+ | 52 | `├── planning_brief.md` | RENAME | Output artifact filename in tree |
143
+ | 53 | `├── plan.md` | RENAME | plan.md artifact in file tree |
144
+ | 64 | `├── intuition-plan/ # Magellan (Planner)` | RENAME | Skill folder reference |
145
+ | 130 | `Explicit phase coordinator between discovery→planning and planning→execution` | RENAME | `→planning` + `planning→` workflow diagram |
146
+ | 141 | `After discovery: planning_brief.md for Magellan` | RENAME | Output artifact filename |
147
+ | 228 | `/intuition-plan (Magellan - Read profile, synthesize plan)` | RENAME | Skill name reference |
148
+ | 230 | `→ Creates: planning_brief.md` | RENAME | Output artifact filename |
149
+ | 232 | `→ Creates: plan.md (structured tasks, risks, decisions)` | RENAME | plan.md artifact reference |
150
+ | 255 | `\| **Handoff** \| planning_brief.md, execution_brief.md \|...plan.md \|` | RENAME | Artifact filenames in table |
151
+ | 256 | `\| **Plan (Magellan)** \| plan.md \| .project-memory-state.json \|...` | RENAME | plan.md artifact in table |
152
+ | 257 | `\| **Execute (Faraday)** \|...\| plan.md, USER_PROFILE.json, codebase \|` | RENAME | plan.md artifact in table |
153
+ | 408 | `planning_brief.md generation with all sections` | RENAME | Output artifact filename |
154
+ | 442 | `Full discovery→handoff→planning→execution flow` | RENAME | `→planning` + `planning→` workflow diagram |
155
+ | 472 | `Run complete discovery→handoff→planning→execution` | RENAME | `→planning` + `planning→` workflow diagram |
156
+ | 584 | `TRANSITION: Discovery → Planning (extract profile, create planning_brief)` | RENAME | `→ Planning` workflow diagram + artifact name |
157
+ | 646 | `├── planning_brief.md # Handoff output for planning` | RENAME | Output artifact filename |
158
+ | 687 | `Complete discovery→handoff→planning→execution flow` | RENAME | `→planning` + `planning→` workflow diagram |
159
+
160
+ ### `WALDO_V3_COMPLETE_DOCUMENTATION.md`
161
+
162
+ | Line | Content (truncated) | Category | Notes |
163
+ |------|---------------------|----------|-------|
164
+ | 356 | `Creates planning_brief.md for Magellan` | RENAME | Output artifact filename |
165
+
166
+ ### `WALDO_V3_DESIGN_SUMMARY.md`
167
+
168
+ | Line | Content (truncated) | Category | Notes |
169
+ |------|---------------------|----------|-------|
170
+ | 193 | `NOT to plan - Explicitly states "NOT directly to /intuition-plan"` | RENAME | Skill name reference |
171
+ | 201 | `Always route to /intuition-handoff, not /intuition-plan.` | RENAME | Skill name reference |
172
+
173
+ ### `docs/PROJECT_CONTEXT.md`
174
+
175
+ | Line | Content (truncated) | Category | Notes |
176
+ |------|---------------------|----------|-------|
177
+ | 15 | `\`/intuition-plan\` - Create structured plans (Magellan)` | RENAME | Skill name reference |
178
+ | 46 | `### 4. \`/intuition-plan\` - Magellan (Strategist)` | RENAME | Skill name as heading |
179
+ | 52 | `**Output:** \`plan.md\`` | RENAME | plan.md artifact reference |
180
+ | 72 | `→ planning_brief.md` | RENAME | Output artifact filename + `→ planning` |
181
+ | 74 | `/intuition-plan (Magellan synthesizes into plan)` | RENAME | Skill name reference |
182
+ | 75 | `→ plan.md (user reviews and approves)` | RENAME | plan.md artifact reference |
183
+ | 109 | `Handoff reads those files, extracts insights, writes planning_brief.md` | RENAME | Output artifact filename |
184
+ | 110 | `Magellan reads planning_brief.md and existing memory` | RENAME | Output artifact filename |
185
+ | 111 | `Magellan writes plan.md` | RENAME | plan.md artifact reference |
186
+ | 112 | `Handoff reads plan.md, writes execution_brief.md` | RENAME | plan.md artifact reference |
187
+ | 133 | `├── planning_brief.md # Brief for planning (Handoff)` | RENAME | Output artifact filename |
188
+ | 134 | `├── plan.md # Plan output (Magellan)` | RENAME | plan.md artifact reference |
189
+ | 167 | `"planning": {` | RENAME | JSON key in state object |
190
+ | 216 | `\| \`planning_brief.md\` \| /intuition-handoff \| Only Handoff \|...` | RENAME | Output artifact filename in table |
191
+ | 217 | `\| \`plan.md\` \| /intuition-plan \| Only Magellan \|...` | RENAME | plan.md artifact + skill name in table |
192
+ | 234 | `├─ Handoff writes: planning_brief.md, updated memory` | RENAME | Output artifact filename |
193
+ | 238 | `├─ Planning reads: planning_brief.md` | RENAME | Output artifact filename |
194
+ | 239 | `├─ Planning writes: plan.md` | RENAME | plan.md artifact reference |
195
+ | 243 | `├─ Handoff reads: plan.md` | RENAME | plan.md artifact reference |
196
+ | 270 | `Don't modify plan.md or execute.md directly` | RENAME | plan.md artifact reference |
197
+ | 283 | `...Planning is Magellan's job. If you want planning, run \`/intuition-plan\`...` | RENAME | Skill name reference |
198
+ | 347 | `Explicit handoff phases between discovery→planning and planning→execution` | RENAME | `→planning` + `planning→` workflow diagram |
199
+ | 350 | `New brief templates (planning_brief.md, execution_brief.md...)` | RENAME | Output artifact filename |
200
+
201
+ ### `docs/intuition-architecture.md`
202
+
203
+ | Line | Content (truncated) | Category | Notes |
204
+ |------|---------------------|----------|-------|
205
+ | 33 | `plan.md - Magellan → Faraday` | RENAME | plan.md artifact reference |
206
+ | 55 | `├── intuition-plan/` | RENAME | Skill folder reference |
207
+ | 89 | `"planning": {` | RENAME | JSON key in state object |
208
+ | 92 | `"plan_file": "docs/project_notes/plan.md",` | RENAME | plan.md artifact reference |
209
+ | 127 | `discovery → planning (when discovery completes)` | RENAME | `→ planning` workflow diagram |
210
+ | 128 | `planning → executing (when plan is approved)` | RENAME | `planning →` workflow diagram |
211
+ | 150 | `### Planning Phase (Magellan)` | RENAME | Section heading using phase name |
212
+ | 164 | `docs/project_notes/plan.md` | RENAME | plan.md artifact reference |
213
+ | 165 | `Updated state.json (workflow.status = "planning", planning.approved = true)` | RENAME | Status value + JSON key |
214
+ | 170 | `docs/project_notes/plan.md` | RENAME | plan.md artifact reference |
215
+ | 248 | `### plan.md` | RENAME | plan.md artifact as section heading |
216
+
217
+ ### `docs/intuition-workflow.md`
218
+
219
+ | Line | Content (truncated) | Category | Notes |
220
+ |------|---------------------|----------|-------|
221
+ | 12 | `\| 2. Planning \| \`/intuition-plan\` \| **Magellan** \|...` | RENAME | Skill name + phase name in table |
222
+ | 27 | `/intuition-plan` | RENAME | Slash command reference |
223
+ | 72 | `**Output:** \`docs/project_notes/plan.md\`` | RENAME | plan.md artifact reference |
224
+ | 76 | `You: /intuition-plan` | RENAME | Slash command reference |
225
+ | 133 | `Suggested Next Step: Run /intuition-plan` | RENAME | Slash command reference |
226
+ | 144 | `├── plan.md (from Magellan)` | RENAME | plan.md artifact in file tree |
227
+ | 189 | `Review \`docs/project_notes/plan.md\` and tell Magellan to proceed` | RENAME | plan.md artifact reference |
228
+
229
+ ### `docs/intuition_design_skill_spec.md`
230
+
231
+ | Line | Content (truncated) | Category | Notes |
232
+ |------|---------------------|----------|-------|
233
+ | 157 | `"planning": { "started": false, "completed": false...` | RENAME | JSON key in state schema |
234
+ | 187 | `\| 1 \| prompt → plan \| discovery_brief.md... \| planning_brief.md \|` | RENAME | Output artifact filename in table |
235
+ | 188 | `\| 2 \| plan → design \| plan.md \| design_brief.md...` | RENAME | plan.md artifact in table |
236
+ | 190 | `\| 4 \| design → execute \| all design_spec_*.md, plan.md \|...` | RENAME | plan.md artifact in table |
237
+ | 191 | `\| 4B \| plan → execute (skip) \| plan.md \|...` | RENAME | plan.md artifact in table |
238
+ | 208 | `You MUST NOT modify plan.md or discovery_brief.md.` | RENAME | plan.md artifact reference |
239
+
240
+ ### `docs/v7_design_spec.md`
241
+
242
+ | Line | Content (truncated) | Category | Notes |
243
+ |------|---------------------|----------|-------|
244
+ | 14 | `7. [Skill Changes: intuition-plan](#7-skill-changes-intuition-plan)` | RENAME | Skill name in TOC |
245
+ | 66 | `├── planning_brief.md` | RENAME | Output artifact filename in tree |
246
+ | 67 | `├── plan.md` | RENAME | plan.md artifact in file tree |
247
+ | 71 | `└── .planning_research/` | RENAME | Research directory reference |
248
+ | 80 | `├── planning_brief.md` | RENAME | Output artifact filename in tree |
249
+ | 81 | `├── plan.md` | RENAME | plan.md artifact in file tree |
250
+ | 85 | `└── .planning_research/` | RENAME | Research directory reference |
251
+ | 103 | `\| \`trunk\` \| \`docs/project_notes/trunk/\` \| \`docs/project_notes/trunk/plan.md\` \|` | RENAME | plan.md artifact in table |
252
+ | 104 | `\| Branch \`feature-auth\` \|...\| \`.../feature-auth/plan.md\` \|` | RENAME | plan.md artifact in table |
253
+ | 117 | `Every skill that reads or writes...discovery_brief.md, plan.md, design_spec_*.md...` | RENAME | plan.md artifact reference |
254
+ | 140 | `"planning": {` | RENAME | JSON key in state schema |
255
+ | 181 | `"planning": { "started": false... }` | RENAME | JSON key in state schema |
256
+ | 194 | `A branch can be in "planning" while trunk is "complete."` | RENAME | Status value in state description |
257
+ | 196 | `Branches reference their parent. This enables plan to read the parent's plan.md...` | RENAME | plan.md artifact reference |
258
+ | 274 | `{context_path}/plan.md — what was planned` | RENAME | plan.md artifact reference |
259
+ | 313 | `Does the implementation match what was planned? Check plan.md and design specs.` | RENAME | plan.md artifact reference |
260
+ | 379 | `Plan reference: {context_path}/plan.md Task #[N]` | RENAME | plan.md artifact reference |
261
+ | 453 | `You MUST NOT modify plan.md, design specs...` | RENAME | plan.md artifact reference |
262
+ | 497 | `[Trunk objective from plan.md — 1 sentence]` | RENAME | plan.md artifact reference |
263
+ | 554 | `Read docs/project_notes/trunk/plan.md for task count` | RENAME | plan.md artifact reference |
264
+ | 556 | `Read docs/project_notes/branches/{active_context}/plan.md` | RENAME | plan.md artifact reference |
265
+ | 583 | `I'll help you sharpen it into something the planning phase can run with.` | RENAME | "planning phase" as workflow phase name |
266
+ | 594 | `## 7. Skill Changes: intuition-plan` | RENAME | Skill name as section heading |
267
+ | 605 | `Read: {context_path}/discovery_brief.md, {context_path}/planning_brief.md` | RENAME | Output artifact filename |
268
+ | 606 | `Write: {context_path}/plan.md, {context_path}/.planning_research/*` | RENAME | plan.md artifact + research dir |
269
+ | 615 | `If parent is trunk: read docs/project_notes/trunk/plan.md` | RENAME | plan.md artifact reference |
270
+ | 616 | `If parent is a branch: read .../branches/{parent}/plan.md` | RENAME | plan.md artifact reference |
271
+ | 625 | `with the plan at {parent_path}/plan.md. Identify:` | RENAME | plan.md artifact reference |
272
+ | 633 | `Write results to {context_path}/.planning_research/parent_intersection.md` | RENAME | Research directory reference |
273
+ | 665 | `When planning on a branch, you MUST read the parent context's plan.md...` | RENAME | plan.md artifact reference (contains "planning phase" context) |
274
+ | 680 | `Read: {context_path}/plan.md, {context_path}/design_brief.md` | RENAME | plan.md artifact reference |
275
+ | 707 | `Read: {context_path}/plan.md, {context_path}/discovery_brief.md...` | RENAME | plan.md artifact reference |
276
+ | 730 | `TASK: [description] (see {context_path}/plan.md Task #[N])` | RENAME | plan.md artifact reference |
277
+ | 733 | `{context_path}/plan.md — Read Task #[N] for full acceptance criteria` | RENAME | plan.md artifact reference |
278
+ | 797 | `\| docs/project_notes/plan.md \| {context_path}/plan.md \|` | RENAME | plan.md artifact in migration table |
279
+ | 798 | `\| docs/project_notes/planning_brief.md \| {context_path}/planning_brief.md \|` | RENAME | Output artifact filename in table |
280
+ | 841 | `"planning": { "started": false... }` | RENAME | JSON key in state schema |
281
+ | 917 | `"planning": { "started": false... }` | RENAME | JSON key in state schema |
282
+ | 940 | `All phases: /intuition-prompt → /intuition-handoff → /intuition-plan → /intuition-handoff →` | RENAME | Skill name in workflow chain |
283
+ | 963 | `'intuition-plan',` | RENAME | Skill name in code array |
284
+ | 1004 | `intuition-plan — opus, ARCH architect + branch intersection analysis` | RENAME | Skill name in reference list |
285
+ | 1031 | `/intuition-plan on branches — reads parent plan, includes Parent Context section` | RENAME | Slash command reference |
286
+ | 1043 | `1. prompt → plan (generates {context_path}/planning_brief.md)` | RENAME | Output artifact filename |
287
+ | 1066 | `discovery_brief.md, discovery_output.json, planning_brief.md, plan.md, design_brief.md...` | RENAME | Artifact filenames |
288
+ | 1101 | `\| **intuition-plan** \| Moderate \| Parent intersection analysis...` | RENAME | Skill name in table |
289
+
290
+ ### `docs/v7_plan.md`
291
+
292
+ | Line | Content (truncated) | Category | Notes |
293
+ |------|---------------------|----------|-------|
294
+ | 123 | `**Component**: \`intuition-plan\`` | RENAME | Skill name reference |
295
+ | 124 | `Update plan to resolve context_path...` | KEEP | Generic use of "plan" as noun, not artifact name |
296
+ | 127 | `All artifact reads (discovery_brief, planning_brief) and writes (plan.md, .planning_research/)...` | RENAME | Output artifact filenames + research dir |
297
+ | 128 | `When active_context is a branch, plan reads the parent's plan.md...planning_research/parent_intersection.md` | RENAME | plan.md artifact + research dir |
298
+ | 133 | `C:\Projects\Intuition\skills\intuition-plan\SKILL.md` | RENAME | Skill folder path |
299
+ | 134 | `C:\Projects\Intuition\skills\intuition-plan\references\magellan_core.md` | RENAME | Skill folder path |
300
+ | 135 | `C:\Projects\Intuition\skills\intuition-plan\references\sub_agents.md` | RENAME | Skill folder path |
301
+ | 205 | `Update the planning_brief_template, execution_brief_template...` | RENAME | Output artifact template name |
302
+ | 211 | `C:\Projects\Intuition\skills\intuition-initialize\references\planning_brief_template.md` | RENAME | Artifact template filename |
303
+ | 271 | `7. Plan — branch intersection: Run /intuition-plan on a branch. Verify it reads parent's plan.md...` | RENAME | Skill name + plan.md artifact |
304
+
305
+ ### `docs/v9/decision-framework-implementation.md`
306
+
307
+ | Line | Content (truncated) | Category | Notes |
308
+ |------|---------------------|----------|-------|
309
+ | 23 | `**File**: \`skills/intuition-plan/SKILL.md\`` | RENAME | Skill folder reference |
310
+
311
+ ### `docs/v9/domain-adaptive-team-architecture.md`
312
+
313
+ | Line | Content (truncated) | Category | Notes |
314
+ |------|---------------------|----------|-------|
315
+ | 380 | `Sections 1-5, 7-9 of plan.md` | RENAME | plan.md artifact reference |
316
+ | 1008 | `intuition-plan — Sections 6, 6.5, 10 updated` | RENAME | Skill name reference |
317
+
318
+ ### `docs/v9/test/phase4/TEST_PLAN.md`
319
+
320
+ | Line | Content (truncated) | Category | Notes |
321
+ |------|---------------------|----------|-------|
322
+ | 32 | `Plan: docs/v9/test/phase2/mock_plan.md (Tasks 2 and 4)` | KEEP | Reference to mock test fixture file `mock_plan.md` — generic document name in historical test data, not the `/intuition-plan` skill artifact |
323
+
324
+ ### `memory/MEMORY.md`
325
+
326
+ File not found at this path in project root. The MEMORY.md for this project is maintained at `C:\Users\tgoodington\.claude\projects\C--Projects-Intuition\memory\MEMORY.md` (auto-memory, outside project directory scope). Zero hits in project root scope. T7 blueprint update spec covers this file independently of this audit.
327
+
328
+ ### `package.json`
329
+
330
+ | Line | Content (truncated) | Category | Notes |
331
+ |------|---------------------|----------|-------|
332
+ | 4 | `"description": "...prompt, plan, assemble specialist teams..."` | RENAME | Phase-name in workflow enumeration (per A2/D3) |
333
+ | 8 | `"planning",` | KEEP | Generic functional descriptor in keywords array (per A2) |
334
+
335
+ ### `scripts/install-skills.js`
336
+
337
+ | Line | Content (truncated) | Category | Notes |
338
+ |------|---------------------|----------|-------|
339
+ | 48 | `'intuition-plan',` | RENAME | Skill list array entry |
340
+ | 188 | `/intuition-plan - Strategic planning (ARCH protocol + design flagging)` | RENAME | Help text slash command name |
341
+
342
+ ### `scripts/uninstall-skills.js`
343
+
344
+ | Line | Content (truncated) | Category | Notes |
345
+ |------|---------------------|----------|-------|
346
+ | 48 | `'intuition-plan',` | RENAME | Active skill list entry |
347
+
348
+ ### `skills/intuition-assemble/SKILL.md`
349
+
350
+ | Line | Content (truncated) | Category | Notes |
351
+ |------|---------------------|----------|-------|
352
+ | 16 | `You MUST read \`{context_path}plan.md\` to extract tasks...` | RENAME | plan.md artifact reference |
353
+ | 37 | `Resolve context_path... Read \`{context_path}plan.md\` and extract:` | RENAME | plan.md artifact reference |
354
+ | 41 | `If plan.md is missing or has no Section 6.5... Run \`/intuition-plan\` first.` | RENAME | plan.md artifact + skill name |
355
+ | 228 | `{1-2 paragraph summary of the overall project from plan.md Section 1-2}` | RENAME | plan.md artifact reference |
356
+
357
+ ### `skills/intuition-build/SKILL.md`
358
+
359
+ | Line | Content (truncated) | Category | Notes |
360
+ |------|---------------------|----------|-------|
361
+ | 59 | `Step 1: Read context (team_assignment.json + blueprints + plan.md)` | RENAME | plan.md artifact reference |
362
+ | 77 | `{context_path}/plan.md — approved plan with acceptance criteria.` | RENAME | plan.md artifact reference |
363
+ | 94 | `From plan.md, extract:` | RENAME | plan.md artifact reference |
364
+ | 201 | `Check the deliverable yourself against plan.md acceptance criteria:` | RENAME | plan.md artifact reference |
365
+ | 202 | `Verify each acceptance criterion from plan.md is satisfied...` | RENAME | plan.md artifact reference |
366
+
367
+ ### `skills/intuition-debugger/SKILL.md`
368
+
369
+ | Line | Content (truncated) | Category | Notes |
370
+ |------|---------------------|----------|-------|
371
+ | 21 | `You MUST NOT modify plan.md, design specs, prompt_brief.md, or any workflow planning artifacts.` | RENAME | plan.md artifact reference; "workflow planning artifacts" — see Notes section |
372
+ | 114 | `{context_path}/plan.md — what was planned` | RENAME | plan.md artifact reference |
373
+ | 190 | `Compare against plan.md — where did planning diverge from intent?` | RENAME | plan.md artifact + borderline phrase (per A3) |
374
+
375
+ ### `skills/intuition-design/SKILL.md`
376
+
377
+ | Line | Content (truncated) | Category | Notes |
378
+ |------|---------------------|----------|-------|
379
+ | 28 | `You MUST NOT modify \`plan.md\`, \`prompt_brief.md\`, or \`design_brief.md\`.` | RENAME | plan.md artifact reference |
380
+ | 115 | `{context_path}/plan.md — for full task context and acceptance criteria.` | RENAME | plan.md artifact reference |
381
+ | 235 | `**Plan Reference:** [Task number(s) from plan.md]` | RENAME | plan.md artifact reference |
382
+
383
+ ### `skills/intuition-engineer/SKILL.md`
384
+
385
+ | Line | Content (truncated) | Category | Notes |
386
+ |------|---------------------|----------|-------|
387
+ | 11 | `...New projects should use \`/intuition-plan\` with v9 mode...` | RENAME | Skill name reference |
388
+ | 21 | `If plan.md doesn't exist at the resolved path, tell the user to run \`/intuition-plan\` first.` | RENAME | plan.md artifact + skill name |
389
+ | 22 | `You MUST read \`{context_path}/plan.md\`...` | RENAME | plan.md artifact reference |
390
+ | 45 | `Step 1: Read context (plan.md + prompt_brief.md + design specs...)` | RENAME | plan.md artifact reference |
391
+ | 60 | `{context_path}/plan.md — the approved plan with tasks and acceptance criteria.` | RENAME | plan.md artifact reference |
392
+ | 72 | `If \`{context_path}/plan.md\` does not exist, STOP: "No approved plan found. Run \`/intuition-plan\` first."` | RENAME | plan.md artifact + skill name |
393
+ | 97 | `"Re-run /intuition-plan to fix the plan"` | RENAME | Slash command reference |
394
+
395
+ ### `skills/intuition-handoff/SKILL.md`
396
+
397
+ | Line | Content (truncated) | Category | Notes |
398
+ |------|---------------------|----------|-------|
399
+ | 24 | `You MUST NOT skip the user profile merge step during prompt→planning transitions.` | RENAME | `→planning` workflow diagram reference |
400
+ | 26 | `You MUST NOT modify prompt_brief.md, plan.md, design_spec_*.md...` | RENAME | plan.md artifact reference |
401
+ | 48 | `Read \`{context_path}plan.md\` (if it exists)` | RENAME | plan.md artifact reference |
402
+ | 62 | `Step 6: Merge user profile learnings (prompt→planning only)` | RENAME | `→planning` workflow diagram reference |
403
+ | 77 | `IF context_workflow.status == "planning" AND workflow.planning.completed == true:` | RENAME | Status value + JSON key |
404
+ | 109 | `planning_brief.md` reference in v8 compat block (line ~206 migration text) | RENAME | Output artifact filename in migration block |
405
+ | 134 | `"planning": { "started": false... }` | RENAME | JSON key in state template |
406
+ | 206 | `Move existing workflow artifacts (planning_brief.md, plan.md...) from docs/project_notes/ into trunk/` | RENAME | Output artifact filenames in migration block |
407
+ | 216 | `Write \`{context_path}planning_brief.md\` with: Discovery Summary...` | RENAME | Output artifact filename |
408
+ | 218 | `set \`status\` to \`"planning"\`, mark \`prompt.completed = true\`...set \`planning.started = true\`. Route: "...planning_brief.md. Run /clear then /intuition-plan..."` | RENAME | Status value + JSON key + artifact filename + skill name |
409
+ | 222 | `v8 mode only. Read \`{context_path}plan.md\`...Extract: decisions...risks...planning work → issues.md.` | RENAME | plan.md artifact reference |
410
+ | 242 | `Extract and structure from plan.md: architectural decisions...` | RENAME | plan.md artifact reference |
411
+ | 243 | `Set \`status\` to \`"planning"\`, mark \`planning.completed = true\`...` | RENAME | Status value + JSON key |
412
+ | 278 | `{Extract from plan.md the sections relevant to THIS specialist's domain...}` | RENAME | plan.md artifact reference |
413
+ | 289 | `{Relevant content from plan.md Section 10, if present}` | RENAME | plan.md artifact reference |
414
+ | 385 | `Read all {context_path}design_spec_*.md and plan.md. Extract from specs...` | RENAME | plan.md artifact reference |
415
+ | 393 | `Read \`{context_path}code_specs.md\` and \`plan.md\`.` | RENAME | plan.md artifact reference |
416
+ | 426 | `[For each code-writer task, extract acceptance criteria from plan.md]` | RENAME | plan.md artifact reference |
417
+
418
+ ### `skills/intuition-handoff/references/handoff_core.md`
419
+
420
+ | Line | Content (truncated) | Category | Notes |
421
+ |------|---------------------|----------|-------|
422
+ | 94 | `"status": "discovery", // or "planning", "executing"` | RENAME | Status value in state comment |
423
+ | 101 | `"planning": {` | RENAME | JSON key in state schema |
424
+ | 281 | `**Store as:** \`docs/project_notes/planning_brief.md\`` | RENAME | Output artifact filename |
425
+ | 288 | `"status": "planning",` | RENAME | Status value in state object |
426
+ | 293 | `"planning": {` | RENAME | JSON key in state schema |
427
+ | 305 | `at docs/project_notes/planning_brief.md.` | RENAME | Output artifact filename |
428
+ | 307 | `Ready to create a plan? Run /intuition-plan to have Magellan synthesize` | RENAME | Slash command reference |
429
+ | 318 | `plan.md (from Magellan)` | RENAME | plan.md artifact reference |
430
+ | 324 | `From \`plan.md\`, identify:` | RENAME | plan.md artifact reference |
431
+ | 346 | `Link to plan.md` | RENAME | plan.md artifact reference |
432
+ | 355 | `**Plan**: docs/project_notes/plan.md` | RENAME | plan.md artifact reference |
433
+ | 408 | `Full Plan: docs/project_notes/plan.md` | RENAME | plan.md artifact reference |
434
+ | 424 | `"planning": {` | RENAME | JSON key in state schema |
435
+ | 568 | `I've created planning_brief.md with everything Magellan needs.` | RENAME | Output artifact filename |
436
+ | 569 | `Ready to plan? Run /intuition-plan"` | RENAME | Slash command reference |
437
+
438
+ ### `skills/intuition-initialize/SKILL.md`
439
+
440
+ | Line | Content (truncated) | Category | Notes |
441
+ |------|---------------------|----------|-------|
442
+ | 114 | `Do NOT create workflow output files (prompt_brief.md, plan.md, etc.).` | RENAME | plan.md artifact reference |
443
+ | 137 | `"planning": {` | RENAME | JSON key in state template |
444
+
445
+ ### `skills/intuition-initialize/references/agents_template.md`
446
+
447
+ | Line | Content (truncated) | Category | Notes |
448
+ |------|---------------------|----------|-------|
449
+ | 14 | `\| \`/intuition-plan\` \| opus \| Strategic architect...` | RENAME | Skill name in table |
450
+ | 47 | `/intuition-prompt → handoff → /intuition-plan → handoff →` | RENAME | Skill name in workflow chain |
451
+ | 99 | `planning_brief.md — Brief for planning (created by handoff)` | RENAME | Output artifact filename |
452
+ | 100 | `plan.md — Structured plan with tasks, design recommendations` | RENAME | plan.md artifact reference |
453
+
454
+ ### `skills/intuition-initialize/references/claude_template.md`
455
+
456
+ | Line | Content (truncated) | Category | Notes |
457
+ |------|---------------------|----------|-------|
458
+ | 12 | `All phases: /intuition-prompt → /intuition-handoff → /intuition-plan → /intuition-handoff →` | RENAME | Skill name in workflow chain |
459
+ | 25 | `Output: Planning-ready brief (processed by Handoff into planning_brief.md)` | RENAME | Output artifact filename |
460
+ | 33 | `**Planning** — \`/intuition-plan\`` | RENAME | Skill name as phase label |
461
+ | 37 | `Output: plan.md with tasks, dependencies, risks, design recommendations` | RENAME | plan.md artifact reference |
462
+ | 75 | `planning_brief.md — Brief for planning phase (created by Handoff)` | RENAME | Output artifact filename; "planning phase" as phase name |
463
+ | 76 | `plan.md — Structured project plan with design recommendations` | RENAME | plan.md artifact reference |
464
+ | 116 | `Use /intuition-handoff to process the brief, then /intuition-plan to develop a structured approach.` | RENAME | Skill name reference |
465
+
466
+ ### `skills/intuition-initialize/references/intuition_readme_template.md`
467
+
468
+ | Line | Content (truncated) | Category | Notes |
469
+ |------|---------------------|----------|-------|
470
+ | 8 | `/intuition-prompt → /intuition-handoff → /intuition-plan → /intuition-handoff` | RENAME | Skill name in workflow chain |
471
+ | 31 | `\| \`/intuition-plan\` \| Builds a strategic blueprint with tasks, decisions, and design flags \|` | RENAME | Skill name in table |
472
+ | 46 | `4. \`/intuition-plan\` — create the blueprint` | RENAME | Skill name in list |
473
+
474
+ ### `skills/intuition-initialize/references/state_template.json`
475
+
476
+ | Line | Content (truncated) | Category | Notes |
477
+ |------|---------------------|----------|-------|
478
+ | 15 | `"planning": {` | RENAME | JSON key in state template |
479
+
480
+ ### `skills/intuition-plan/SKILL.md`
481
+
482
+ | Line | Content (truncated) | Category | Notes |
483
+ |------|---------------------|----------|-------|
484
+ | 2 | `name: intuition-plan` | RENAME | Skill name in frontmatter |
485
+ | 14 | `read {context_path}/prompt_brief.md before planning` | KEEP | "planning" as activity verb — generic English, not phase name |
486
+ | 19 | `You MUST save the final plan to {context_path}/plan.md.` | RENAME | plan.md artifact reference |
487
+ | 21 | `You MUST write interim artifacts to {context_path}/.planning_research/` | RENAME | Research directory reference |
488
+ | 24 | `You MUST NOT modify prompt_brief.md or planning_brief.md.` | RENAME | Output artifact filename |
489
+ | 28 | `When planning on a branch...read the parent context's plan.md...` | RENAME | plan.md artifact reference; "planning on a branch" — activity verb, KEEP portion |
490
+ | 59 | `Concise: planning is precise work, not storytelling.` | KEEP | Generic activity description, not phase name |
491
+ | 67 | `Phase 2.5: DEPTH SELECTION (1 turn) User chooses planning depth tier` | KEEP | "planning depth tier" — ARCH framework activity, not phase label |
492
+ | 70 | `Phase 5: FORMALIZATION (1 turn) Save plan.md, route to handoff` | RENAME | plan.md artifact reference |
493
+ | 77 | `If {context_path}/plan.md already exists:` | RENAME | plan.md artifact reference |
494
+ | 80 | `If {context_path}/.planning_research/ exists with interim artifacts...` | RENAME | Research directory reference |
495
+ | 91 | `{context_path}/planning_brief.md — optional, may contain handoff context.` | RENAME | Output artifact filename |
496
+ | 98 | `Create the directory {context_path}/.planning_research/ if it does not exist.` | RENAME | Research directory reference |
497
+ | 142 | `Write to {context_path}/.planning_research/orientation.md.` | RENAME | Research directory reference |
498
+ | 152 | `Read parent's plan.md and any design specs...` | RENAME | plan.md artifact reference |
499
+ | 160 | `Read the parent plan at {parent_path}/plan.md.` | RENAME | plan.md artifact reference |
500
+ | 173 | `Write results to {context_path}/.planning_research/parent_intersection.md.` | RENAME | Research directory reference |
501
+ | 178 | `Introduce your role as the planning architect in one sentence.` | KEEP | Generic activity description |
502
+ | 199 | `recommend a planning depth tier:` | KEEP | ARCH framework activity noun, not phase name |
503
+ | 223 | `Do NOT resolve it during planning.` | KEEP | Activity verb — generic English |
504
+ | 226 | `Move on to the next planning-level concern` | KEEP | Activity verb — generic English |
505
+ | 228 | `planning phase can. Over-resolving during planning robs the detail phase of its purpose.` | RENAME | "the planning phase" = workflow phase name (first instance); "during planning" = activity verb KEEP (second instance) |
506
+ | 244 | `Write results to {context_path}/.planning_research/decision_[domain].md` | RENAME | Research directory reference |
507
+ | 249 | `Record the resolved decision to {context_path}/.planning_research/decisions_log.md` | RENAME | Research directory reference |
508
+ | 295 | `Read {context_path}/.planning_research/decisions_log.md and orientation.md...` | RENAME | Research directory reference |
509
+ | 331 | `Write the final plan to {context_path}/plan.md.` | RENAME | plan.md artifact reference |
510
+ | 332 | `Plan saved to {context_path}/plan.md. Next step: Run /intuition-handoff...` | RENAME | plan.md artifact reference |
511
+ | 443 | `The planning phase decides WHAT. The detail and build phases decide HOW.` | RENAME | "The planning phase" = workflow phase by name |
512
+ | 445 | `Interim artifacts in .planning_research/ are working files for planning context management.` | RENAME | Research directory reference; "planning context management" — KEEP portion |
513
+ | 539 | `Write combined results to {context_path}/.planning_research/orientation.md.` | RENAME | Research directory reference |
514
+ | 549 | `Write results to {context_path}/.planning_research/decision_[domain].md.` | RENAME | Research directory reference |
515
+ | 554 | `Write orientation research to .planning_research/orientation.md on startup.` | RENAME | Research directory reference |
516
+ | 555 | `Write decision research to .planning_research/decision_[domain].md.` | RENAME | Research directory reference |
517
+ | 556 | `Write resolved decisions to .planning_research/decisions_log.md.` | RENAME | Research directory reference |
518
+ | 561 | `If prompt_brief.md has been updated after an existing plan.md was created...` | RENAME | plan.md artifact reference |
519
+
520
+ ### `skills/intuition-plan/references/magellan_core.md`
521
+
522
+ | Line | Content (truncated) | Category | Notes |
523
+ |------|---------------------|----------|-------|
524
+ | 72 | `Store approved plan to docs/project_notes/plan.md` | RENAME | plan.md artifact reference |
525
+ | 151 | `> Generated by Magellan (intuition-plan) on [DATE]` | RENAME | Skill name in template header |
526
+ | 283 | `Detect revision - Check prompt_brief.md timestamp vs. plan.md timestamp` | RENAME | plan.md artifact reference |
527
+ | 312 | `Set workflow.status to "planning"` | RENAME | Status value assignment |
528
+ | 358 | `Plan saved to docs/project_notes/plan.md. Ready to execute...` | RENAME | plan.md artifact reference |
529
+
530
+ ### `skills/intuition-plan/references/templates/plan_template.md`
531
+
532
+ | Line | Content (truncated) | Category | Notes |
533
+ |------|---------------------|----------|-------|
534
+ | 3 | `> Generated by Magellan (intuition-plan) on [DATE]` | RENAME | Skill name in template header |
535
+
536
+ ### `skills/intuition-prompt/SKILL.md`
537
+
538
+ | Line | Content (truncated) | Category | Notes |
539
+ |------|---------------------|----------|-------|
540
+ | 11 | `...every question you ask earns its place by reducing ambiguity the planning phase would otherwise have to resolve.` | RENAME | "the planning phase" = workflow phase by name |
541
+ | 22 | `You MUST route to /intuition-handoff at the end. NEVER to /intuition-plan directly.` | RENAME | Skill name reference |
542
+ | 65 | `I'll help you sharpen it into something the planning phase can run with.` | RENAME | "the planning phase" = workflow phase by name |
543
+ | 75 | `I'll help you sharpen it into something the planning phase can run with.` | RENAME | "the planning phase" = workflow phase by name |
544
+ | 254 | `[Build decision the planning phase should investigate]` | RENAME | "the planning phase" = workflow phase by name |
545
+ | 312 | `ALWAYS route to /intuition-handoff. NEVER to /intuition-plan.` | RENAME | Skill name reference |
546
+ | 352 | `Producing a brief with sections the planning phase doesn't consume` | RENAME | "the planning phase" = workflow phase by name |
547
+
548
+ ### `skills/intuition-start/SKILL.md`
549
+
550
+ | Line | Content (truncated) | Category | Notes |
551
+ |------|---------------------|----------|-------|
552
+ | 109 | `→ planning_in_progress` | RENAME | Status label reference (maps to `"planning"` status) |
553
+ | 111 | `ELSE IF status == "planning" AND workflow.planning.completed == true` | RENAME | Status value + JSON key |
554
+ | 149 | `no context has status in ["prompt","planning","design","engineering"...]` | RENAME | Status value in array |
555
+ | 151 | `Infer from files...plan.md (planning done), team_assignment.json...` | RENAME | plan.md artifact reference |
556
+ | 162 | `\| planning_in_progress \| "Planning in progress." \| \`/intuition-plan\` \|` | RENAME | Status label + skill name in table |
557
+
558
+ ### `skills/intuition-start/references/start_core.md`
559
+
560
+ | Line | Content (truncated) | Category | Notes |
561
+ |------|---------------------|----------|-------|
562
+ | 34 | `"status": "discovery" \| "planning" \| "executing" \| "complete"` | RENAME | Status value in schema comment |
563
+ | 39 | `"planning": {` | RENAME | JSON key in state schema |
564
+ | 65 | `BRIEF: Load planning_brief.md, summarize discovery` | RENAME | Output artifact filename |
565
+ | 160 | `docs/project_notes/planning_brief.md exists (created by handoff)` | RENAME | Output artifact filename |
566
+ | 163 | `Read prompt_brief.md and planning_brief.md` | RENAME | Output artifact filename |
567
+ | 179 | `**From planning_brief.md:**` | RENAME | Output artifact filename |
568
+ | 209 | `/intuition-plan` | RENAME | Slash command reference |
569
+ | 212 | `docs/project_notes/planning_brief.md` | RENAME | Output artifact filename |
570
+ | 253 | `docs/project_notes/plan.md exists (created by Magellan)` | RENAME | plan.md artifact reference |
571
+ | 256 | `Load plan.md` | RENAME | plan.md artifact reference |
572
+ | 264 | `Welcome back! I see you're in the planning phase.` | RENAME | "the planning phase" = workflow phase by name |
573
+ | 267 | `Plan In Progress: 🔄 (docs/project_notes/plan.md)` | RENAME | plan.md artifact reference |
574
+ | 271 | `Run /intuition-plan to continue developing the plan.` | RENAME | Slash command reference |
575
+ | 282 | `docs/project_notes/plan.md exists` | RENAME | plan.md artifact reference |
576
+ | 286 | `Read plan.md and execution_brief.md` | RENAME | plan.md artifact reference |
577
+ | 293 | `**From plan.md:**` | RENAME | plan.md artifact reference |
578
+ | 372 | `Load plan.md and current execution state` | RENAME | plan.md artifact reference |
579
+ | 450 | `### Read planning_brief.md` | RENAME | Output artifact filename as section heading |
580
+ | 507 | `/intuition-plan"` | RENAME | Slash command reference |
581
+ | 518 | `Ready to plan? Run /intuition-plan"` | RENAME | Slash command reference |
582
+ | 520 | `IF planning_brief.md doesn't exist but planning.started == true:` | RENAME | Output artifact filename + JSON key |
583
+ | 522 | `Continue with /intuition-plan or run /intuition-handoff first"` | RENAME | Slash command reference |
584
+ | 527 | `Check for main files (prompt_brief.md, plan.md)` | RENAME | plan.md artifact reference |
585
+
586
+ ### `skills/intuition-test/SKILL.md`
587
+
588
+ | Line | Content (truncated) | Category | Notes |
589
+ |------|---------------------|----------|-------|
590
+ | 67 | `{context_path}/plan.md — acceptance criteria per task.` | RENAME | plan.md artifact reference |
591
+ | 151 | `For every acceptance criterion in plan.md that describes observable behavior...` | RENAME | plan.md artifact reference |
592
+ | 286 | `**Plan:** [Title from plan.md]` | RENAME | plan.md artifact reference |
593
+
594
+ ### `skills/intuition-detail/SKILL.md`
595
+
596
+ | Line | Content (truncated) | Category | Notes |
597
+ |------|---------------------|----------|-------|
598
+ | 83 | `{context_path}/scratch/{specialist-name}-research-plan.md exists but no stage1.md` | KEEP | "research-plan.md" — a specialist's research plan document, not the plan skill artifact |
599
+ | 105 | `write the specialist's research plan output to {context_path}/scratch/{specialist-name}-research-plan.md` | KEEP | "research plan" — plan for conducting research (per disambiguation rules) |
600
+ | 106 | `Spawn a fresh opus Task subagent...include the saved research plan from...` | KEEP | "research plan" — plan for conducting research (per disambiguation rules) |
601
+ | 125 | `...findings from the planning phase that overlap with your domain...` | RENAME | "the planning phase" = workflow phase by name |
602
+ | 144 | `write the specialist's research plan output to...research-plan.md for crash recovery.` | KEEP | "research plan" — plan for conducting research |
603
+ | 161 | `include the saved research plan from...as additional context...` | KEEP | "research plan" — plan for conducting research |
604
+
605
+ ### `.claude-plugin/marketplace.json`
606
+
607
+ | Line | Content (truncated) | Category | Notes |
608
+ |------|---------------------|----------|-------|
609
+ | 21 | `"keywords": ["planning", "execution", "architecture", "orchestration"]` | KEEP | Generic functional descriptor in keywords array (same rationale as package.json per A2) |
610
+
611
+ ---
612
+
613
+ ## Borderline Cases
614
+
615
+ ### Case 1: `package.json` line 8 — `"planning"` in keywords
616
+
617
+ **Hit**: `"planning",` in the keywords array
618
+ **Disambiguation**: KEEP
619
+ **Rationale**: Per decision A2 in the blueprint, "planning" in the keywords array describes the package's functional purpose (it helps users plan projects). It is a generic English functional descriptor, not a reference to the internal workflow phase named "planning". Compare with the description field (line 4) where "plan" appears in the workflow enumeration `"prompt, plan, assemble"` — that IS a phase-name reference (RENAME).
620
+
621
+ ### Case 2: `skills/intuition-debugger/SKILL.md` line 190 — "planning diverged from intent"
622
+
623
+ **Hit**: `Compare against plan.md — where did planning diverge from intent?`
624
+ **Disambiguation**: RENAME (two RENAME hits in one line)
625
+ **Rationale**: Per decision A3 in the blueprint, the phrase "where did planning diverge from intent" refers to the `plan.md` artifact diverging from the user's intent. Since `plan.md` is being renamed to `outline.md`, this becomes "where did the outline diverge from intent." Both `plan.md` and the phrase are RENAME. The broader phrase on line 21, "workflow planning artifacts", is also RENAME as it refers to plan-phase output files collectively.
626
+
627
+ ### Case 3: `skills/intuition-plan/SKILL.md` — generic "planning" activity verbs
628
+
629
+ Multiple lines in SKILL.md use "planning" as a generic activity verb or as part of ARCH framework terminology:
630
+ - Line 14: "before planning" — KEEP (activity verb)
631
+ - Line 59: "planning is precise work" — KEEP (activity description)
632
+ - Line 67: "planning depth tier" — KEEP (ARCH activity, not phase label)
633
+ - Line 178: "planning architect" — KEEP (role description)
634
+ - Line 199: "planning depth tier" — KEEP (ARCH framework)
635
+ - Line 223: "during planning" — KEEP (activity verb)
636
+ - Line 226: "planning-level concern" — KEEP (activity adjective)
637
+
638
+ These are distinguished from lines that name the workflow phase (e.g., line 443: "The planning phase decides WHAT" — RENAME, as this names the workflow phase by its phase label).
639
+
640
+ ### Case 4: `skills/intuition-detail/SKILL.md` — "research plan" vs "planning phase"
641
+
642
+ - Lines 83, 105, 106, 144, 161: "research plan" / "research-plan.md" — KEEP per disambiguation rule ("research plan" = a plan for conducting research, not the workflow phase)
643
+ - Line 125: "findings from the planning phase" — RENAME (names the workflow phase directly)
644
+
645
+ ### Case 5: `.claude-plugin/marketplace.json` line 21 — `"planning"` in keywords
646
+
647
+ **Disambiguation**: KEEP
648
+ **Rationale**: Same logic as package.json keywords (A2). The marketplace.json keywords array `["planning", "execution", "architecture", "orchestration"]` uses "planning" as a generic functional descriptor to categorize the package. It is not a reference to the internal workflow phase name.
649
+
650
+ ### Case 6: `INSTALLATION.md` line 424 — `project_plan.md`
651
+
652
+ **Hit**: `docs/project_notes/project_plan.md`
653
+ **Disambiguation**: KEEP
654
+ **Rationale**: The filename `project_plan.md` is a user-facing project management document, not the plan skill's output artifact. The plan skill produces `plan.md` (no prefix). This is a distinct file name and is generic English.