@tgoodington/intuition 9.2.0 → 9.2.1
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/README.md +9 -9
- package/docs/project_notes/.project-memory-state.json +100 -0
- package/docs/project_notes/branches/.gitkeep +0 -0
- package/docs/project_notes/bugs.md +41 -0
- package/docs/project_notes/decisions.md +147 -0
- package/docs/project_notes/issues.md +101 -0
- package/docs/project_notes/key_facts.md +88 -0
- package/docs/project_notes/trunk/.gitkeep +0 -0
- package/docs/project_notes/trunk/.planning_research/decision_file_naming.md +15 -0
- package/docs/project_notes/trunk/.planning_research/decisions_log.md +32 -0
- package/docs/project_notes/trunk/.planning_research/orientation.md +51 -0
- package/docs/project_notes/trunk/audit/plan-rename-hitlist.md +654 -0
- package/docs/project_notes/trunk/blueprint-conflicts.md +109 -0
- package/docs/project_notes/trunk/blueprints/database-architect.md +416 -0
- package/docs/project_notes/trunk/blueprints/devops-infrastructure.md +514 -0
- package/docs/project_notes/trunk/blueprints/technical-writer.md +788 -0
- package/docs/project_notes/trunk/build_brief.md +119 -0
- package/docs/project_notes/trunk/build_report.md +250 -0
- package/docs/project_notes/trunk/detail_brief.md +94 -0
- package/docs/project_notes/trunk/plan.md +182 -0
- package/docs/project_notes/trunk/planning_brief.md +96 -0
- package/docs/project_notes/trunk/prompt_brief.md +60 -0
- package/docs/project_notes/trunk/prompt_output.json +98 -0
- package/docs/project_notes/trunk/scratch/database-architect-decisions.json +72 -0
- package/docs/project_notes/trunk/scratch/database-architect-research-plan.md +10 -0
- package/docs/project_notes/trunk/scratch/database-architect-stage1.md +226 -0
- package/docs/project_notes/trunk/scratch/devops-infrastructure-decisions.json +71 -0
- package/docs/project_notes/trunk/scratch/devops-infrastructure-research-plan.md +7 -0
- package/docs/project_notes/trunk/scratch/devops-infrastructure-stage1.md +164 -0
- package/docs/project_notes/trunk/scratch/technical-writer-decisions.json +88 -0
- package/docs/project_notes/trunk/scratch/technical-writer-research-plan.md +7 -0
- package/docs/project_notes/trunk/scratch/technical-writer-stage1.md +266 -0
- package/docs/project_notes/trunk/team_assignment.json +108 -0
- package/docs/project_notes/trunk/test_brief.md +75 -0
- package/docs/project_notes/trunk/test_report.md +26 -0
- package/docs/project_notes/trunk/verification/devops-infrastructure-verification.md +172 -0
- package/docs/v9/decision-framework-direction.md +8 -8
- package/docs/v9/decision-framework-implementation.md +8 -8
- package/docs/v9/domain-adaptive-team-architecture.md +22 -22
- package/package.json +2 -2
- package/scripts/install-skills.js +9 -2
- package/scripts/uninstall-skills.js +4 -2
- package/skills/intuition-agent-advisor/SKILL.md +327 -327
- package/skills/intuition-assemble/SKILL.md +261 -261
- package/skills/intuition-build/SKILL.md +379 -379
- package/skills/intuition-debugger/SKILL.md +390 -390
- package/skills/intuition-design/SKILL.md +385 -385
- package/skills/intuition-detail/SKILL.md +377 -377
- package/skills/intuition-engineer/SKILL.md +307 -307
- package/skills/intuition-handoff/SKILL.md +51 -47
- package/skills/intuition-handoff/references/handoff_core.md +38 -38
- package/skills/intuition-initialize/SKILL.md +2 -2
- package/skills/intuition-initialize/references/agents_template.md +118 -118
- package/skills/intuition-initialize/references/claude_template.md +134 -134
- package/skills/intuition-initialize/references/intuition_readme_template.md +4 -4
- package/skills/intuition-initialize/references/state_template.json +2 -2
- package/skills/{intuition-plan → intuition-outline}/SKILL.md +561 -561
- package/skills/{intuition-plan → intuition-outline}/references/magellan_core.md +9 -9
- package/skills/{intuition-plan → intuition-outline}/references/templates/plan_template.md +1 -1
- package/skills/intuition-prompt/SKILL.md +374 -374
- package/skills/intuition-start/SKILL.md +8 -8
- package/skills/intuition-start/references/start_core.md +50 -50
- package/skills/intuition-test/SKILL.md +345 -345
- /package/skills/{intuition-plan → intuition-outline}/references/sub_agents.md +0 -0
- /package/skills/{intuition-plan → intuition-outline}/references/templates/confidence_scoring.md +0 -0
- /package/skills/{intuition-plan → intuition-outline}/references/templates/plan_format.md +0 -0
- /package/skills/{intuition-plan → intuition-outline}/references/templates/planning_process.md +0 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
# Build Brief
|
|
2
|
+
|
|
3
|
+
> Context: trunk
|
|
4
|
+
> Transition: Detail → Build (Transition 4v9)
|
|
5
|
+
> Generated: 2026-03-05
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Plan Summary
|
|
10
|
+
|
|
11
|
+
This project renames the `intuition-plan` skill to `intuition-outline` and updates every phase-name reference across the Intuition framework — skill files, state schema, routing messages, scripts, and documentation. The change is a pure rename refactor with zero behavioral modifications. Three specialist teams (devops-infrastructure, technical-writer, database-architect) have produced comprehensive blueprints covering all 8 tasks (T1–T8). The build phase applies these blueprints in the dependency-ordered sequence specified in team_assignment.json.
|
|
12
|
+
|
|
13
|
+
The critical structural change is the state schema migration from v7.0 to v8.0 (T3, database-architect blueprint), which renames the `planning` workflow field to `outline` and adds a V7 migration handler. All other tasks are systematic text replacements with well-defined disambiguation rules established during specialist consultation.
|
|
14
|
+
|
|
15
|
+
## Objective
|
|
16
|
+
|
|
17
|
+
Produce a codebase with zero stale "plan" phase references, a working `/intuition-outline` skill, and a v7→v8 migration handler — without changing any behavioral logic.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Team Summary
|
|
22
|
+
|
|
23
|
+
| Specialist | Tasks | Blueprint | Producer | Output Format |
|
|
24
|
+
|------------|-------|-----------|----------|---------------|
|
|
25
|
+
| devops-infrastructure | T1, T6, T8 | blueprints/devops-infrastructure.md | code-writer | code (JS, JSON, Markdown report) |
|
|
26
|
+
| technical-writer | T2, T4, T5, T7 | blueprints/technical-writer.md | document-writer | markdown (SKILL.md edits, docs) |
|
|
27
|
+
| database-architect | T3 | blueprints/database-architect.md | code-writer | code (SKILL.md edits) |
|
|
28
|
+
|
|
29
|
+
**Total**: 3 specialists, 3 blueprints, 8 tasks, ~390+ individual text replacements across ~22 files.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## Blueprint Index
|
|
34
|
+
|
|
35
|
+
| Blueprint | Specialist | Tasks Covered | Producer | Key Deliverables |
|
|
36
|
+
|-----------|------------|---------------|----------|-----------------|
|
|
37
|
+
| devops-infrastructure.md | devops-infrastructure | T1, T6, T8 | code-writer | Audit hit list (plan-rename-hitlist.md), script/config edits (install, uninstall, package.json), verification report |
|
|
38
|
+
| technical-writer.md | technical-writer | T2, T4, T5, T7 | document-writer | Folder rename (intuition-plan → intuition-outline), ~78 renames in outline skill, ~10 renames in initialize, ~178 renames across 9 other skills, ~114 renames in docs/MEMORY.md |
|
|
39
|
+
| database-architect.md | database-architect | T3 | code-writer | 4 schema edits + 1 V7 handler insertion + ~21 state field renames in handoff SKILL.md |
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Execution Order
|
|
44
|
+
|
|
45
|
+
**CRITICAL**: Tasks must be applied in this sequence due to file dependencies.
|
|
46
|
+
|
|
47
|
+
### Phase 1 — Audit (no dependencies)
|
|
48
|
+
- **T1**: Run devops-infrastructure blueprint Section 5 audit protocol. Produces `docs/project_notes/trunk/audit/plan-rename-hitlist.md`. All subsequent tasks cross-reference this hit list.
|
|
49
|
+
|
|
50
|
+
### Phase 2 — Core changes (T1 must be complete; T3 and T2/T5/T7 can proceed in parallel)
|
|
51
|
+
- **T3**: Apply database-architect blueprint to `skills/intuition-handoff/SKILL.md` — schema bump, V7 handler insertion, state field renames
|
|
52
|
+
- **T2/T5/T7**: Apply technical-writer blueprint tasks 2, 5, 7 — rename outline skill folder, update 9 other skills, update docs
|
|
53
|
+
|
|
54
|
+
### Phase 3 — Dependent changes (T3 and T2 must be complete)
|
|
55
|
+
- **T4**: Apply technical-writer blueprint T4 — update initialize skill state template (depends on T3's v8 schema definition)
|
|
56
|
+
- **T6**: Apply devops-infrastructure blueprint T6 — update install/uninstall scripts and package.json (depends on T2's folder rename)
|
|
57
|
+
|
|
58
|
+
### Phase 4 — Verification (all prior tasks must be complete)
|
|
59
|
+
- **T8**: Apply devops-infrastructure blueprint T8 — run verification sweep and produce report
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Conflict Check
|
|
64
|
+
|
|
65
|
+
**Result**: Clean — No conflicts detected.
|
|
66
|
+
|
|
67
|
+
All three blueprints were scanned for contradictory decisions, overlapping file modifications, inconsistent interface assumptions, and duplicated deliverables. The database-architect and technical-writer blueprints both touch `skills/intuition-handoff/SKILL.md`, but this is documented intentional overlap — both specify identical target names (`outline`) for the same strings, and the technical-writer blueprint explicitly documents which edits are unique to each blueprint.
|
|
68
|
+
|
|
69
|
+
**One non-blocking execution note** (T8): The test fixture in the devops-infrastructure T8 spec uses `workflow_pipeline` and `schema_version` as field names, but the actual state schema uses `workflow` and `version`. The T8 producer should correct the fixture field names before running the migration handler test.
|
|
70
|
+
|
|
71
|
+
Full conflict report: `docs/project_notes/trunk/blueprint-conflicts.md`
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## Quality Gates
|
|
76
|
+
|
|
77
|
+
### Security Review
|
|
78
|
+
This build contains no new secrets, credentials, API keys, or authentication changes. It is a pure text rename of internal skill files and documentation. No security review required.
|
|
79
|
+
|
|
80
|
+
### Domain Specialist Reviews
|
|
81
|
+
- **devops-infrastructure**: Verify legacy cleanup pattern matches established fs.existsSync + fs.rmSync pattern (blueprint Section 5.3 specifies exact code block)
|
|
82
|
+
- **technical-writer**: Verify disambiguation rules applied correctly — especially detail skill (research-plan.md KEPT), build/test skills (build plan/test plan KEPT), prompt skill ("plan against" KEPT)
|
|
83
|
+
- **database-architect**: Verify V3 migration handler left unchanged; verify V7 handler uses `workflow.planning` → `workflow.outline` key rename with all sub-fields preserved (started, completed, completed_at, approved)
|
|
84
|
+
|
|
85
|
+
### Cross-Cutting Review
|
|
86
|
+
After all tasks complete, run T8 verification sweep. T8 verifies:
|
|
87
|
+
1. Zero stale phase-name "plan" references in codebase
|
|
88
|
+
2. `skills/intuition-outline/SKILL.md` exists with correct frontmatter
|
|
89
|
+
3. Install script contains `intuition-outline` and legacy cleanup for `intuition-plan`
|
|
90
|
+
4. V7→V8 migration handler transforms sample state correctly
|
|
91
|
+
5. Verification report with PASS/FAIL for every check
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## Known Risks
|
|
96
|
+
|
|
97
|
+
| Risk | Likelihood | Impact | Mitigation |
|
|
98
|
+
|------|-----------|--------|------------|
|
|
99
|
+
| Generic "plan" accidentally renamed | Medium | Low | Disambiguation rules in all blueprints; T8 spot-checks generic usage |
|
|
100
|
+
| T3/T5 edits to handoff conflict | Low | Medium | Both blueprints document same target strings; apply T3 first per phase 2 ordering |
|
|
101
|
+
| V3 migration handler corrupted | Low | High | Blueprint Section 5.12 explicitly preserves V3 handler; T8 verification checks handler integrity |
|
|
102
|
+
| T4 template mismatches T3 schema | Low | High | T4 depends on T3; technical-writer blueprint matches database-architect blueprint's field names |
|
|
103
|
+
| T8 fixture field name mismatch | Low | Low | Non-blocking; T8 producer corrects fixture field names before running test |
|
|
104
|
+
| Line numbers shift between blueprint creation and build | Medium | Low | All blueprints specify "use content matching, not line numbers" |
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
## References
|
|
109
|
+
|
|
110
|
+
| File | Purpose |
|
|
111
|
+
|------|---------|
|
|
112
|
+
| `docs/project_notes/trunk/plan.md` | Project plan with all task definitions and acceptance criteria |
|
|
113
|
+
| `docs/project_notes/trunk/blueprints/devops-infrastructure.md` | T1, T6, T8 specifications |
|
|
114
|
+
| `docs/project_notes/trunk/blueprints/technical-writer.md` | T2, T4, T5, T7 specifications |
|
|
115
|
+
| `docs/project_notes/trunk/blueprints/database-architect.md` | T3 specification |
|
|
116
|
+
| `docs/project_notes/trunk/team_assignment.json` | Specialist assignments, execution order, dependencies |
|
|
117
|
+
| `docs/project_notes/trunk/blueprint-conflicts.md` | Conflict check report |
|
|
118
|
+
| `docs/project_notes/decisions.md` | ADR-P001 (rename decision), ADR-P002 (build plan/test plan preservation) |
|
|
119
|
+
| `docs/project_notes/key_facts.md` | Reference inventory, blast radius, disambiguation rules |
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
# Build Report
|
|
2
|
+
|
|
3
|
+
**Plan:** Rename Plan Phase to Outline
|
|
4
|
+
**Date:** 2026-03-05
|
|
5
|
+
**Status:** Success
|
|
6
|
+
|
|
7
|
+
## Task Results
|
|
8
|
+
|
|
9
|
+
### Task 1: Audit all phase-name references
|
|
10
|
+
- **Domain**: code/tooling
|
|
11
|
+
- **Specialist**: devops-infrastructure
|
|
12
|
+
- **Producer**: code-writer (sonnet)
|
|
13
|
+
- **Output**: `docs/project_notes/trunk/audit/plan-rename-hitlist.md`
|
|
14
|
+
- **Status**: PASS
|
|
15
|
+
|
|
16
|
+
#### Review Chain
|
|
17
|
+
1. **Specialist Review** (devops-infrastructure): PASS — "Comprehensive audit covering all 7 patterns; 247 RENAME, 35 KEEP across full codebase. Two minor issues fixed (docs/v9/test/ coverage, MEMORY.md path note)."
|
|
18
|
+
2. **Builder Verification**: PASS — "All 3 acceptance criteria met. Audit correctly identifies files outside T7 scope (legacy docs)."
|
|
19
|
+
3. **Cross-Cutting Review**: N/A — markdown document, not code/config/script
|
|
20
|
+
4. **Security Review**: N/A
|
|
21
|
+
|
|
22
|
+
#### Deviations from Blueprint
|
|
23
|
+
None — all blueprint specs followed as written.
|
|
24
|
+
|
|
25
|
+
#### Decision Compliance
|
|
26
|
+
- **[USER] decisions honored**: 0 of 0 (no USER-tier decisions)
|
|
27
|
+
- **[SPEC] decisions applied**: 0 — T1 had no SPEC decisions
|
|
28
|
+
- **Unanticipated decisions**: 0
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
### Task 2: Rename and update outline skill
|
|
33
|
+
- **Domain**: code/skill-definition
|
|
34
|
+
- **Specialist**: technical-writer
|
|
35
|
+
- **Producer**: code-writer (sonnet)
|
|
36
|
+
- **Output**: `skills/intuition-outline/SKILL.md` (folder renamed from `skills/intuition-plan/`)
|
|
37
|
+
- **Status**: PASS
|
|
38
|
+
|
|
39
|
+
#### Review Chain
|
|
40
|
+
1. **Specialist Review** (technical-writer): PASS — "~66 replacements applied. Zero stale phase-name references. 4 generic KEEP items preserved."
|
|
41
|
+
2. **Builder Verification**: PASS — "Folder renamed, YAML frontmatter updated, all output file paths reference outline variants."
|
|
42
|
+
3. **Cross-Cutting Review**: N/A (mandatory reviewers not applicable to markdown skill files)
|
|
43
|
+
4. **Security Review**: PASS — "No secrets, injection vectors, or path traversal issues introduced."
|
|
44
|
+
|
|
45
|
+
#### Deviations from Blueprint
|
|
46
|
+
None — all blueprint specs followed as written.
|
|
47
|
+
|
|
48
|
+
#### Decision Compliance
|
|
49
|
+
- **[SPEC] decisions applied**: 1 — D1 (leave YAML description unchanged) correctly applied
|
|
50
|
+
- **Unanticipated decisions**: 0
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
### Task 3: Update handoff skill — v7→v8 schema + migration handler
|
|
55
|
+
- **Domain**: code/skill-definition
|
|
56
|
+
- **Specialist**: database-architect
|
|
57
|
+
- **Producer**: code-writer (sonnet)
|
|
58
|
+
- **Output**: `skills/intuition-handoff/SKILL.md`
|
|
59
|
+
- **Status**: PASS
|
|
60
|
+
|
|
61
|
+
#### Review Chain
|
|
62
|
+
1. **Specialist Review** (database-architect): PASS — "All 25+ edits applied. V7 handler inserted correctly before V5. V3/V4/V5/V6 handlers preserved unchanged."
|
|
63
|
+
2. **Builder Verification**: PASS — "Schema v8.0, migration handler fires on v7.0, all state field references use 'outline'. V3 handler correctly preserves historical file names."
|
|
64
|
+
3. **Cross-Cutting Review** (security-auditor): N/A (security review covered in batched review)
|
|
65
|
+
4. **Security Review**: PASS — "V7 migration handler is prose instructions, not executable code. No injection vectors. State integrity preserved."
|
|
66
|
+
|
|
67
|
+
#### Deviations from Blueprint
|
|
68
|
+
None — all blueprint specs followed as written.
|
|
69
|
+
|
|
70
|
+
#### Decision Compliance
|
|
71
|
+
- **[SILENT] decisions applied**: 3 — D1 (V3 preservation), D2 (status remap scope), D3 (simple trigger)
|
|
72
|
+
- **Unanticipated decisions**: 0
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
### Task 4: Update initialize skill state template
|
|
77
|
+
- **Domain**: code/skill-definition
|
|
78
|
+
- **Specialist**: technical-writer
|
|
79
|
+
- **Producer**: code-writer (sonnet)
|
|
80
|
+
- **Output**: `skills/intuition-initialize/SKILL.md`
|
|
81
|
+
- **Status**: PASS
|
|
82
|
+
|
|
83
|
+
#### Review Chain
|
|
84
|
+
1. **Specialist Review** (technical-writer): PASS — "2 surgical edits applied. Sub-fields preserved."
|
|
85
|
+
2. **Builder Verification**: PASS — "Version 8.0, outline key, all sub-fields intact."
|
|
86
|
+
3. **Security Review**: PASS (covered in batch)
|
|
87
|
+
|
|
88
|
+
#### Deviations from Blueprint
|
|
89
|
+
None.
|
|
90
|
+
|
|
91
|
+
#### Decision Compliance
|
|
92
|
+
- **Unanticipated decisions**: 0
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
### Task 5: Update all other skills (9 files + handoff verification)
|
|
97
|
+
- **Domain**: code/skill-definition
|
|
98
|
+
- **Specialist**: technical-writer
|
|
99
|
+
- **Producer**: code-writer (sonnet)
|
|
100
|
+
- **Output**: 9 SKILL.md files + handoff verification
|
|
101
|
+
- **Status**: PASS
|
|
102
|
+
|
|
103
|
+
#### Review Chain
|
|
104
|
+
1. **Specialist Review** (technical-writer): PASS — "~120 edits across 9 files. All KEEP items preserved (test plan, build plan, plan against, research-plan.md, Research Planning)."
|
|
105
|
+
2. **Builder Verification**: PASS — "Zero stale phase-name references across all 9 skills. Handoff verified clean from T3."
|
|
106
|
+
3. **Security Review**: PASS (covered in batch)
|
|
107
|
+
|
|
108
|
+
#### Deviations from Blueprint
|
|
109
|
+
None — all blueprint specs followed as written.
|
|
110
|
+
|
|
111
|
+
#### Decision Compliance
|
|
112
|
+
- **[SPEC] decisions applied**: 3 — D2 (build plan/test plan kept), D4 (deprecated skill notices unchanged)
|
|
113
|
+
- **[SILENT] decisions applied**: 1 — D3 (classified_by: "outline")
|
|
114
|
+
- **Unanticipated decisions**: 0
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
### Task 6: Update scripts and package configuration
|
|
119
|
+
- **Domain**: code/tooling
|
|
120
|
+
- **Specialist**: devops-infrastructure
|
|
121
|
+
- **Producer**: code-writer (sonnet)
|
|
122
|
+
- **Output**: `scripts/install-skills.js`, `scripts/uninstall-skills.js`, `package.json`
|
|
123
|
+
- **Status**: PASS
|
|
124
|
+
|
|
125
|
+
#### Review Chain
|
|
126
|
+
1. **Specialist Review** (devops-infrastructure): PASS — "6 edits across 3 files. Legacy cleanup block follows established pattern."
|
|
127
|
+
2. **Builder Verification**: PASS — "All 4 acceptance criteria met. Legacy cleanup correctly uses fs.existsSync + fs.rmSync pattern."
|
|
128
|
+
3. **Security Review**: PASS — "No command injection in legacy cleanup block. Path construction uses path.join (safe)."
|
|
129
|
+
|
|
130
|
+
#### Deviations from Blueprint
|
|
131
|
+
None.
|
|
132
|
+
|
|
133
|
+
#### Decision Compliance
|
|
134
|
+
- **[SILENT] decisions applied**: 4 — D1 (v9.1 annotation), D2 (flat array legacy), D3 (description wording), D4 (help text update)
|
|
135
|
+
- **Unanticipated decisions**: 0
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
### Task 7: Update documentation and memory files
|
|
140
|
+
- **Domain**: content/documentation
|
|
141
|
+
- **Specialist**: technical-writer
|
|
142
|
+
- **Producer**: document-writer (sonnet)
|
|
143
|
+
- **Output**: 8 documentation files
|
|
144
|
+
- **Status**: PASS
|
|
145
|
+
|
|
146
|
+
#### Review Chain
|
|
147
|
+
1. **Specialist Review** (technical-writer): PASS — "~118 replacements across 8 files. All KEEP items preserved (ARCH planning, research planning, Waldo doesn't plan)."
|
|
148
|
+
2. **Builder Verification**: PASS — "All 5 acceptance criteria met. docs/v9/ updated, MEMORY.md updated, root docs updated, generic English preserved, version refs updated."
|
|
149
|
+
3. **Security Review**: N/A — documentation files
|
|
150
|
+
|
|
151
|
+
#### Deviations from Blueprint
|
|
152
|
+
None.
|
|
153
|
+
|
|
154
|
+
#### Decision Compliance
|
|
155
|
+
- **[SILENT] decisions applied**: 1 — D5 (Layer 2: Outline)
|
|
156
|
+
- **Unanticipated decisions**: 0
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
### Task 8: Verification sweep
|
|
161
|
+
- **Domain**: code/testing
|
|
162
|
+
- **Specialist**: devops-infrastructure
|
|
163
|
+
- **Producer**: code-writer (sonnet)
|
|
164
|
+
- **Output**: `docs/project_notes/trunk/verification/devops-infrastructure-verification.md`
|
|
165
|
+
- **Status**: PASS
|
|
166
|
+
|
|
167
|
+
#### Review Chain
|
|
168
|
+
1. **Specialist Review** (devops-infrastructure): PASS — "34/34 checks passed. Zero in-scope stale references."
|
|
169
|
+
2. **Builder Verification**: PASS — "All 5 acceptance criteria met. Grep returns zero in-scope hits, structural checks pass, migration handler correct."
|
|
170
|
+
3. **Security Review**: N/A — verification report
|
|
171
|
+
|
|
172
|
+
#### Deviations from Blueprint
|
|
173
|
+
- T8 verification fixture field names: the build brief noted `workflow_pipeline`/`schema_version` should be corrected to `workflow`/`version`. The producer used the correct field names from the actual schema, resolving this.
|
|
174
|
+
|
|
175
|
+
#### Decision Compliance
|
|
176
|
+
- **Unanticipated decisions**: 0
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Files Modified
|
|
181
|
+
|
|
182
|
+
### Skills (SKILL.md files)
|
|
183
|
+
- `skills/intuition-outline/SKILL.md` — renamed from intuition-plan, ~66 text replacements
|
|
184
|
+
- `skills/intuition-handoff/SKILL.md` — schema v8.0, V7 migration handler, ~25+ replacements
|
|
185
|
+
- `skills/intuition-initialize/SKILL.md` — version 8.0, outline key (2 edits)
|
|
186
|
+
- `skills/intuition-start/SKILL.md` — 9 replacements
|
|
187
|
+
- `skills/intuition-prompt/SKILL.md` — 10 replacements
|
|
188
|
+
- `skills/intuition-assemble/SKILL.md` — 12 replacements
|
|
189
|
+
- `skills/intuition-detail/SKILL.md` — 25 replacements
|
|
190
|
+
- `skills/intuition-build/SKILL.md` — 15 replacements
|
|
191
|
+
- `skills/intuition-test/SKILL.md` — 12 replacements
|
|
192
|
+
- `skills/intuition-design/SKILL.md` — 11 replacements
|
|
193
|
+
- `skills/intuition-engineer/SKILL.md` — 22 replacements
|
|
194
|
+
- `skills/intuition-debugger/SKILL.md` — 14 replacements
|
|
195
|
+
|
|
196
|
+
### Skills (reference files — scope expansion)
|
|
197
|
+
- `skills/intuition-start/references/start_core.md` — 24 edits
|
|
198
|
+
- `skills/intuition-handoff/references/handoff_core.md` — 21 edits
|
|
199
|
+
- `skills/intuition-outline/references/magellan_core.md` — 6 edits
|
|
200
|
+
- `skills/intuition-initialize/references/agents_template.md` — 3 edits
|
|
201
|
+
- `skills/intuition-initialize/references/claude_template.md` — 7 edits
|
|
202
|
+
- `skills/intuition-initialize/references/intuition_readme_template.md` — 4 edits
|
|
203
|
+
- `skills/intuition-initialize/references/state_template.json` — 2 edits (version 8.0, outline key)
|
|
204
|
+
- `skills/intuition-outline/references/templates/plan_template.md` — 1 edit
|
|
205
|
+
|
|
206
|
+
### Scripts
|
|
207
|
+
- `scripts/install-skills.js` — skill list rename, legacy cleanup block, help text
|
|
208
|
+
- `scripts/uninstall-skills.js` — active list rename, legacy entry
|
|
209
|
+
|
|
210
|
+
### Package
|
|
211
|
+
- `package.json` — description updated
|
|
212
|
+
|
|
213
|
+
### Documentation
|
|
214
|
+
- `docs/v9/decision-framework-implementation.md` — 7 replacements
|
|
215
|
+
- `docs/v9/decision-framework-direction.md` — 8 replacements
|
|
216
|
+
- `docs/v9/domain-adaptive-team-architecture.md` — ~15 replacements
|
|
217
|
+
- `README.md` — 8 replacements
|
|
218
|
+
- `TESTING_README.md` — 6 replacements
|
|
219
|
+
- `TESTING_SUMMARY.md` — ~25 replacements
|
|
220
|
+
- `ARCHITECTURE_OVERVIEW.txt` — ~19 replacements
|
|
221
|
+
- `MEMORY.md` (auto-memory) — ~30 replacements
|
|
222
|
+
|
|
223
|
+
### New files created
|
|
224
|
+
- `docs/project_notes/trunk/audit/plan-rename-hitlist.md` — audit hit list
|
|
225
|
+
- `docs/project_notes/trunk/verification/devops-infrastructure-verification.md` — verification report
|
|
226
|
+
|
|
227
|
+
## Test Deliverables Deferred
|
|
228
|
+
|
|
229
|
+
No test deliverables found in blueprints.
|
|
230
|
+
|
|
231
|
+
## Issues & Resolutions
|
|
232
|
+
|
|
233
|
+
| Issue | Resolution |
|
|
234
|
+
|-------|-----------|
|
|
235
|
+
| Reference files (`references/` subdirectories) had 39 stale references not in plan scope | User approved scope expansion; 68 edits applied across 8 reference files |
|
|
236
|
+
| MEMORY.md at auto-memory path, not project root | Producer given correct absolute path; file updated successfully |
|
|
237
|
+
| T3/T5 overlap on handoff SKILL.md | T3 executed first; T5 verified handoff and found zero remaining edits needed |
|
|
238
|
+
| Legacy docs (SKILL_INTERACTION_GUIDE.md, WALDO_V3_*, docs/v7_*, etc.) still have stale references | Logged as out-of-scope; 13 legacy files not in plan scope. T8 verification classifies these correctly. |
|
|
239
|
+
|
|
240
|
+
## Required User Steps
|
|
241
|
+
|
|
242
|
+
None — all changes are applied. Run `/intuition-handoff` to complete the workflow cycle.
|
|
243
|
+
|
|
244
|
+
## Summary Statistics
|
|
245
|
+
|
|
246
|
+
- **Tasks**: 8/8 passed
|
|
247
|
+
- **Total edits**: ~530+ across ~30 files
|
|
248
|
+
- **Security review**: PASS
|
|
249
|
+
- **Verification sweep**: 34/34 checks passed
|
|
250
|
+
- **Out-of-scope legacy files**: 13 (documented, not blocking)
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# Detail Brief
|
|
2
|
+
|
|
3
|
+
## Current Specialist
|
|
4
|
+
- **Name**: database-architect
|
|
5
|
+
- **Display Name**: Database Architect
|
|
6
|
+
- **Domain**: database
|
|
7
|
+
- **Profile Path**: /c/Users/tgoodington/.claude/specialists/database-architect/database-architect.specialist.md
|
|
8
|
+
|
|
9
|
+
## Assigned Tasks
|
|
10
|
+
|
|
11
|
+
### Task T3: Update handoff skill with v7→v8 state migration (Deep)
|
|
12
|
+
- **Depth**: Deep
|
|
13
|
+
- **Description**: Update the handoff skill to: (a) change the schema version from 7.0 to 8.0, (b) rename the `planning` field to `outline` in the schema definition, (c) add a v7→v8 migration handler following the pattern of existing v5→v6 and v6→v7 handlers, (d) update all transition routing messages from `/intuition-plan` to `/intuition-outline`, (e) update all references to `planning_brief.md` → `outline_brief.md`, `plan.md` → `outline.md`, and the `planning` state field → `outline`.
|
|
14
|
+
- **Acceptance Criteria**:
|
|
15
|
+
1. Schema version is 8.0 in the handoff SKILL.md header and schema definition
|
|
16
|
+
2. v7→v8 migration handler exists and renames `planning` → `outline` in state objects
|
|
17
|
+
3. All transition messages route to `/intuition-outline` (not `/intuition-plan`)
|
|
18
|
+
4. All file path references use `outline_brief.md`, `outline.md`
|
|
19
|
+
5. State field references use `outline` throughout
|
|
20
|
+
6. Existing v5→v6 and v6→v7 migration handlers are preserved unchanged
|
|
21
|
+
- **Dependencies**: Task 1 (T1 audit hit list)
|
|
22
|
+
- **Decisions**: None pre-classified (task is fully deterministic once the schema target is known)
|
|
23
|
+
- **Files**: `skills/intuition-handoff/SKILL.md`
|
|
24
|
+
|
|
25
|
+
## Known Research
|
|
26
|
+
|
|
27
|
+
### Discovery Summary (Section 2)
|
|
28
|
+
|
|
29
|
+
- **Problem**: The planning phase is named `intuition-plan` but should be `intuition-outline`
|
|
30
|
+
- **Goals**: Complete naming consistency, functional routing, clean state migration
|
|
31
|
+
- **Target users**: Framework author and npm package consumers
|
|
32
|
+
- **Constraints**: Pure rename — no behavioral changes; state schema bumps to v8.0; handoff owns all state writes; generic English "plan" must not be touched
|
|
33
|
+
- **Key finding**: Specialists and producers contain zero phase-name references — blast radius is limited to skills, scripts, state, and docs
|
|
34
|
+
|
|
35
|
+
### Technology Decisions (Section 3 — ALL LOCKED)
|
|
36
|
+
|
|
37
|
+
| Decision | Choice | Rationale |
|
|
38
|
+
|----------|--------|-----------|
|
|
39
|
+
| Derived file naming | Base form: `outline_brief.md`, `.outline_research/`, `outline.md` | User preference; cleaner naming |
|
|
40
|
+
| State schema field | `planning` → `outline` (base form) | Matches 5 of 7 existing state fields |
|
|
41
|
+
| Disambiguation rule | Phase-name refs → rename; generic English → keep | Standing directive from prompt brief |
|
|
42
|
+
|
|
43
|
+
### Risks Relevant to T3 (Section 8)
|
|
44
|
+
|
|
45
|
+
| Risk | Likelihood | Impact | Mitigation |
|
|
46
|
+
|------|-----------|--------|------------|
|
|
47
|
+
| State migration breaks existing projects | Low | High | Follow existing v6→v7 handler pattern exactly; test with sample v7 state |
|
|
48
|
+
| Missed phase-name reference in handoff | Medium | Medium | T1 audit hit list is the reference — use it |
|
|
49
|
+
|
|
50
|
+
### Planning Context for Skill-Definition Tasks (Section 10)
|
|
51
|
+
|
|
52
|
+
**Domain-Specific Considerations:**
|
|
53
|
+
The disambiguation rule is the core challenge. Phase-name patterns: `/intuition-plan`, `planning phase`, `"planning"` (JSON key), `plan.md`, `planning_brief.md`, `.planning_research/`, `status == "planning"`. Generic English to preserve: "research plan," "ARCH planning," "planning context" (when referring to research context, not the phase).
|
|
54
|
+
|
|
55
|
+
**Migration handler location**: The v7→v8 migration handler must be added to `skills/intuition-handoff/SKILL.md` following the exact same pattern as the existing handlers:
|
|
56
|
+
- V5 STATE MIGRATION section (fires when `version == "5.0"`)
|
|
57
|
+
- V6 STATE MIGRATION section (fires when `version == "6.0"`)
|
|
58
|
+
|
|
59
|
+
The V8 handler should fire when `version == "7.0"`. It must rename the `planning` field to `outline` in the workflow object for trunk and every branch. Set `version: "8.0"`. Report migration. Then continue with the original transition.
|
|
60
|
+
|
|
61
|
+
**Cross-task coupling**: The schema T3 defines must exactly match what T4 (initialize template update) implements. T4 depends on T3 completing first.
|
|
62
|
+
|
|
63
|
+
**Handoff is 500+ lines**: It is the heaviest skill file. T3's scope covers ~48 additional phase-name renames (per technical-writer Stage 1 research) plus the new migration handler. Approach: add migration handler first, then apply the comprehensive rename passes.
|
|
64
|
+
|
|
65
|
+
**Decision Policy**: Fully delegated. All decisions are `[SILENT]` — the schema target is fully specified. No user gate needed.
|
|
66
|
+
|
|
67
|
+
## Prior Blueprints
|
|
68
|
+
|
|
69
|
+
### devops-infrastructure.md (T1, T6, T8)
|
|
70
|
+
- Path: `docs/project_notes/trunk/blueprints/devops-infrastructure.md`
|
|
71
|
+
- Relevance: Confirmed existing migration handler patterns in handoff (V5, V6, V4, V3 handlers). Confirmed the test fixture for T8 verification: the v7→v8 handler will be tested against a sample state object. Blueprint Section 2 has the exact script architecture details.
|
|
72
|
+
|
|
73
|
+
### technical-writer.md (T2, T4, T5, T7)
|
|
74
|
+
- Path: `docs/project_notes/trunk/blueprints/technical-writer.md`
|
|
75
|
+
- Relevance: Specifies all the other handoff file changes (T5 scope covers handoff's ~48 phase-name renames). T3 must handle the schema definition and migration handler; T5 handles all the prose/routing renames in the same file. The blueprint's Section 5 handoff spec lists the specific rename targets: `planning_brief.md` → `outline_brief.md`, `workflow.planning.*` → `workflow.outline.*`, status enum `"planning"` → `"outline"`, etc.
|
|
76
|
+
- **IMPORTANT**: T3 and T5 both modify `skills/intuition-handoff/SKILL.md`. T3 adds the migration handler and updates the schema version/definition. T5 updates all routing and prose references. The blueprints must be read together — the build phase will apply both.
|
|
77
|
+
|
|
78
|
+
## Plan Context
|
|
79
|
+
|
|
80
|
+
This is a pure rename refactor — no behavioral changes. T3 is the most structurally significant change: it adds a migration handler (new code) and updates the schema definition. The migration handler must follow the exact pattern established by the existing V5, V6, V4, V3 handlers in the handoff skill. The v7→v8 migration must:
|
|
81
|
+
1. Detect `version == "7.0"`
|
|
82
|
+
2. For trunk and every branch: rename `workflow.planning` key to `workflow.outline`
|
|
83
|
+
3. Update `status` value from `"planning"` to `"outline"` if present
|
|
84
|
+
4. Set version to `"8.0"`
|
|
85
|
+
5. Preserve all other fields unchanged
|
|
86
|
+
6. Report migration to user
|
|
87
|
+
7. Then continue with the original transition
|
|
88
|
+
|
|
89
|
+
The schema definition in the STATE SCHEMA section must also update from v7.0 to v8.0 and replace `"planning"` with `"outline"`.
|
|
90
|
+
|
|
91
|
+
## Detail Queue
|
|
92
|
+
- [completed] DevOps Infrastructure — T1 (Light), T6 (Light), T8 (Standard)
|
|
93
|
+
- [completed] Technical Writer — T2 (Standard), T4 (Light), T5 (Standard), T7 (Standard)
|
|
94
|
+
- [in_progress] Database Architect — T3 (Deep)
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
# Plan: Rename Plan Phase to Outline
|
|
2
|
+
|
|
3
|
+
## 1. Objective
|
|
4
|
+
|
|
5
|
+
Rename the `intuition-plan` skill to `intuition-outline` and update every reference to "plan" as a workflow phase name across the entire Intuition framework — skills, state schema, scripts, and docs. The phase behavior stays identical; this is a pure rename refactor. Success is measured by: zero stale "plan" phase references remaining, `/intuition-outline` invoking and routing correctly, and v7→v8 state migration working cleanly.
|
|
6
|
+
|
|
7
|
+
## 2. Discovery Summary
|
|
8
|
+
|
|
9
|
+
- **Problem**: The planning phase is named `intuition-plan` but should be `intuition-outline`
|
|
10
|
+
- **Goals**: Complete naming consistency, functional routing, clean state migration
|
|
11
|
+
- **Target users**: Framework author and npm package consumers
|
|
12
|
+
- **Constraints**: Pure rename — no behavioral changes; state schema bumps to v8.0; handoff owns all state writes; generic English "plan" (e.g., "research plan") must not be touched
|
|
13
|
+
- **Key finding**: Specialists and producers contain zero phase-name references — blast radius is limited to skills, scripts, state, and docs
|
|
14
|
+
|
|
15
|
+
## 3. Technology Decisions
|
|
16
|
+
|
|
17
|
+
| Decision | Choice | Status | Rationale |
|
|
18
|
+
|----------|--------|--------|-----------|
|
|
19
|
+
| Derived file naming | Base form: `outline_brief.md`, `.outline_research/`, `outline.md` | Locked | User preference; cleaner naming |
|
|
20
|
+
| State schema field | `planning` → `outline` (base form) | Locked | Matches 5 of 7 existing state fields (prompt, design, build, test, detail) |
|
|
21
|
+
| docs/v9/ treatment | Update to reflect "outline" | Locked | Living architecture docs, not historical records |
|
|
22
|
+
| Disambiguation rule | Phase-name refs → rename; generic English → keep | Locked | Standing directive from prompt brief |
|
|
23
|
+
|
|
24
|
+
## 6. Task Sequence
|
|
25
|
+
|
|
26
|
+
### Task 1: Audit all phase-name references
|
|
27
|
+
- **Domain**: code/tooling
|
|
28
|
+
- **Depth**: Light
|
|
29
|
+
- **Component**: Entire codebase
|
|
30
|
+
- **Description**: Run comprehensive grep across the full codebase to enumerate every file and line containing "plan" in a phase-name context. Produce a categorized hit list grouped by file, distinguishing phase-name usage from generic English. This becomes the reference checklist for all subsequent tasks.
|
|
31
|
+
- **Acceptance Criteria**:
|
|
32
|
+
1. A complete hit list exists covering all files with phase-name "plan" references
|
|
33
|
+
2. Each hit is categorized as phase-name (rename) or generic English (keep)
|
|
34
|
+
3. Hit list is grouped by file for easy task-by-task tracking
|
|
35
|
+
- **Dependencies**: None
|
|
36
|
+
- **Files**: All files in `skills/`, `scripts/`, `docs/`, `memory/`, `package.json`, `*.txt`, `*.md` at root
|
|
37
|
+
|
|
38
|
+
### Task 2: Rename and update the outline skill
|
|
39
|
+
- **Domain**: code/skill-definition
|
|
40
|
+
- **Depth**: Standard
|
|
41
|
+
- **Component**: Outline skill (formerly plan skill)
|
|
42
|
+
- **Description**: Rename the `skills/intuition-plan/` folder to `skills/intuition-outline/`. Update all self-references within the SKILL.md — skill name, description, output file paths (`plan.md` → `outline.md`, `planning_brief.md` → `outline_brief.md`, `.planning_research/` → `.outline_research/`), phase-name mentions, and any routing references.
|
|
43
|
+
- **Acceptance Criteria**:
|
|
44
|
+
1. Folder exists at `skills/intuition-outline/SKILL.md` with no `skills/intuition-plan/` remaining
|
|
45
|
+
2. Zero "plan" phase-name references within the outline skill's SKILL.md
|
|
46
|
+
3. All output file paths reference `outline.md`, `outline_brief.md`, `.outline_research/`
|
|
47
|
+
4. YAML frontmatter `name` field updated to `intuition-outline`
|
|
48
|
+
- **Dependencies**: Task 1
|
|
49
|
+
- **Decisions**:
|
|
50
|
+
- `[SPEC]` Whether YAML frontmatter `description` field needs rewording beyond the rename — low impact, easily reversed
|
|
51
|
+
- **Files**: `skills/intuition-plan/` → `skills/intuition-outline/`
|
|
52
|
+
|
|
53
|
+
### Task 3: Update handoff skill with v7→v8 state migration
|
|
54
|
+
- **Domain**: code/skill-definition
|
|
55
|
+
- **Depth**: Deep
|
|
56
|
+
- **Component**: Handoff skill + state schema
|
|
57
|
+
- **Description**: Update the handoff skill to: (a) change the schema version from 7.0 to 8.0, (b) rename the `planning` field to `outline` in the schema definition, (c) add a v7→v8 migration handler following the pattern of existing v5→v6 and v6→v7 handlers, (d) update all transition routing messages from `/intuition-plan` to `/intuition-outline`, (e) update all references to `planning_brief.md` → `outline_brief.md`, `plan.md` → `outline.md`, and the `planning` state field → `outline`.
|
|
58
|
+
- **Acceptance Criteria**:
|
|
59
|
+
1. Schema version is 8.0 in the handoff SKILL.md header and schema definition
|
|
60
|
+
2. v7→v8 migration handler exists and renames `planning` → `outline` in state objects
|
|
61
|
+
3. All transition messages route to `/intuition-outline` (not `/intuition-plan`)
|
|
62
|
+
4. All file path references use `outline_brief.md`, `outline.md`
|
|
63
|
+
5. State field references use `outline` throughout
|
|
64
|
+
6. Existing v5→v6 and v6→v7 migration handlers are preserved unchanged
|
|
65
|
+
- **Dependencies**: Task 1
|
|
66
|
+
- **Files**: `skills/intuition-handoff/SKILL.md`
|
|
67
|
+
|
|
68
|
+
### Task 4: Update initialize skill state template
|
|
69
|
+
- **Domain**: code/skill-definition
|
|
70
|
+
- **Depth**: Light
|
|
71
|
+
- **Component**: Initialize skill
|
|
72
|
+
- **Description**: Update the state schema template in the initialize skill to use version 8.0 and rename the `planning` field to `outline`.
|
|
73
|
+
- **Acceptance Criteria**:
|
|
74
|
+
1. State template version is 8.0
|
|
75
|
+
2. Template uses `outline` field instead of `planning`
|
|
76
|
+
3. All sub-fields (started, completed, approved, etc.) preserved unchanged
|
|
77
|
+
- **Dependencies**: Task 3
|
|
78
|
+
- **Files**: `skills/intuition-initialize/SKILL.md`
|
|
79
|
+
|
|
80
|
+
### Task 5: Update all other skills
|
|
81
|
+
- **Domain**: code/skill-definition
|
|
82
|
+
- **Depth**: Standard
|
|
83
|
+
- **Component**: 9 remaining skills (start, prompt, assemble, detail, build, test, design, engineer, debugger)
|
|
84
|
+
- **Description**: Update every reference to the plan phase across all remaining skills. This includes: routing messages (`/intuition-plan` → `/intuition-outline`), file path references (`plan.md` → `outline.md`, `planning_brief.md` → `outline_brief.md`), phase name mentions ("planning phase" → "outline phase"), state field references (`planning` → `outline`), and mode detection logic. Apply the disambiguation rule: generic English "plan" stays.
|
|
85
|
+
- **Acceptance Criteria**:
|
|
86
|
+
1. Zero "plan" phase-name references across all 9 skills
|
|
87
|
+
2. All routing messages reference `/intuition-outline`
|
|
88
|
+
3. All file paths reference `outline.md`, `outline_brief.md`
|
|
89
|
+
4. Generic English uses of "plan" (research plan, action plan, etc.) are preserved
|
|
90
|
+
5. Mode detection in start skill correctly identifies outline phase
|
|
91
|
+
- **Dependencies**: Task 1
|
|
92
|
+
- **Decisions**:
|
|
93
|
+
- `[SPEC]` Whether deprecated skills (design, engineer) need their `[v8 compat]` deprecation notices updated beyond the phase name — minor wording
|
|
94
|
+
- **Files**: `skills/intuition-start/SKILL.md`, `skills/intuition-prompt/SKILL.md`, `skills/intuition-assemble/SKILL.md`, `skills/intuition-detail/SKILL.md`, `skills/intuition-build/SKILL.md`, `skills/intuition-test/SKILL.md`, `skills/intuition-design/SKILL.md`, `skills/intuition-engineer/SKILL.md`, `skills/intuition-debugger/SKILL.md`
|
|
95
|
+
|
|
96
|
+
### Task 6: Update scripts and package configuration
|
|
97
|
+
- **Domain**: code/tooling
|
|
98
|
+
- **Depth**: Light
|
|
99
|
+
- **Component**: Install/uninstall scripts, package.json
|
|
100
|
+
- **Description**: Update skill name references in install and uninstall scripts (`intuition-plan` → `intuition-outline` in the skill list arrays). Update package.json if it references the plan skill in description or scripts. Verify the install script will correctly deploy `intuition-outline` to `~/.claude/skills/`.
|
|
101
|
+
- **Acceptance Criteria**:
|
|
102
|
+
1. `scripts/install-skills.js` references `intuition-outline` (not `intuition-plan`)
|
|
103
|
+
2. `scripts/uninstall-skills.js` references `intuition-outline` (not `intuition-plan`)
|
|
104
|
+
3. `package.json` contains no "plan" phase-name references
|
|
105
|
+
4. Legacy cleanup in install script handles removal of old `intuition-plan` from `~/.claude/skills/`
|
|
106
|
+
- **Dependencies**: Task 2
|
|
107
|
+
- **Files**: `scripts/install-skills.js`, `scripts/uninstall-skills.js`, `package.json`
|
|
108
|
+
|
|
109
|
+
### Task 7: Update documentation and memory
|
|
110
|
+
- **Domain**: content/documentation
|
|
111
|
+
- **Depth**: Standard
|
|
112
|
+
- **Component**: docs/v9/, MEMORY.md, root-level docs
|
|
113
|
+
- **Description**: Update all phase-name references in: docs/v9/ design documents, MEMORY.md, ARCHITECTURE_OVERVIEW.txt, and any other root-level documentation files. Apply the disambiguation rule carefully — these files contain heavy generic English usage of "plan" alongside phase-name usage.
|
|
114
|
+
- **Acceptance Criteria**:
|
|
115
|
+
1. docs/v9/ design documents use "outline" for all phase-name references
|
|
116
|
+
2. MEMORY.md uses "outline" for all phase-name references
|
|
117
|
+
3. Root-level docs (ARCHITECTURE_OVERVIEW.txt, etc.) use "outline" for phase references
|
|
118
|
+
4. Generic English uses of "plan" preserved throughout
|
|
119
|
+
5. Version references updated (e.g., state schema v8.0)
|
|
120
|
+
- **Dependencies**: Task 1
|
|
121
|
+
- **Decisions**:
|
|
122
|
+
- `[SPEC]` Judgment calls on borderline "plan" usages in docs where phase-name vs generic English is ambiguous — document any close calls
|
|
123
|
+
- **Files**: `docs/v9/`, `memory/MEMORY.md`, `ARCHITECTURE_OVERVIEW.txt`, `README.md`, `TESTING_SUMMARY.md`, `TESTING_README.md`
|
|
124
|
+
|
|
125
|
+
### Task 8: Verification sweep
|
|
126
|
+
- **Domain**: code/testing
|
|
127
|
+
- **Depth**: Standard
|
|
128
|
+
- **Component**: Entire codebase
|
|
129
|
+
- **Description**: Run comprehensive grep to confirm zero stale "plan" phase-name references remain. Verify: (a) `/intuition-outline` skill folder exists and contains valid SKILL.md, (b) install script correctly lists `intuition-outline`, (c) state migration handler transforms v7 state to v8, (d) no broken cross-references between skills. Produce a verification report.
|
|
130
|
+
- **Acceptance Criteria**:
|
|
131
|
+
1. Grep for phase-name "plan" patterns returns zero hits across the entire codebase
|
|
132
|
+
2. `skills/intuition-outline/SKILL.md` exists with correct frontmatter
|
|
133
|
+
3. Install script skill list includes `intuition-outline` and not `intuition-plan`
|
|
134
|
+
4. v7→v8 migration handler correctly renames `planning` → `outline` in a sample state object
|
|
135
|
+
5. Verification report documents all checks performed and results
|
|
136
|
+
- **Dependencies**: Tasks 2, 3, 4, 5, 6, 7
|
|
137
|
+
|
|
138
|
+
### 6.5 Detail Assessment
|
|
139
|
+
|
|
140
|
+
| Task(s) | Domain | Depth | Rationale |
|
|
141
|
+
|---------|--------|-------|-----------|
|
|
142
|
+
| Task 1 | code/tooling | Light | Mechanical grep + categorization |
|
|
143
|
+
| Task 2 | code/skill-definition | Standard | Large file with disambiguation needed, one key decision |
|
|
144
|
+
| Task 3 | code/skill-definition | Deep | Most structurally significant change: migration handler, schema update, 500+ line file |
|
|
145
|
+
| Task 4 | code/skill-definition | Light | Simple template field rename |
|
|
146
|
+
| Task 5 | code/skill-definition | Standard | 9 files with disambiguation judgment calls |
|
|
147
|
+
| Task 6 | code/tooling | Light | Mechanical list updates |
|
|
148
|
+
| Task 7 | content/documentation | Standard | Heavy disambiguation required in docs with mixed "plan" usage |
|
|
149
|
+
| Task 8 | code/testing | Standard | Comprehensive verification with multiple check types |
|
|
150
|
+
|
|
151
|
+
## 7. Testing Strategy
|
|
152
|
+
|
|
153
|
+
- **Primary method**: Grep-based verification (Task 8) — exhaustive search for stale references
|
|
154
|
+
- **Migration testing**: Construct a v7.0 state JSON object and verify the migration handler produces correct v8.0 output with `outline` field
|
|
155
|
+
- **Functional check**: Verify `skills/intuition-outline/SKILL.md` has valid YAML frontmatter parseable by Claude Code
|
|
156
|
+
- **Install script check**: Verify `intuition-outline` appears in the skill deployment list and `intuition-plan` appears in legacy cleanup
|
|
157
|
+
- **Tasks requiring tests**: Task 3 (migration handler), Task 8 (verification sweep)
|
|
158
|
+
- **Critical scenarios**: (1) Fresh install deploys `intuition-outline`, (2) Existing v7 state migrates to v8, (3) No skill references stale `plan` phase name
|
|
159
|
+
|
|
160
|
+
## 8. Risks & Mitigations
|
|
161
|
+
|
|
162
|
+
| Risk | Likelihood | Impact | Mitigation |
|
|
163
|
+
|------|-----------|--------|------------|
|
|
164
|
+
| Missed phase-name reference | Medium | Medium | Task 1 audit + Task 8 verification sweep with multiple grep patterns |
|
|
165
|
+
| Generic "plan" accidentally renamed | Medium | Low | Disambiguation rule enforced; Task 8 spot-checks generic usage preserved |
|
|
166
|
+
| State migration breaks existing projects | Low | High | Follow existing v6→v7 handler pattern exactly; test with sample v7 state |
|
|
167
|
+
| Install script misses folder rename | Low | High | Task 6 explicitly verifies deployment list; legacy cleanup for old name |
|
|
168
|
+
| MEMORY.md changes confuse auto-memory loading | Low | Low | MEMORY.md is regenerated per-session; stale version self-corrects |
|
|
169
|
+
|
|
170
|
+
## 10. Planning Context for Detail Phase
|
|
171
|
+
|
|
172
|
+
- **Domain-Specific Considerations**:
|
|
173
|
+
- **code/skill-definition**: The disambiguation rule is the core challenge. Phase-name patterns: `/intuition-plan`, `planning phase`, `"planning"` (JSON key), `plan.md`, `planning_brief.md`, `.planning_research/`, `status == "planning"`. Generic English patterns to preserve: "research plan," "ARCH planning," "planning context" (when referring to research context, not the phase).
|
|
174
|
+
- **code/tooling**: Install script uses a data-driven skill list (single array). The rename is a one-line change per script, plus adding `intuition-plan` to legacy cleanup.
|
|
175
|
+
- **content/documentation**: docs/v9/ design documents mix phase-name and generic usage heavily. The decision framework docs reference "Layer 2: Plan" as a conceptual layer name — this should become "Layer 2: Outline."
|
|
176
|
+
- **Cross-Domain Dependencies**: Task 3 (handoff migration) defines the schema that Task 4 (initialize template) must match. Task 1 (audit) produces the reference checklist used by Tasks 2-7.
|
|
177
|
+
- **Sequencing Considerations**: Task 1 must complete first. Tasks 2, 3, 5, 7 can proceed in parallel after Task 1. Task 4 depends on Task 3. Task 6 depends on Task 2 (needs the renamed folder to exist). Task 8 depends on all others.
|
|
178
|
+
- **Open Questions**:
|
|
179
|
+
- Whether `ARCHITECTURE_OVERVIEW.txt` and other root docs exist and contain plan phase references (audit will confirm)
|
|
180
|
+
- Exact count of borderline disambiguation cases in docs/v9/ (specialists will handle per `[SPEC]` classification)
|
|
181
|
+
- **Constraints**: Handoff is the ONLY skill that writes state — migration must live there. No behavioral changes to any skill. Package must continue to install correctly.
|
|
182
|
+
- **Decision Policy**: User posture is fully delegated ("Team handles" across all areas). All decisions are `[SILENT]` or `[SPEC]` — the standing directive eliminates ambiguity. The few `[SPEC]` decisions are minor wording judgment calls during disambiguation.
|