specsmd 0.0.0-dev.66 → 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]
|
|
87
|
-
[2]
|
|
88
|
-
[3]
|
|
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
|
-
[
|
|
95
|
-
[
|
|
96
|
-
[
|
|
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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specsmd",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
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": {
|