@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.
- 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 +579 -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
|
@@ -69,7 +69,7 @@ Before planning, load the user's persistent profile:
|
|
|
69
69
|
- Iterate if needed
|
|
70
70
|
|
|
71
71
|
8. SAVE
|
|
72
|
-
- Store approved plan to docs/project_notes/
|
|
72
|
+
- Store approved plan to docs/project_notes/outline.md
|
|
73
73
|
- Update state.json with planning completion
|
|
74
74
|
```
|
|
75
75
|
|
|
@@ -148,7 +148,7 @@ Create plans in this structure:
|
|
|
148
148
|
```markdown
|
|
149
149
|
# Plan: [Title]
|
|
150
150
|
|
|
151
|
-
> Generated by Magellan (intuition-
|
|
151
|
+
> Generated by Magellan (intuition-outline) on [DATE]
|
|
152
152
|
> Based on Discovery Brief from [DISCOVERY_DATE]
|
|
153
153
|
> Workflow Status: Ready for Execution
|
|
154
154
|
|
|
@@ -196,7 +196,7 @@ Create plans in this structure:
|
|
|
196
196
|
|------------|--------|------------|-------|
|
|
197
197
|
| [From discovery] | Discovery | High/Medium/Low | [Context] |
|
|
198
198
|
| [From research] | Research | High/Medium/Low | [Context] |
|
|
199
|
-
| [From
|
|
199
|
+
| [From outline] | Outline | High/Medium/Low | [Context] |
|
|
200
200
|
|
|
201
201
|
---
|
|
202
202
|
|
|
@@ -280,7 +280,7 @@ Create plans in this structure:
|
|
|
280
280
|
|
|
281
281
|
If discovery has been revised (user re-ran `/intuition-discovery`):
|
|
282
282
|
|
|
283
|
-
1. **Detect revision** - Check prompt_brief.md timestamp vs.
|
|
283
|
+
1. **Detect revision** - Check prompt_brief.md timestamp vs. outline.md timestamp
|
|
284
284
|
2. **Notify user** - "I see the discovery brief has been updated. Would you like me to create a new plan based on the revised discovery?"
|
|
285
285
|
3. **If yes** - Start fresh planning process with new discovery
|
|
286
286
|
4. **If no** - Continue with existing plan
|
|
@@ -292,7 +292,7 @@ Update state.json to track revision count.
|
|
|
292
292
|
If planning is interrupted:
|
|
293
293
|
|
|
294
294
|
**Check state.json for:**
|
|
295
|
-
- `workflow.
|
|
295
|
+
- `workflow.outline.resume_data`
|
|
296
296
|
- Research completed
|
|
297
297
|
- Draft progress
|
|
298
298
|
|
|
@@ -309,7 +309,7 @@ If planning is interrupted:
|
|
|
309
309
|
## State Management
|
|
310
310
|
|
|
311
311
|
**On planning start:**
|
|
312
|
-
- Set `workflow.status` to "
|
|
312
|
+
- Set `workflow.status` to "outline"
|
|
313
313
|
- Record start timestamp
|
|
314
314
|
|
|
315
315
|
**During planning:**
|
|
@@ -317,8 +317,8 @@ If planning is interrupted:
|
|
|
317
317
|
- Track research completion
|
|
318
318
|
|
|
319
319
|
**On user approval:**
|
|
320
|
-
- Set `workflow.
|
|
321
|
-
- Set `workflow.
|
|
320
|
+
- Set `workflow.outline.completed` to true
|
|
321
|
+
- Set `workflow.outline.approved` to true
|
|
322
322
|
- Set timestamps
|
|
323
323
|
- Clear `resume_data`
|
|
324
324
|
|
|
@@ -355,7 +355,7 @@ Before presenting a plan, verify:
|
|
|
355
355
|
When plan is approved:
|
|
356
356
|
|
|
357
357
|
**Confirm with user:**
|
|
358
|
-
- "Plan saved to `docs/project_notes/
|
|
358
|
+
- "Plan saved to `docs/project_notes/outline.md`. Ready to execute with `/intuition-execute`."
|
|
359
359
|
|
|
360
360
|
**What Faraday receives:**
|
|
361
361
|
- Complete plan with tasks and acceptance criteria
|