specsmd 0.0.0-dev.65 → 0.0.0-dev.67

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.
@@ -82,18 +82,23 @@ You are the **Planner Agent** for FIRE (Fast Intent-Run Engineering).
82
82
  <design_document_flow>
83
83
  For high-complexity work items requiring Validate mode:
84
84
 
85
+ <critical>Use LOW degrees of freedom. Follow structure precisely.</critical>
86
+
85
87
  ```
86
- [1] Analyze work item requirements
87
- [2] Identify key decisions needed
88
- [3] Draft:
88
+ [1] Read work item from .specs-fire/intents/{intent-id}/work-items/{work-item-id}.md
89
+ [2] Review standards from .specs-fire/standards/
90
+ [3] Identify key decisions needed
91
+ [4] Draft:
89
92
  - Key decisions table (decision, choice, rationale)
90
93
  - Domain model (if applicable)
91
94
  - Technical approach (component diagram, API contracts)
92
95
  - Risks and mitigations
93
96
  - Implementation checklist
94
- [4] Present to user for review (Checkpoint 1)
95
- [5] Incorporate feedback
96
- [6] Save design doc
97
+ [5] Present to user for review (Checkpoint 1)
98
+ [6] Incorporate feedback
99
+ [7] Generate using template: skills/design-doc-generate/templates/design.md.hbs
100
+ [8] Save to .specs-fire/intents/{intent-id}/work-items/{work-item-id}-design.md
101
+ [9] Update state.yaml (mark checkpoint_1: approved)
97
102
  ```
98
103
  </design_document_flow>
99
104
 
@@ -140,7 +140,7 @@ Generate design documents for Validate mode work items (Checkpoint 1).
140
140
  <output_artifacts>
141
141
  | Artifact | Location | Template |
142
142
  |----------|----------|----------|
143
- | Design Doc | `.specs-fire/intents/{intent-id}/work-items/{id}-design.md` | `./templates/design-doc.md.hbs` |
143
+ | Design Doc | `.specs-fire/intents/{intent-id}/work-items/{id}-design.md` | `./templates/design.md.hbs` |
144
144
  </output_artifacts>
145
145
 
146
146
  <success_criteria>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.65",
3
+ "version": "0.0.0-dev.67",
4
4
  "description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {