@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
@@ -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/plan.md
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-plan) on [DATE]
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 planning] | Planning | High/Medium/Low | [Context] |
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. plan.md timestamp
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.planning.resume_data`
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 "planning"
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.planning.completed` to true
321
- - Set `workflow.planning.approved` to true
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/plan.md`. Ready to execute with `/intuition-execute`."
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
@@ -1,6 +1,6 @@
1
1
  # Plan: [Title]
2
2
 
3
- > Generated by Magellan (intuition-plan) on [DATE]
3
+ > Generated by Magellan (intuition-outline) on [DATE]
4
4
  > Based on Discovery Brief from [DISCOVERY_DATE]
5
5
  > Workflow Status: Ready for Execution
6
6