bmad-method 6.0.0-alpha.4 → 6.0.0-alpha.6
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/.claude/agents/bmad-analysis/api-documenter.md +102 -0
- package/.claude/agents/bmad-analysis/codebase-analyzer.md +82 -0
- package/.claude/agents/bmad-analysis/data-analyst.md +101 -0
- package/.claude/agents/bmad-analysis/pattern-detector.md +84 -0
- package/.claude/agents/bmad-planning/dependency-mapper.md +83 -0
- package/.claude/agents/bmad-planning/epic-optimizer.md +81 -0
- package/.claude/agents/bmad-planning/requirements-analyst.md +61 -0
- package/.claude/agents/bmad-planning/technical-decisions-curator.md +168 -0
- package/.claude/agents/bmad-planning/trend-spotter.md +115 -0
- package/.claude/agents/bmad-planning/user-journey-mapper.md +123 -0
- package/.claude/agents/bmad-planning/user-researcher.md +72 -0
- package/.claude/agents/bmad-research/market-researcher.md +51 -0
- package/.claude/agents/bmad-research/tech-debt-auditor.md +106 -0
- package/.claude/agents/bmad-review/document-reviewer.md +102 -0
- package/.claude/agents/bmad-review/technical-evaluator.md +68 -0
- package/.claude/agents/bmad-review/test-coverage-analyzer.md +108 -0
- package/.claude/commands/bmad/bmm/agents/architect.md +0 -1
- package/.claude/commands/bmad/bmm/agents/sm.md +1 -1
- package/.claude/commands/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/.claude/commands/bmad/bmm/workflows/README.md +3 -3
- package/.claude/commands/bmad/bmm/workflows/epic-tech-context.md +15 -0
- package/.claude/commands/bmad/bmm/workflows/prd.md +1 -1
- package/.claude/commands/bmad/bmm/workflows/tech-spec.md +3 -3
- package/.claude/settings.local.json +3 -8
- package/CHANGELOG.md +305 -0
- package/CONTRIBUTING.md +1 -13
- package/README.md +88 -39
- package/bmad/_cfg/agent-manifest.csv +1 -6
- package/bmad/_cfg/files-manifest.csv +40 -114
- package/bmad/_cfg/ides/claude-code.yaml +4 -3
- package/bmad/_cfg/manifest.yaml +3 -4
- package/bmad/_cfg/task-manifest.csv +0 -1
- package/bmad/_cfg/workflow-manifest.csv +3 -7
- package/bmad/bmb/config.yaml +2 -2
- package/bmad/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/bmad/bmm/README.md +79 -120
- package/bmad/bmm/agents/architect.md +0 -1
- package/bmad/bmm/agents/sm.md +1 -1
- package/bmad/bmm/agents/{paige.md → tech-writer.md} +3 -3
- package/bmad/bmm/config.yaml +4 -3
- package/bmad/bmm/tasks/daily-standup.xml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/bmad/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/bmad/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/bmad/bmm/workflows/2-plan-workflows/prd/workflow.yaml +1 -1
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/bmad/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/bmad/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/bmad/bmm/workflows/techdoc/documentation-standards.md +26 -2
- package/bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/bmad/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{src/modules/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/bmad/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/bmad/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/bmad/core/config.yaml +2 -2
- package/bmad/core/tasks/workflow.xml +1 -11
- package/package.json +1 -1
- package/src/core/tasks/workflow.xml +1 -11
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +1 -1
- package/src/modules/bmm/README.md +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +5 -0
- package/src/modules/bmm/agents/architect.agent.yaml +0 -4
- package/src/modules/bmm/agents/game-dev.agent.yaml +8 -12
- package/src/modules/bmm/agents/sm.agent.yaml +1 -1
- package/src/modules/bmm/agents/{paige.agent.yaml → tech-writer.agent.yaml} +4 -4
- package/src/modules/bmm/docs/README.md +19 -18
- package/src/modules/bmm/docs/agents-guide.md +47 -99
- package/src/modules/bmm/docs/brownfield-guide.md +216 -96
- package/src/modules/bmm/docs/enterprise-agentic-development.md +380 -740
- package/src/modules/bmm/docs/faq.md +16 -16
- package/src/modules/bmm/docs/glossary.md +44 -50
- package/src/modules/bmm/docs/party-mode.md +110 -1122
- package/src/modules/bmm/docs/quick-spec-flow.md +36 -36
- package/src/modules/bmm/docs/quick-start.md +34 -34
- package/src/modules/bmm/docs/scale-adaptive-system.md +304 -454
- package/{bmad/bmm/testarch/README.md → src/modules/bmm/docs/test-architecture.md} +56 -38
- package/src/modules/bmm/docs/troubleshooting.md +7 -7
- package/src/modules/bmm/docs/workflows-analysis.md +64 -28
- package/src/modules/bmm/docs/workflows-implementation.md +196 -1671
- package/src/modules/bmm/docs/workflows-planning.md +74 -35
- package/src/modules/bmm/docs/workflows-solutioning.md +47 -17
- package/src/modules/bmm/tasks/daily-standup.xml +1 -1
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +10 -9
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/epics-template.md +23 -34
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/instructions.md +105 -331
- package/src/modules/bmm/workflows/2-plan-workflows/prd/create-epics-and-stories/workflow.yaml +23 -11
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +23 -38
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +38 -16
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +1 -19
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +35 -32
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +2 -2
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +7 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/instructions.md +1 -18
- package/src/modules/bmm/workflows/3-solutioning/solutioning-gate-check/workflow.yaml +6 -6
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +1 -1
- package/src/modules/bmm/workflows/techdoc/documentation-standards.md +25 -2
- package/src/modules/bmm/workflows/testarch/atdd/atdd-checklist-template.md +2 -2
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +623 -242
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +120 -0
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +108 -0
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-3.yaml → method-brownfield.yaml} +33 -31
- package/{bmad/bmm/workflows/workflow-status/paths/greenfield-level-2.yaml → src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml} +31 -21
- package/src/modules/bmm/workflows/workflow-status/paths/{brownfield-level-1.yaml → quick-flow-brownfield.yaml} +18 -18
- package/src/modules/bmm/workflows/workflow-status/paths/{greenfield-level-1.yaml → quick-flow-greenfield.yaml} +16 -18
- package/src/modules/bmm/workflows/workflow-status/workflow-status-template.yaml +4 -4
- package/tools/cli/installers/lib/core/config-collector.js +39 -11
- package/tools/cli/installers/lib/core/ide-config-manager.js +3 -1
- package/tools/cli/installers/lib/core/installer.js +20 -9
- package/tools/cli/installers/lib/core/manifest-generator.js +3 -1
- package/tools/cli/installers/lib/core/manifest.js +6 -2
- package/tools/cli/installers/lib/modules/manager.js +6 -0
- package/tools/cli/lib/config.js +3 -1
- package/tools/cli/lib/ui.js +5 -5
- package/tools/cli/lib/yaml-format.js +2 -1
- package/tools/schema/agent.js +2 -0
- package/.claude/commands/bmad/bmm/workflows/tech-spec-sm.md +0 -15
- package/bmad/_cfg/agents/cis-brainstorming-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-creative-problem-solver.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-design-thinking-coach.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-innovation-strategist.customize.yaml +0 -42
- package/bmad/_cfg/agents/cis-storyteller.customize.yaml +0 -42
- package/bmad/bmb/agents/bmad-builder.md.bak +0 -70
- package/bmad/bmb/workflows/audit-workflow/workflow.yaml.bak +0 -23
- package/bmad/bmb/workflows/create-module/workflow.yaml.bak +0 -42
- package/bmad/bmb/workflows/create-workflow/workflow-template/workflow.yaml.bak +0 -39
- package/bmad/bmb/workflows/create-workflow/workflow.yaml.bak +0 -40
- package/bmad/bmb/workflows/edit-agent/workflow.yaml.bak +0 -33
- package/bmad/bmb/workflows/edit-module/workflow.yaml.bak +0 -34
- package/bmad/bmb/workflows/edit-workflow/workflow.yaml.bak +0 -27
- package/bmad/bmb/workflows/module-brief/workflow.yaml.bak +0 -29
- package/bmad/bmb/workflows/redoc/workflow.yaml.bak +0 -32
- package/bmad/bmm/docs/brownfield-guide.md +0 -1260
- package/bmad/bmm/docs/quick-spec-flow.md +0 -645
- package/bmad/bmm/docs/quick-start.md +0 -341
- package/bmad/bmm/docs/scale-adaptive-system.md +0 -1045
- package/bmad/bmm/tasks/retrospective.xml +0 -104
- package/bmad/bmm/workflows/1-analysis/brainstorm-project/README.md +0 -113
- package/bmad/bmm/workflows/1-analysis/product-brief/README.md +0 -180
- package/bmad/bmm/workflows/1-analysis/research/README.md +0 -454
- package/bmad/bmm/workflows/2-plan-workflows/README.md +0 -258
- package/bmad/bmm/workflows/3-solutioning/README.md +0 -1
- package/bmad/bmm/workflows/3-solutioning/architecture/README.md +0 -318
- package/bmad/bmm/workflows/3-solutioning/solutioning-gate-check/README.md +0 -177
- package/bmad/bmm/workflows/4-implementation/README.md +0 -221
- package/bmad/bmm/workflows/4-implementation/code-review/README.md +0 -69
- package/bmad/bmm/workflows/4-implementation/correct-course/README.md +0 -73
- package/bmad/bmm/workflows/4-implementation/create-story/README.md +0 -146
- package/bmad/bmm/workflows/4-implementation/dev-story/README.md +0 -206
- package/bmad/bmm/workflows/4-implementation/epic-tech-context/README.md +0 -195
- package/bmad/bmm/workflows/4-implementation/retrospective/README.md +0 -77
- package/bmad/bmm/workflows/4-implementation/sprint-planning/README.md +0 -156
- package/bmad/bmm/workflows/4-implementation/story-context/README.md +0 -234
- package/bmad/bmm/workflows/README.md +0 -256
- package/bmad/bmm/workflows/document-project/README.md +0 -444
- package/bmad/bmm/workflows/document-project/templates/README.md +0 -38
- package/bmad/bmm/workflows/testarch/README.md +0 -26
- package/bmad/bmm/workflows/testarch/atdd/README.md +0 -672
- package/bmad/bmm/workflows/testarch/automate/README.md +0 -869
- package/bmad/bmm/workflows/testarch/ci/README.md +0 -493
- package/bmad/bmm/workflows/testarch/framework/README.md +0 -340
- package/bmad/bmm/workflows/testarch/nfr-assess/README.md +0 -469
- package/bmad/bmm/workflows/testarch/test-design/README.md +0 -493
- package/bmad/bmm/workflows/testarch/test-review/README.md +0 -775
- package/bmad/bmm/workflows/testarch/trace/README.md +0 -802
- package/bmad/bmm/workflows/workflow-status/README.md +0 -260
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/bmad/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/bmad/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- package/bmad/cis/README.md +0 -153
- package/bmad/cis/agents/README.md +0 -104
- package/bmad/cis/agents/brainstorming-coach.md +0 -62
- package/bmad/cis/agents/creative-problem-solver.md +0 -62
- package/bmad/cis/agents/design-thinking-coach.md +0 -62
- package/bmad/cis/agents/innovation-strategist.md +0 -62
- package/bmad/cis/agents/storyteller.md +0 -59
- package/bmad/cis/config.yaml +0 -10
- package/bmad/cis/teams/creative-squad.yaml +0 -6
- package/bmad/cis/workflows/README.md +0 -139
- package/bmad/cis/workflows/design-thinking/README.md +0 -56
- package/bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
- package/bmad/cis/workflows/design-thinking/instructions.md +0 -200
- package/bmad/cis/workflows/design-thinking/template.md +0 -111
- package/bmad/cis/workflows/design-thinking/workflow.yaml +0 -32
- package/bmad/cis/workflows/innovation-strategy/README.md +0 -56
- package/bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
- package/bmad/cis/workflows/innovation-strategy/instructions.md +0 -274
- package/bmad/cis/workflows/innovation-strategy/template.md +0 -189
- package/bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -32
- package/bmad/cis/workflows/problem-solving/README.md +0 -56
- package/bmad/cis/workflows/problem-solving/instructions.md +0 -250
- package/bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
- package/bmad/cis/workflows/problem-solving/template.md +0 -165
- package/bmad/cis/workflows/problem-solving/workflow.yaml +0 -32
- package/bmad/cis/workflows/storytelling/README.md +0 -58
- package/bmad/cis/workflows/storytelling/instructions.md +0 -291
- package/bmad/cis/workflows/storytelling/story-types.csv +0 -26
- package/bmad/cis/workflows/storytelling/template.md +0 -113
- package/bmad/cis/workflows/storytelling/workflow.yaml +0 -32
- package/bmad/core/agents/bmad-master.md.bak +0 -69
- package/src/modules/bmm/docs/brownfield-guide.md.backup +0 -1324
- package/src/modules/bmm/docs/workflows-testing.md +0 -1572
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-0.yaml +0 -54
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-2.yaml +0 -76
- package/src/modules/bmm/workflows/workflow-status/paths/brownfield-level-4.yaml +0 -88
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-0.yaml +0 -45
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-3.yaml +0 -73
- package/src/modules/bmm/workflows/workflow-status/paths/greenfield-level-4.yaml +0 -75
- /package/bmad/_cfg/agents/{bmm-paige.customize.yaml → bmm-tech-writer.customize.yaml} +0 -0
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# Brownfield Level 0 - Single Atomic Change in Existing Codebase
|
|
2
|
-
# One change to existing system
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 0
|
|
6
|
-
field_type: "brownfield"
|
|
7
|
-
description: "Single atomic change to existing codebase"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- prerequisite: true
|
|
11
|
-
name: "Documentation"
|
|
12
|
-
conditional: "if_undocumented"
|
|
13
|
-
note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
|
|
14
|
-
workflows:
|
|
15
|
-
- id: "document-project"
|
|
16
|
-
required: true
|
|
17
|
-
agent: "analyst"
|
|
18
|
-
command: "document-project"
|
|
19
|
-
output: "Comprehensive project documentation"
|
|
20
|
-
purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
|
|
21
|
-
|
|
22
|
-
- phase: 1
|
|
23
|
-
name: "Analysis"
|
|
24
|
-
optional: true
|
|
25
|
-
workflows:
|
|
26
|
-
- id: "brainstorm-project"
|
|
27
|
-
optional: true
|
|
28
|
-
agent: "analyst"
|
|
29
|
-
command: "brainstorm-project"
|
|
30
|
-
|
|
31
|
-
- phase: 2
|
|
32
|
-
name: "Planning"
|
|
33
|
-
required: true
|
|
34
|
-
workflows:
|
|
35
|
-
- id: "tech-spec"
|
|
36
|
-
required: true
|
|
37
|
-
agent: "architect"
|
|
38
|
-
command: "tech-spec"
|
|
39
|
-
output: "Creates single story file"
|
|
40
|
-
note: "Must understand existing patterns"
|
|
41
|
-
|
|
42
|
-
- phase: 3
|
|
43
|
-
name: "Solutioning"
|
|
44
|
-
skip: true
|
|
45
|
-
|
|
46
|
-
- phase: 4
|
|
47
|
-
name: "Implementation"
|
|
48
|
-
required: true
|
|
49
|
-
workflows:
|
|
50
|
-
- id: "sprint-planning"
|
|
51
|
-
required: true
|
|
52
|
-
agent: "sm"
|
|
53
|
-
command: "sprint-planning"
|
|
54
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
# Brownfield Level 2 - Medium Project in Existing Codebase
|
|
2
|
-
# 5-15 stories, multiple features added to existing system
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 2
|
|
6
|
-
field_type: "brownfield"
|
|
7
|
-
description: "Medium project adding multiple features to existing codebase"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- prerequisite: true
|
|
11
|
-
name: "Documentation"
|
|
12
|
-
conditional: "if_undocumented"
|
|
13
|
-
note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup"
|
|
14
|
-
workflows:
|
|
15
|
-
- id: "document-project"
|
|
16
|
-
required: true
|
|
17
|
-
agent: "analyst"
|
|
18
|
-
command: "document-project"
|
|
19
|
-
output: "Comprehensive project documentation"
|
|
20
|
-
purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
|
|
21
|
-
|
|
22
|
-
- phase: 1
|
|
23
|
-
name: "Analysis"
|
|
24
|
-
optional: true
|
|
25
|
-
workflows:
|
|
26
|
-
- id: "brainstorm-project"
|
|
27
|
-
optional: true
|
|
28
|
-
agent: "analyst"
|
|
29
|
-
command: "brainstorm-project"
|
|
30
|
-
- id: "research"
|
|
31
|
-
optional: true
|
|
32
|
-
agent: "analyst"
|
|
33
|
-
command: "research"
|
|
34
|
-
- id: "product-brief"
|
|
35
|
-
optional: true
|
|
36
|
-
agent: "analyst"
|
|
37
|
-
command: "product-brief"
|
|
38
|
-
|
|
39
|
-
- phase: 2
|
|
40
|
-
name: "Planning"
|
|
41
|
-
required: true
|
|
42
|
-
workflows:
|
|
43
|
-
- id: "prd"
|
|
44
|
-
recommended: true
|
|
45
|
-
agent: "pm"
|
|
46
|
-
command: "prd"
|
|
47
|
-
output: "Focused PRD for new features"
|
|
48
|
-
note: "Must consider existing system constraints"
|
|
49
|
-
- id: "validate-prd"
|
|
50
|
-
optional: true
|
|
51
|
-
agent: "pm"
|
|
52
|
-
command: "validate-prd"
|
|
53
|
-
- id: "tech-spec"
|
|
54
|
-
required: true
|
|
55
|
-
agent: "pm"
|
|
56
|
-
command: "tech-spec"
|
|
57
|
-
output: "Creates spec with multiple story files"
|
|
58
|
-
note: "Integrate with existing patterns"
|
|
59
|
-
- id: "create-design"
|
|
60
|
-
conditional: "if_has_ui"
|
|
61
|
-
agent: "ux-designer"
|
|
62
|
-
command: "create-design"
|
|
63
|
-
|
|
64
|
-
- phase: 3
|
|
65
|
-
name: "Solutioning"
|
|
66
|
-
skip: true
|
|
67
|
-
|
|
68
|
-
- phase: 4
|
|
69
|
-
name: "Implementation"
|
|
70
|
-
required: true
|
|
71
|
-
workflows:
|
|
72
|
-
- id: "sprint-planning"
|
|
73
|
-
required: true
|
|
74
|
-
agent: "sm"
|
|
75
|
-
command: "sprint-planning"
|
|
76
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
# Brownfield Level 4 - Enterprise Scale Changes to Existing System
|
|
2
|
-
# 40+ stories, major expansion of existing enterprise system
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 4
|
|
6
|
-
field_type: "brownfield"
|
|
7
|
-
description: "Enterprise scale expansion of existing system"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- prerequisite: true
|
|
11
|
-
name: "Documentation"
|
|
12
|
-
conditional: "if_undocumented"
|
|
13
|
-
note: "NOT a phase - prerequisite for brownfield without docs OR post-completion cleanup. Critical for enterprise-scale changes"
|
|
14
|
-
workflows:
|
|
15
|
-
- id: "document-project"
|
|
16
|
-
required: true
|
|
17
|
-
agent: "analyst"
|
|
18
|
-
command: "document-project"
|
|
19
|
-
output: "Comprehensive project documentation"
|
|
20
|
-
purpose: "Understand existing codebase before planning OR create superior final docs after Phase 4"
|
|
21
|
-
|
|
22
|
-
- phase: 1
|
|
23
|
-
name: "Analysis"
|
|
24
|
-
required: true
|
|
25
|
-
workflows:
|
|
26
|
-
- id: "brainstorm-project"
|
|
27
|
-
recommended: true
|
|
28
|
-
agent: "analyst"
|
|
29
|
-
command: "brainstorm-project"
|
|
30
|
-
- id: "research"
|
|
31
|
-
required: true
|
|
32
|
-
agent: "analyst"
|
|
33
|
-
command: "research"
|
|
34
|
-
note: "Research existing system architecture deeply"
|
|
35
|
-
- id: "product-brief"
|
|
36
|
-
required: true
|
|
37
|
-
agent: "analyst"
|
|
38
|
-
command: "product-brief"
|
|
39
|
-
note: "Strategic brief for major expansion"
|
|
40
|
-
|
|
41
|
-
- phase: 2
|
|
42
|
-
name: "Planning"
|
|
43
|
-
required: true
|
|
44
|
-
workflows:
|
|
45
|
-
- id: "prd"
|
|
46
|
-
required: true
|
|
47
|
-
agent: "pm"
|
|
48
|
-
command: "prd"
|
|
49
|
-
output: "Comprehensive PRD considering existing system"
|
|
50
|
-
- id: "validate-prd"
|
|
51
|
-
optional: true
|
|
52
|
-
agent: "pm"
|
|
53
|
-
command: "validate-prd"
|
|
54
|
-
- id: "create-design"
|
|
55
|
-
required: true
|
|
56
|
-
agent: "ux-designer"
|
|
57
|
-
command: "create-design"
|
|
58
|
-
note: "Multiple UI/UX specifications"
|
|
59
|
-
|
|
60
|
-
- phase: 3
|
|
61
|
-
name: "Solutioning"
|
|
62
|
-
required: true
|
|
63
|
-
workflows:
|
|
64
|
-
- id: "create-architecture"
|
|
65
|
-
required: true
|
|
66
|
-
agent: "architect"
|
|
67
|
-
command: "create-architecture"
|
|
68
|
-
output: "Architecture for system expansion"
|
|
69
|
-
note: "Must maintain backward compatibility"
|
|
70
|
-
- id: "validate-architecture"
|
|
71
|
-
optional: true
|
|
72
|
-
agent: "architect"
|
|
73
|
-
command: "validate-architecture"
|
|
74
|
-
- id: "solutioning-gate-check"
|
|
75
|
-
required: true
|
|
76
|
-
agent: "architect"
|
|
77
|
-
command: "solutioning-gate-check"
|
|
78
|
-
note: "Critical validation before major changes"
|
|
79
|
-
|
|
80
|
-
- phase: 4
|
|
81
|
-
name: "Implementation"
|
|
82
|
-
required: true
|
|
83
|
-
workflows:
|
|
84
|
-
- id: "sprint-planning"
|
|
85
|
-
required: true
|
|
86
|
-
agent: "sm"
|
|
87
|
-
command: "sprint-planning"
|
|
88
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
# Greenfield Level 0 - Single Atomic Change
|
|
2
|
-
# The simplest possible workflow - one change, one story
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 0
|
|
6
|
-
field_type: "greenfield"
|
|
7
|
-
description: "Single atomic change - bug fix, tiny feature, one story"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- phase: 1
|
|
11
|
-
name: "Analysis"
|
|
12
|
-
optional: true
|
|
13
|
-
workflows:
|
|
14
|
-
- id: "brainstorm-project"
|
|
15
|
-
optional: true
|
|
16
|
-
agent: "analyst"
|
|
17
|
-
command: "brainstorm-project"
|
|
18
|
-
- id: "product-brief"
|
|
19
|
-
optional: true
|
|
20
|
-
agent: "analyst"
|
|
21
|
-
command: "product-brief"
|
|
22
|
-
|
|
23
|
-
- phase: 2
|
|
24
|
-
name: "Planning"
|
|
25
|
-
required: true
|
|
26
|
-
workflows:
|
|
27
|
-
- id: "tech-spec"
|
|
28
|
-
required: true
|
|
29
|
-
agent: "pm"
|
|
30
|
-
command: "tech-spec"
|
|
31
|
-
output: "Creates Technical Specification with single story file"
|
|
32
|
-
|
|
33
|
-
- phase: 3
|
|
34
|
-
name: "Solutioning"
|
|
35
|
-
skip: true
|
|
36
|
-
|
|
37
|
-
- phase: 4
|
|
38
|
-
name: "Implementation"
|
|
39
|
-
required: true
|
|
40
|
-
workflows:
|
|
41
|
-
- id: "sprint-planning"
|
|
42
|
-
required: true
|
|
43
|
-
agent: "sm"
|
|
44
|
-
command: "sprint-planning"
|
|
45
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
# Greenfield Level 3 - Complex System
|
|
2
|
-
# Subsystems, integrations, architectural decisions required
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 3
|
|
6
|
-
field_type: "greenfield"
|
|
7
|
-
description: "Complex system - subsystems, integrations, architectural decisions"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- phase: 1
|
|
11
|
-
name: "Analysis"
|
|
12
|
-
optional: true
|
|
13
|
-
workflows:
|
|
14
|
-
- id: "brainstorm-project"
|
|
15
|
-
optional: true
|
|
16
|
-
agent: "analyst"
|
|
17
|
-
command: "brainstorm-project"
|
|
18
|
-
- id: "research"
|
|
19
|
-
optional: true
|
|
20
|
-
agent: "analyst"
|
|
21
|
-
command: "research"
|
|
22
|
-
note: "Multiple research areas likely"
|
|
23
|
-
- id: "product-brief"
|
|
24
|
-
recommended: true
|
|
25
|
-
agent: "analyst"
|
|
26
|
-
command: "product-brief"
|
|
27
|
-
|
|
28
|
-
- phase: 2
|
|
29
|
-
name: "Planning"
|
|
30
|
-
required: true
|
|
31
|
-
workflows:
|
|
32
|
-
- id: "prd"
|
|
33
|
-
required: true
|
|
34
|
-
agent: "pm"
|
|
35
|
-
command: "prd"
|
|
36
|
-
output: "High-level requirements and epic definitions"
|
|
37
|
-
- id: "validate-prd"
|
|
38
|
-
optional: true
|
|
39
|
-
agent: "pm"
|
|
40
|
-
command: "validate-prd"
|
|
41
|
-
- id: "create-design"
|
|
42
|
-
conditional: "if_has_ui"
|
|
43
|
-
agent: "ux-designer"
|
|
44
|
-
command: "create-design"
|
|
45
|
-
|
|
46
|
-
- phase: 3
|
|
47
|
-
name: "Solutioning"
|
|
48
|
-
required: true
|
|
49
|
-
workflows:
|
|
50
|
-
- id: "create-architecture"
|
|
51
|
-
required: true
|
|
52
|
-
agent: "architect"
|
|
53
|
-
command: "create-architecture"
|
|
54
|
-
output: "System-wide architecture document"
|
|
55
|
-
- id: "validate-architecture"
|
|
56
|
-
optional: true
|
|
57
|
-
agent: "architect"
|
|
58
|
-
command: "validate-architecture"
|
|
59
|
-
- id: "solutioning-gate-check"
|
|
60
|
-
recommended: true
|
|
61
|
-
agent: "architect"
|
|
62
|
-
command: "solutioning-gate-check"
|
|
63
|
-
note: "Validate PRD + UX + architecture cohesion before implementation"
|
|
64
|
-
|
|
65
|
-
- phase: 4
|
|
66
|
-
name: "Implementation"
|
|
67
|
-
required: true
|
|
68
|
-
workflows:
|
|
69
|
-
- id: "sprint-planning"
|
|
70
|
-
required: true
|
|
71
|
-
agent: "sm"
|
|
72
|
-
command: "sprint-planning"
|
|
73
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
# Greenfield Level 4 - Enterprise Scale
|
|
2
|
-
# Multiple products, enterprise architecture, 40+ stories
|
|
3
|
-
|
|
4
|
-
project_type: "software"
|
|
5
|
-
level: 4
|
|
6
|
-
field_type: "greenfield"
|
|
7
|
-
description: "Enterprise scale - multiple products, enterprise architecture"
|
|
8
|
-
|
|
9
|
-
phases:
|
|
10
|
-
- phase: 1
|
|
11
|
-
name: "Analysis"
|
|
12
|
-
required: true
|
|
13
|
-
workflows:
|
|
14
|
-
- id: "brainstorm-project"
|
|
15
|
-
recommended: true
|
|
16
|
-
agent: "analyst"
|
|
17
|
-
command: "brainstorm-project"
|
|
18
|
-
- id: "research"
|
|
19
|
-
required: false
|
|
20
|
-
agent: "analyst"
|
|
21
|
-
command: "research"
|
|
22
|
-
note: "Extensive research across multiple domains"
|
|
23
|
-
- id: "product-brief"
|
|
24
|
-
required: true
|
|
25
|
-
agent: "analyst"
|
|
26
|
-
command: "product-brief"
|
|
27
|
-
note: "Strategic brief for enterprise scope"
|
|
28
|
-
|
|
29
|
-
- phase: 2
|
|
30
|
-
name: "Planning"
|
|
31
|
-
required: true
|
|
32
|
-
workflows:
|
|
33
|
-
- id: "prd"
|
|
34
|
-
required: true
|
|
35
|
-
agent: "pm"
|
|
36
|
-
command: "prd"
|
|
37
|
-
output: "Comprehensive product requirements document"
|
|
38
|
-
- id: "validate-prd"
|
|
39
|
-
optional: true
|
|
40
|
-
agent: "pm"
|
|
41
|
-
command: "validate-prd"
|
|
42
|
-
- id: "create-design"
|
|
43
|
-
required: true
|
|
44
|
-
agent: "ux-designer"
|
|
45
|
-
command: "create-design"
|
|
46
|
-
note: "Multiple UI/UX specifications needed"
|
|
47
|
-
|
|
48
|
-
- phase: 3
|
|
49
|
-
name: "Solutioning"
|
|
50
|
-
required: true
|
|
51
|
-
workflows:
|
|
52
|
-
- id: "create-architecture"
|
|
53
|
-
required: true
|
|
54
|
-
agent: "architect"
|
|
55
|
-
command: "create-architecture"
|
|
56
|
-
output: "Enterprise architecture documentation"
|
|
57
|
-
- id: "validate-architecture"
|
|
58
|
-
optional: true
|
|
59
|
-
agent: "architect"
|
|
60
|
-
command: "validate-architecture"
|
|
61
|
-
- id: "solutioning-gate-check"
|
|
62
|
-
required: true
|
|
63
|
-
agent: "architect"
|
|
64
|
-
command: "solutioning-gate-check"
|
|
65
|
-
note: "Validate PRD + UX + architecture cohesion before implementation"
|
|
66
|
-
|
|
67
|
-
- phase: 4
|
|
68
|
-
name: "Implementation"
|
|
69
|
-
required: true
|
|
70
|
-
workflows:
|
|
71
|
-
- id: "sprint-planning"
|
|
72
|
-
required: true
|
|
73
|
-
agent: "sm"
|
|
74
|
-
command: "sprint-planning"
|
|
75
|
-
note: "Creates sprint plan with all stories - subsequent work tracked in sprint plan output, not workflow-status"
|
|
File without changes
|