squad-station 0.7.11 → 0.7.14
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/.squad/sdd/bmad-playbook.md +28 -73
- package/bin/run.js +1 -1
- package/package.json +1 -1
|
@@ -1,86 +1,41 @@
|
|
|
1
1
|
# BMad Method — Agent Playbook
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Routing Rule
|
|
4
4
|
|
|
5
|
-
**
|
|
6
|
-
1. `/bmad-brainstorming` — Explore ideas
|
|
7
|
-
2. `/bmad-product-brief-preview` — Create product brief (guided/yolo/autonomous)
|
|
8
|
-
3. `/bmad-create-prd` — Write requirements
|
|
9
|
-
4. `/bmad-create-ux-design` — UX design document
|
|
10
|
-
5. `/bmad-create-architecture` — Architecture document
|
|
11
|
-
6. `/bmad-create-epics-and-stories` — Break PRD into epics
|
|
12
|
-
7. `/bmad-check-implementation-readiness` — Validate planning cohesion
|
|
13
|
-
8. `/bmad-sprint-planning` — Initialize sprint tracking
|
|
14
|
-
9. **Build Cycle** (repeat per story): `create-story` → `dev-story` → `code-review` → `retrospective`
|
|
15
|
-
|
|
16
|
-
**Brownfield (existing project):**
|
|
17
|
-
1. `/bmad-help` — Detect project state, get recommendations
|
|
18
|
-
2. `/bmad-generate-project-context` — Document tech preferences
|
|
19
|
-
3. Pick appropriate phase above based on project state
|
|
20
|
-
|
|
21
|
-
**Quick fix / small change:** `/bmad-quick-dev` — Unified workflow (clarify → plan → implement → review → present)
|
|
5
|
+
**MANDATORY: For EVERY task, run `/bmad-help` FIRST.** It is the navigator — you are the driver.
|
|
22
6
|
|
|
23
|
-
|
|
7
|
+
1. Receive task from user
|
|
8
|
+
2. Run `/bmad-help` with the task description
|
|
9
|
+
3. Follow its recommended workflow exactly — do NOT override, downgrade, or reinterpret
|
|
10
|
+
4. If bmad-help offers alternatives, present them to the user and let the user decide
|
|
24
11
|
|
|
25
|
-
###
|
|
12
|
+
### Reference Table (for understanding only — do NOT use to self-classify)
|
|
26
13
|
|
|
27
|
-
|
|
|
14
|
+
| Situation | Typical Workflow |
|
|
28
15
|
|---|---|
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
|
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|---|---|
|
|
41
|
-
| `/bmad-create-prd` | Product Requirements Document |
|
|
42
|
-
| `/bmad-validate-prd` | Validate PRD completeness |
|
|
43
|
-
| `/bmad-edit-prd` | Improve existing PRD |
|
|
44
|
-
| `/bmad-create-ux-design` | UX Design document |
|
|
45
|
-
|
|
46
|
-
### Phase 3: Solutioning
|
|
16
|
+
| Small task / quick fix | Quick Spec → Quick Dev |
|
|
17
|
+
| Simple bug fix | Quick Dev |
|
|
18
|
+
| Complex bug fix | Brainstorm → Quick Spec or Story |
|
|
19
|
+
| New feature (plan exists) | Create Story → Dev Story → Code Review |
|
|
20
|
+
| New feature (no plan) | Create Epics → Sprint Planning → Story cycle |
|
|
21
|
+
| Large refactor / major change | Correct Course → Epics → Sprint Planning → Story cycle |
|
|
22
|
+
| Research / analysis | Brainstorming, Market/Domain/Technical Research |
|
|
23
|
+
| Documentation | Tech Writer agent (WD, MG, EC) |
|
|
24
|
+
| Review / validation | Code Review, Adversarial Review, Edge Case Hunter |
|
|
25
|
+
|
|
26
|
+
## Workflow Sequences
|
|
47
27
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
| `/bmad-create-architecture` | Architecture document |
|
|
51
|
-
| `/bmad-create-epics-and-stories` | Break PRD into epics |
|
|
52
|
-
| `/bmad-check-implementation-readiness` | Validate cohesion between PRD, Architecture, Epics |
|
|
53
|
-
| `/bmad-generate-project-context` | Generate project context from codebase |
|
|
54
|
-
|
|
55
|
-
### Phase 4: Implementation
|
|
56
|
-
|
|
57
|
-
| Command | Description |
|
|
58
|
-
|---|---|
|
|
59
|
-
| `/bmad-sprint-planning` | Initialize sprint tracking |
|
|
60
|
-
| `/bmad-sprint-status` | Summarize sprint status |
|
|
61
|
-
| `/bmad-create-story` | Create story file from epic |
|
|
62
|
-
| `/bmad-dev-story` | Implement story |
|
|
63
|
-
| `/bmad-quick-dev` | Unified quick flow |
|
|
64
|
-
| `/bmad-code-review` | Sharded parallel code review (4 steps) |
|
|
65
|
-
| `/bmad-qa-generate-e2e-tests` | Generate E2E tests |
|
|
66
|
-
| `/bmad-correct-course` | Handle scope changes |
|
|
67
|
-
| `/bmad-retrospective` | Epic retrospective |
|
|
28
|
+
**Greenfield (new project):**
|
|
29
|
+
Brainstorming → Product Brief → PRD → UX Design → Architecture → Epics & Stories → Implementation Readiness → Sprint Planning → Story cycle
|
|
68
30
|
|
|
69
|
-
|
|
31
|
+
**Brownfield (existing project):**
|
|
32
|
+
`/bmad-help` → Document Project / Generate Project Context → Pick appropriate phase
|
|
70
33
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
| `/bmad-help` | Intelligent guide — ask anything |
|
|
74
|
-
| `/bmad-party-mode` | Multi-agent collaboration |
|
|
75
|
-
| `/bmad-review-adversarial-general` | Adversarial content review |
|
|
76
|
-
| `/bmad-review-edge-case-hunter` | Edge case analysis for code |
|
|
77
|
-
| `/bmad-distillator` | Lossless LLM-optimized document compression |
|
|
78
|
-
| `/bmad-index-docs` | Create doc index for LLM scanning |
|
|
79
|
-
| `/bmad-shard-doc` | Split large markdown file |
|
|
34
|
+
**Story cycle (repeat per story):**
|
|
35
|
+
Create Story → Dev Story → Code Review → (fixes if needed) → next story or Retrospective
|
|
80
36
|
|
|
81
37
|
## Critical Rules
|
|
82
38
|
|
|
83
|
-
1. **Fresh chat per workflow** — Each workflow must run in a clean context. Never chain workflows.
|
|
84
|
-
2. **
|
|
85
|
-
3. **
|
|
86
|
-
4. **Start with `/bmad-help`** — It inspects project state and recommends the exact next step.
|
|
39
|
+
1. **Fresh chat per workflow** — Each workflow must run in a clean context. Never chain workflows in the same session.
|
|
40
|
+
2. **Code review every story** — Always run code review after dev story.
|
|
41
|
+
3. **Reference, don't duplicate** — For full command details, see `_bmad/_config/bmad-help.csv`.
|
package/bin/run.js
CHANGED
|
@@ -43,7 +43,7 @@ function install() {
|
|
|
43
43
|
|
|
44
44
|
function installBinary() {
|
|
45
45
|
// Binary version — may differ from npm package version
|
|
46
|
-
var VERSION = '0.7.
|
|
46
|
+
var VERSION = '0.7.14';
|
|
47
47
|
var REPO = 'thientranhung/squad-station';
|
|
48
48
|
|
|
49
49
|
var isWindows = process.platform === 'win32';
|