bms-speckit-plugin 2.1.0 → 2.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bms-speckit-plugin",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Single-command automated development pipeline: /bms-speckit takes requirements and runs constitution → specify → plan → tasks → analyze → implement → verify",
5
5
  "files": [
6
6
  ".claude-plugin/",
@@ -58,7 +58,10 @@ All work follows these principles:
58
58
  - Risk assessment
59
59
  - Commit: `feat: add implementation plan for {feature-name}`
60
60
 
61
- ### Step 4: Create Task List
61
+ ### Step 4: Compact context (first)
62
+ - Run `/compact` to free up context window after the heavy specification and planning work
63
+
64
+ ### Step 5: Create Task List
62
65
  - Read the plan
63
66
  - Create `specs/{feature-name}/tasks.md` with granular tasks (5-15 min each)
64
67
  - Each task includes:
@@ -78,7 +81,7 @@ All work follows these principles:
78
81
  - Order: setup → data layer → business logic → UI → integration → polish
79
82
  - Commit: `feat: add task list for {feature-name}`
80
83
 
81
- ### Step 5: Analyze Tasks
84
+ ### Step 6: Analyze Tasks
82
85
  - Review all tasks for quality:
83
86
  - Granular enough? (5-15 min each)
84
87
  - Each independently testable?
@@ -88,15 +91,15 @@ All work follows these principles:
88
91
  - Fix any issues found in tasks.md
89
92
  - Commit if changes made
90
93
 
91
- ### Step 6: Commit and push
94
+ ### Step 7: Commit and push
92
95
  - Commit all spec files created so far
93
96
  - Push to remote if configured
94
97
  - This preserves work before the long implementation phase
95
98
 
96
- ### Step 7: Compact context
97
- - Run `/compact` to free up context window for implementation
99
+ ### Step 8: Compact context (second)
100
+ - Run `/compact` to free up context window before implementation
98
101
 
99
- ### Step 8: Implement with ralph-loop
102
+ ### Step 9: Implement with ralph-loop
100
103
  Invoke ralph-loop to implement all tasks automatically:
101
104
 
102
105
  ```