bmad-method 6.0.0-alpha.11 → 6.0.0-alpha.13
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/.github/workflows/bundle-latest.yaml +79 -27
- package/CHANGELOG.md +167 -1
- package/README.md +3 -1
- package/custom/src/agents/commit-poet/commit-poet.agent.yaml +129 -0
- package/custom/src/agents/commit-poet/installation-guide.md +36 -0
- package/custom/src/agents/toolsmith/installation-guide.md +36 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/instructions.md +70 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/bundlers.md +111 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/deploy.md +70 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/docs.md +114 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/installers.md +134 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/modules.md +161 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/knowledge/tests.md +103 -0
- package/custom/src/agents/toolsmith/toolsmith-sidecar/memories.md +17 -0
- package/custom/src/agents/toolsmith/toolsmith.agent.yaml +108 -0
- package/docs/custom-agent-installation.md +31 -17
- package/docs/ide-info/rovo-dev.md +388 -0
- package/docs/index.md +6 -81
- package/docs/installers-bundlers/installers-modules-platforms-reference.md +1 -1
- package/package.json +3 -2
- package/src/core/agents/bmad-master.agent.yaml +1 -1
- package/src/core/agents/bmad-web-orchestrator.agent.xml +1 -1
- package/src/core/tasks/advanced-elicitation-methods.csv +51 -21
- package/src/core/tasks/advanced-elicitation.xml +18 -8
- package/src/core/tasks/workflow.xml +36 -71
- package/src/core/workflows/brainstorming/brain-methods.csv +62 -36
- package/src/core/workflows/brainstorming/steps/step-01-session-setup.md +196 -0
- package/src/core/workflows/brainstorming/steps/step-01b-continue.md +121 -0
- package/src/core/workflows/brainstorming/steps/step-02a-user-selected.md +224 -0
- package/src/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +236 -0
- package/src/core/workflows/brainstorming/steps/step-02c-random-selection.md +208 -0
- package/src/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +263 -0
- package/src/core/workflows/brainstorming/steps/step-03-technique-execution.md +339 -0
- package/src/core/workflows/brainstorming/steps/step-04-idea-organization.md +302 -0
- package/src/core/workflows/brainstorming/template.md +13 -104
- package/src/core/workflows/brainstorming/workflow.md +51 -0
- package/src/core/workflows/party-mode/steps/step-01-agent-loading.md +138 -0
- package/src/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +203 -0
- package/src/core/workflows/party-mode/steps/step-03-graceful-exit.md +159 -0
- package/src/core/workflows/party-mode/workflow.md +207 -0
- package/src/modules/bmb/README.md +153 -86
- package/src/modules/bmb/_module-installer/install-config.yaml +3 -3
- package/src/modules/bmb/agents/bmad-builder.agent.yaml +45 -31
- package/src/modules/bmb/docs/{agent-menu-patterns.md → agents/agent-menu-patterns.md} +1 -1
- package/src/modules/bmb/docs/agents/kb.csv +0 -0
- package/src/modules/bmb/docs/{module-agent-architecture.md → agents/module-agent-architecture.md} +1 -1
- package/src/modules/bmb/docs/{simple-agent-architecture.md → agents/simple-agent-architecture.md} +1 -1
- package/src/modules/bmb/docs/workflows/architecture.md +220 -0
- package/src/modules/bmb/docs/workflows/common-workflow-tools.csv +19 -0
- package/src/modules/bmb/docs/workflows/csv-data-file-standards.md +206 -0
- package/src/modules/bmb/docs/workflows/index.md +45 -0
- package/src/modules/bmb/docs/workflows/intent-vs-prescriptive-spectrum.md +220 -0
- package/src/modules/bmb/docs/workflows/kb.csv +0 -0
- package/src/modules/bmb/docs/workflows/step-template.md +283 -0
- package/src/modules/bmb/docs/workflows/terms.md +97 -0
- package/src/modules/bmb/docs/workflows/workflow-template.md +152 -0
- package/src/modules/bmb/reference/agents/module-examples/README.md +1 -1
- package/src/modules/bmb/reference/agents/module-examples/security-engineer.agent.yaml +2 -2
- package/src/modules/bmb/reference/agents/module-examples/trend-analyst.agent.yaml +1 -1
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/info-and-installation-guide.md +17 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/README.md +3 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/README.md +242 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/breakthroughs.md +24 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/instructions.md +108 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/memories.md +46 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper-sidecar/mood-patterns.md +39 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/expert-examples/journal-keeper/journal-keeper.agent.yaml +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/README.md +50 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/security-engineer.agent.yaml +53 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/module-examples/trend-analyst.agent.yaml +57 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/README.md +223 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/agents/simple-examples/commit-poet.agent.yaml +126 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/dietary-restrictions.csv +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/macro-calculator.csv +16 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/data/recipe-database.csv +28 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01-init.md +177 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-01b-continue.md +150 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-02-profile.md +164 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-03-assessment.md +152 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-04-strategy.md +182 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-05-shopping.md +167 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/steps/step-06-prep-schedule.md +194 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/assessment-section.md +25 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/nutrition-plan.md +68 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/prep-schedule-section.md +29 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/profile-section.md +47 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/shopping-section.md +37 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/templates/strategy-section.md +18 -0
- package/src/modules/bmb/workflows/create-agent/data/reference/workflows/meal-prep-nutrition/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-agent/data/validation-complete.md +305 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-01-brainstorm.md +145 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-02-discover.md +210 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-03-persona.md +260 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-04-commands.md +237 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-05-name.md +231 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-06-build.md +224 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-07-validate.md +234 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-08-setup.md +179 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-09-customize.md +197 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-10-build-tools.md +180 -0
- package/src/modules/bmb/workflows/create-agent/steps/step-11-celebrate.md +222 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_commands.md +21 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_persona.md +25 -0
- package/src/modules/bmb/workflows/create-agent/templates/agent_purpose_and_type.md +23 -0
- package/src/modules/bmb/workflows/create-agent/workflow.md +91 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-01-init.md +168 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-02-gather.md +233 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-03-tools-overview.md +127 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-04-core-tools.md +145 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-05-memory-requirements.md +136 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-06-external-tools.md +154 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-07-installation-guidance.md +159 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-08-tools-summary.md +167 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-09-design.md +239 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-10-plan-review.md +215 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-11-build.md +262 -0
- package/src/modules/bmb/workflows/create-workflow/steps/step-12-review.md +270 -0
- package/src/modules/bmb/workflows/create-workflow/templates/build-summary.md +36 -0
- package/src/modules/bmb/workflows/create-workflow/templates/completion-section.md +39 -0
- package/src/modules/bmb/workflows/create-workflow/templates/content-template.md +21 -0
- package/src/modules/bmb/workflows/create-workflow/templates/design-section.md +53 -0
- package/src/modules/bmb/workflows/create-workflow/templates/project-info.md +18 -0
- package/src/modules/bmb/workflows/create-workflow/templates/requirements-section.md +47 -0
- package/src/modules/bmb/workflows/create-workflow/templates/review-section.md +56 -0
- package/src/modules/bmb/workflows/create-workflow/templates/step-file.md +139 -0
- package/src/modules/bmb/workflows/create-workflow/templates/workflow-plan.md +54 -0
- package/src/modules/bmb/workflows/create-workflow/templates/workflow.md +58 -0
- package/src/modules/bmb/workflows/create-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-01-discover-intent.md +134 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-02-analyze-agent.md +202 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-03-propose-changes.md +157 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-04-apply-changes.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/steps/step-05-validate.md +150 -0
- package/src/modules/bmb/workflows/edit-agent/workflow.md +58 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-01-analyze.md +221 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-02-discover.md +253 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-03-improve.md +217 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-04-validate.md +193 -0
- package/src/modules/bmb/workflows/edit-workflow/steps/step-05-compliance-check.md +245 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/completion-summary.md +75 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-goals.md +68 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/improvement-log.md +40 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/validation-results.md +51 -0
- package/src/modules/bmb/workflows/edit-workflow/templates/workflow-analysis.md +56 -0
- package/src/modules/bmb/workflows/edit-workflow/workflow.md +58 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-01-validate-goal.md +152 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-02-workflow-validation.md +243 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-03-step-validation.md +274 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-04-file-validation.md +295 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-05-intent-spectrum-validation.md +264 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-06-web-subprocess-validation.md +360 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-07-holistic-analysis.md +258 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/steps/step-08-generate-report.md +301 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/templates/compliance-report.md +140 -0
- package/src/modules/bmb/workflows/workflow-compliance-check/workflow.md +58 -0
- package/src/modules/bmgd/agents/game-architect.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-designer.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-dev.agent.yaml +1 -1
- package/src/modules/bmgd/agents/game-scrum-master.agent.yaml +1 -1
- package/src/modules/bmm/_module-installer/install-config.yaml +9 -15
- package/src/modules/bmm/agents/analyst.agent.yaml +14 -14
- package/src/modules/bmm/agents/architect.agent.yaml +12 -10
- package/src/modules/bmm/agents/dev.agent.yaml +20 -16
- package/src/modules/bmm/agents/pm.agent.yaml +13 -31
- package/src/modules/bmm/agents/quick-flow-solo-dev.agent.yaml +36 -0
- package/src/modules/bmm/agents/sm.agent.yaml +13 -31
- package/src/modules/bmm/agents/tea.agent.yaml +10 -7
- package/src/modules/bmm/agents/tech-writer.agent.yaml +7 -20
- package/src/modules/bmm/agents/ux-designer.agent.yaml +12 -10
- package/src/modules/bmm/data/README.md +29 -0
- package/src/modules/bmm/data/project-context-template.md +40 -0
- package/src/modules/bmm/docs/README.md +21 -9
- package/src/modules/bmm/docs/agents-guide.md +69 -23
- package/src/modules/bmm/docs/bmad-quick-flow.md +528 -0
- package/src/modules/bmm/docs/brownfield-guide.md +9 -10
- package/src/modules/bmm/docs/enterprise-agentic-development.md +1 -1
- package/src/modules/bmm/docs/glossary.md +5 -5
- package/src/modules/bmm/docs/images/workflow-method-greenfield.excalidraw +909 -1654
- package/src/modules/bmm/docs/images/workflow-method-greenfield.svg +2 -2
- package/src/modules/bmm/docs/quick-flow-solo-dev.md +337 -0
- package/src/modules/bmm/docs/scale-adaptive-system.md +5 -5
- package/src/modules/bmm/docs/test-architecture.md +84 -18
- package/src/modules/bmm/docs/workflows-analysis.md +36 -140
- package/src/modules/bmm/docs/workflows-implementation.md +32 -157
- package/src/modules/bmm/docs/workflows-planning.md +51 -212
- package/src/modules/bmm/docs/workflows-solutioning.md +24 -69
- package/src/modules/bmm/teams/default-party.csv +15 -14
- package/src/modules/bmm/teams/team-fullstack.yaml +0 -1
- package/src/modules/bmm/testarch/knowledge/api-request.md +303 -0
- package/src/modules/bmm/testarch/knowledge/auth-session.md +356 -0
- package/src/modules/bmm/testarch/knowledge/burn-in.md +273 -0
- package/src/modules/bmm/testarch/knowledge/file-utils.md +260 -0
- package/src/modules/bmm/testarch/knowledge/fixtures-composition.md +382 -0
- package/src/modules/bmm/testarch/knowledge/intercept-network-call.md +280 -0
- package/src/modules/bmm/testarch/knowledge/log.md +294 -0
- package/src/modules/bmm/testarch/knowledge/network-error-monitor.md +272 -0
- package/src/modules/bmm/testarch/knowledge/network-recorder.md +265 -0
- package/src/modules/bmm/testarch/knowledge/overview.md +284 -0
- package/src/modules/bmm/testarch/knowledge/recurse.md +296 -0
- package/src/modules/bmm/testarch/tea-index.csv +11 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/product-brief.template.md +8 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01-init.md +192 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-01b-continue.md +167 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-02-vision.md +203 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-03-users.md +206 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-04-metrics.md +209 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-05-scope.md +223 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/steps/step-06-complete.md +199 -0
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.md +58 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +228 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +205 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +233 -0
- package/src/modules/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +443 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +235 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +198 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +247 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +257 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +175 -0
- package/src/modules/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +475 -0
- package/src/modules/bmm/workflows/1-analysis/research/research.template.md +16 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +136 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +246 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +200 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +237 -0
- package/src/modules/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +486 -0
- package/src/modules/bmm/workflows/1-analysis/research/workflow.md +198 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +159 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +126 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +209 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +215 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +218 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +233 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +253 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +223 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +247 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +263 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +226 -0
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +6 -138
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +53 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/prd-template.md +5 -200
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01-init.md +161 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-01b-continue.md +123 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-02-discovery.md +275 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-03-success.md +271 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-04-journeys.md +272 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-05-domain.md +249 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-06-innovation.md +240 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-07-project-type.md +236 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-08-scoping.md +280 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-09-functional.md +251 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-10-nonfunctional.md +275 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md +210 -0
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.md +61 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md +13 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/domain-complexity.csv +11 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/data/project-types.csv +7 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01-init.md +194 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-01b-continue.md +163 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-02-context.md +223 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-03-starter.md +330 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-04-decisions.md +317 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-05-patterns.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-06-structure.md +378 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-07-validation.md +358 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/steps/step-08-complete.md +351 -0
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.md +48 -0
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/instructions.md +247 -476
- package/src/modules/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.yaml +8 -18
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.xml +176 -0
- package/src/modules/bmm/workflows/4-implementation/code-review/workflow.yaml +4 -11
- package/src/modules/bmm/workflows/4-implementation/create-story/checklist.md +332 -214
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.xml +324 -0
- package/src/modules/bmm/workflows/4-implementation/create-story/workflow.yaml +21 -34
- package/src/modules/bmm/workflows/4-implementation/dev-story/checklist.md +65 -23
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.xml +406 -0
- package/src/modules/bmm/workflows/4-implementation/dev-story/workflow.yaml +6 -37
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +4 -3
- package/src/modules/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +2 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/instructions.md +115 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.yaml +26 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/checklist.md +25 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/instructions.md +105 -0
- package/src/modules/bmm/workflows/bmad-quick-flow/quick-dev/workflow.yaml +29 -0
- package/src/modules/bmm/workflows/generate-project-context/project-context-template.md +20 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-01-discover.md +193 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-02-generate.md +317 -0
- package/src/modules/bmm/workflows/generate-project-context/steps/step-03-complete.md +277 -0
- package/src/modules/bmm/workflows/generate-project-context/workflow.md +48 -0
- package/src/modules/bmm/workflows/testarch/atdd/instructions.md +23 -3
- package/src/modules/bmm/workflows/testarch/automate/instructions.md +23 -2
- package/src/modules/bmm/workflows/testarch/ci/instructions.md +18 -1
- package/src/modules/bmm/workflows/testarch/framework/instructions.md +27 -1
- package/src/modules/bmm/workflows/testarch/test-design/instructions.md +8 -2
- package/src/modules/bmm/workflows/testarch/test-review/instructions.md +28 -8
- package/src/modules/bmm/workflows/workflow-status/init/instructions.md +66 -54
- package/src/modules/bmm/workflows/workflow-status/instructions.md +11 -4
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/method-brownfield.yaml +3 -2
- package/src/modules/bmm/workflows/workflow-status/paths/method-greenfield.yaml +3 -2
- package/src/modules/cis/agents/README.md +1 -1
- package/src/modules/cis/agents/brainstorming-coach.agent.yaml +3 -2
- package/src/modules/cis/agents/creative-problem-solver.agent.yaml +2 -1
- package/src/modules/cis/agents/design-thinking-coach.agent.yaml +2 -1
- package/src/modules/cis/agents/innovation-strategist.agent.yaml +2 -1
- package/src/modules/cis/agents/presentation-master.agent.yaml +3 -2
- package/src/modules/cis/agents/storyteller.agent.yaml +2 -1
- package/src/modules/cis/teams/default-party.csv +6 -5
- package/src/utility/models/agent-activation-ide.xml +4 -4
- package/src/utility/models/agent-activation-web.xml +1 -11
- package/src/utility/models/fragments/activation-rules.xml +5 -6
- package/src/utility/models/fragments/handler-exec.xml +6 -5
- package/src/utility/models/fragments/handler-multi.xml +14 -0
- package/test/README.md +1 -1
- package/test/fixtures/agent-schema/valid/menu-commands/all-command-types.agent.yaml +1 -3
- package/tools/cli/README.md +1 -0
- package/tools/cli/bundlers/web-bundler.js +3 -14
- package/tools/cli/commands/agent-install.js +8 -8
- package/tools/cli/commands/cleanup.js +141 -0
- package/tools/cli/commands/install.js +48 -3
- package/tools/cli/installers/lib/core/config-collector.js +24 -0
- package/tools/cli/installers/lib/core/installer.js +612 -43
- package/tools/cli/installers/lib/ide/antigravity.js +51 -7
- package/tools/cli/installers/lib/ide/auggie.js +53 -0
- package/tools/cli/installers/lib/ide/claude-code.js +1 -6
- package/tools/cli/installers/lib/ide/cline.js +49 -0
- package/tools/cli/installers/lib/ide/codex.js +2 -2
- package/tools/cli/installers/lib/ide/crush.js +47 -0
- package/tools/cli/installers/lib/ide/gemini.js +47 -0
- package/tools/cli/installers/lib/ide/github-copilot.js +59 -48
- package/tools/cli/installers/lib/ide/iflow.js +47 -0
- package/tools/cli/installers/lib/ide/kilo.js +74 -0
- package/tools/cli/installers/lib/ide/qwen.js +54 -0
- package/tools/cli/installers/lib/ide/roo.js +71 -0
- package/tools/cli/installers/lib/ide/rovo-dev.js +290 -0
- package/tools/cli/installers/lib/ide/trae.js +47 -0
- package/tools/cli/lib/agent/compiler.js +156 -22
- package/tools/cli/lib/agent/installer.js +13 -3
- package/tools/cli/lib/agent-analyzer.js +46 -18
- package/tools/cli/lib/ui.js +204 -9
- package/tools/cli/lib/yaml-xml-builder.js +123 -24
- package/tools/platform-codes.yaml +12 -0
- package/tools/schema/agent.js +169 -20
- package/src/core/tasks/adv-elicit-methods.csv +0 -39
- package/src/core/workflows/brainstorming/README.md +0 -261
- package/src/core/workflows/brainstorming/instructions.md +0 -315
- package/src/core/workflows/brainstorming/workflow.yaml +0 -38
- package/src/core/workflows/party-mode/instructions.md +0 -183
- package/src/core/workflows/party-mode/workflow.yaml +0 -28
- package/src/modules/bmb/workflows/audit-workflow/checklist.md +0 -142
- package/src/modules/bmb/workflows/audit-workflow/instructions.md +0 -341
- package/src/modules/bmb/workflows/audit-workflow/template.md +0 -118
- package/src/modules/bmb/workflows/audit-workflow/workflow.yaml +0 -25
- package/src/modules/bmb/workflows/convert-legacy/README.md +0 -262
- package/src/modules/bmb/workflows/convert-legacy/checklist.md +0 -205
- package/src/modules/bmb/workflows/convert-legacy/instructions.md +0 -377
- package/src/modules/bmb/workflows/convert-legacy/workflow.yaml +0 -30
- package/src/modules/bmb/workflows/create-agent/instructions.md +0 -519
- package/src/modules/bmb/workflows/create-agent/workflow.yaml +0 -55
- package/src/modules/bmb/workflows/create-workflow/README.md +0 -277
- package/src/modules/bmb/workflows/create-workflow/brainstorm-context.md +0 -197
- package/src/modules/bmb/workflows/create-workflow/checklist.md +0 -94
- package/src/modules/bmb/workflows/create-workflow/instructions.md +0 -725
- package/src/modules/bmb/workflows/create-workflow/workflow-creation-guide.md +0 -1327
- package/src/modules/bmb/workflows/create-workflow/workflow-template/checklist.md +0 -24
- package/src/modules/bmb/workflows/create-workflow/workflow-template/instructions.md +0 -15
- package/src/modules/bmb/workflows/create-workflow/workflow-template/template.md +0 -9
- package/src/modules/bmb/workflows/create-workflow/workflow-template/workflow.yaml +0 -61
- package/src/modules/bmb/workflows/create-workflow/workflow.yaml +0 -41
- package/src/modules/bmb/workflows/edit-agent/README.md +0 -239
- package/src/modules/bmb/workflows/edit-agent/instructions.md +0 -654
- package/src/modules/bmb/workflows/edit-agent/workflow.yaml +0 -49
- package/src/modules/bmb/workflows/edit-workflow/README.md +0 -119
- package/src/modules/bmb/workflows/edit-workflow/checklist.md +0 -70
- package/src/modules/bmb/workflows/edit-workflow/instructions.md +0 -342
- package/src/modules/bmb/workflows/edit-workflow/workflow.yaml +0 -27
- package/src/modules/bmm/_module-installer/assets/bmm-kb.md +0 -1
- package/src/modules/bmm/_module-installer/assets/technical-decisions.md +0 -30
- package/src/modules/bmm/docs/quick-spec-flow.md +0 -652
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/instructions.md +0 -112
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/project-context.md +0 -25
- package/src/modules/bmm/workflows/1-analysis/brainstorm-project/workflow.yaml +0 -39
- package/src/modules/bmm/workflows/1-analysis/domain-research/instructions.md +0 -425
- package/src/modules/bmm/workflows/1-analysis/domain-research/template.md +0 -180
- package/src/modules/bmm/workflows/1-analysis/domain-research/workflow.yaml +0 -56
- package/src/modules/bmm/workflows/1-analysis/product-brief/checklist.md +0 -115
- package/src/modules/bmm/workflows/1-analysis/product-brief/instructions.md +0 -524
- package/src/modules/bmm/workflows/1-analysis/product-brief/template.md +0 -181
- package/src/modules/bmm/workflows/1-analysis/product-brief/workflow.yaml +0 -61
- package/src/modules/bmm/workflows/1-analysis/research/checklist-deep-prompt.md +0 -144
- package/src/modules/bmm/workflows/1-analysis/research/checklist-technical.md +0 -249
- package/src/modules/bmm/workflows/1-analysis/research/checklist.md +0 -299
- package/src/modules/bmm/workflows/1-analysis/research/claude-code/injections.yaml +0 -114
- package/src/modules/bmm/workflows/1-analysis/research/instructions-deep-prompt.md +0 -438
- package/src/modules/bmm/workflows/1-analysis/research/instructions-market.md +0 -675
- package/src/modules/bmm/workflows/1-analysis/research/instructions-router.md +0 -134
- package/src/modules/bmm/workflows/1-analysis/research/instructions-technical.md +0 -534
- package/src/modules/bmm/workflows/1-analysis/research/template-deep-prompt.md +0 -94
- package/src/modules/bmm/workflows/1-analysis/research/template-market.md +0 -347
- package/src/modules/bmm/workflows/1-analysis/research/template-technical.md +0 -245
- package/src/modules/bmm/workflows/1-analysis/research/workflow.yaml +0 -62
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/checklist.md +0 -310
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/instructions.md +0 -1308
- package/src/modules/bmm/workflows/2-plan-workflows/create-ux-design/workflow.yaml +0 -93
- package/src/modules/bmm/workflows/2-plan-workflows/prd/checklist.md +0 -346
- package/src/modules/bmm/workflows/2-plan-workflows/prd/instructions.md +0 -703
- package/src/modules/bmm/workflows/2-plan-workflows/prd/workflow.yaml +0 -78
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/checklist.md +0 -217
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/epics-template.md +0 -74
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions-generate-stories.md +0 -436
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/instructions.md +0 -980
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/tech-spec-template.md +0 -181
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/user-story-template.md +0 -90
- package/src/modules/bmm/workflows/2-plan-workflows/tech-spec/workflow.yaml +0 -60
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-patterns.yaml +0 -321
- package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-template.md +0 -103
- package/src/modules/bmm/workflows/3-solutioning/architecture/checklist.md +0 -240
- package/src/modules/bmm/workflows/3-solutioning/architecture/decision-catalog.yaml +0 -222
- package/src/modules/bmm/workflows/3-solutioning/architecture/instructions.md +0 -768
- package/src/modules/bmm/workflows/3-solutioning/architecture/pattern-categories.csv +0 -13
- package/src/modules/bmm/workflows/3-solutioning/architecture/workflow.yaml +0 -100
- package/src/modules/bmm/workflows/4-implementation/code-review/backlog_template.md +0 -12
- package/src/modules/bmm/workflows/4-implementation/code-review/checklist.md +0 -22
- package/src/modules/bmm/workflows/4-implementation/code-review/instructions.md +0 -398
- package/src/modules/bmm/workflows/4-implementation/create-story/instructions.md +0 -256
- package/src/modules/bmm/workflows/4-implementation/dev-story/instructions.md +0 -267
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/checklist.md +0 -17
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/instructions.md +0 -164
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/template.md +0 -76
- package/src/modules/bmm/workflows/4-implementation/epic-tech-context/workflow.yaml +0 -58
- package/src/modules/bmm/workflows/4-implementation/story-context/checklist.md +0 -16
- package/src/modules/bmm/workflows/4-implementation/story-context/context-template.xml +0 -34
- package/src/modules/bmm/workflows/4-implementation/story-context/instructions.md +0 -209
- package/src/modules/bmm/workflows/4-implementation/story-context/workflow.yaml +0 -63
- package/src/modules/bmm/workflows/4-implementation/story-done/instructions.md +0 -111
- package/src/modules/bmm/workflows/4-implementation/story-done/workflow.yaml +0 -28
- package/src/modules/bmm/workflows/4-implementation/story-ready/instructions.md +0 -117
- package/src/modules/bmm/workflows/4-implementation/story-ready/workflow.yaml +0 -25
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-brownfield.yaml +0 -58
- package/src/modules/bmm/workflows/workflow-status/paths/quick-flow-greenfield.yaml +0 -47
- /package/src/modules/bmb/docs/{agent-compilation.md → agents/agent-compilation.md} +0 -0
- /package/src/modules/bmb/docs/{expert-agent-architecture.md → agents/expert-agent-architecture.md} +0 -0
- /package/src/modules/bmb/docs/{index.md → agents/index.md} +0 -0
- /package/src/modules/bmb/docs/{understanding-agent-types.md → agents/understanding-agent-types.md} +0 -0
- /package/src/modules/bmb/reference/{readme.md → README.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{agent-validation-checklist.md → data/agent-validation-checklist.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{brainstorm-context.md → data/brainstorm-context.md} +0 -0
- /package/src/modules/bmb/workflows/create-agent/{communication-presets.csv → data/communication-presets.csv} +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/brainstorm-context.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/installer-templates/install-config.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/installer-templates/installer.js +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/module-structure.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/create-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/edit-module/workflow.yaml +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/README.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/checklist.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/instructions.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/template.md +0 -0
- /package/src/modules/bmb/{workflows → workflows-legacy}/module-brief/workflow.yaml +0 -0
- /package/src/modules/bmm/{workflows/techdoc → data}/documentation-standards.md +0 -0
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
# Step 10: Non-Functional Requirements
|
|
2
|
+
|
|
3
|
+
**Progress: Step 10 of 11** - Next: Complete PRD
|
|
4
|
+
|
|
5
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
6
|
+
|
|
7
|
+
- 🛑 NEVER generate content without user input
|
|
8
|
+
|
|
9
|
+
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
10
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
11
|
+
- ✅ ALWAYS treat this as collaborative discovery between PM peers
|
|
12
|
+
- 📋 YOU ARE A FACILITATOR, not a content generator
|
|
13
|
+
- 💬 FOCUS on quality attributes that matter for THIS specific product
|
|
14
|
+
- 🎯 SELECTIVE: Only document NFRs that actually apply to the product
|
|
15
|
+
|
|
16
|
+
## EXECUTION PROTOCOLS:
|
|
17
|
+
|
|
18
|
+
- 🎯 Show your analysis before taking any action
|
|
19
|
+
- ⚠️ Present A/P/C menu after generating NFR content
|
|
20
|
+
- 💾 ONLY save when user chooses C (Continue)
|
|
21
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9]` before loading next step
|
|
22
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
23
|
+
|
|
24
|
+
## COLLABORATION MENUS (A/P/C):
|
|
25
|
+
|
|
26
|
+
This step will generate content and present choices:
|
|
27
|
+
|
|
28
|
+
- **A (Advanced Elicitation)**: Use discovery protocols to ensure comprehensive quality attributes
|
|
29
|
+
- **P (Party Mode)**: Bring technical perspectives to validate NFR completeness
|
|
30
|
+
- **C (Continue)**: Save the content to the document and proceed to final step
|
|
31
|
+
|
|
32
|
+
## PROTOCOL INTEGRATION:
|
|
33
|
+
|
|
34
|
+
- When 'A' selected: Execute {project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml
|
|
35
|
+
- When 'P' selected: Execute {project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md
|
|
36
|
+
- PROTOCOLS always return to this step's A/P/C menu
|
|
37
|
+
- User accepts/rejects protocol changes before proceeding
|
|
38
|
+
|
|
39
|
+
## CONTEXT BOUNDARIES:
|
|
40
|
+
|
|
41
|
+
- Current document and frontmatter from previous steps are available
|
|
42
|
+
- Functional requirements already defined and will inform NFRs
|
|
43
|
+
- Domain and project-type context will guide which NFRs matter
|
|
44
|
+
- Focus on specific, measurable quality criteria
|
|
45
|
+
|
|
46
|
+
## YOUR TASK:
|
|
47
|
+
|
|
48
|
+
Define non-functional requirements that specify quality attributes for the product, focusing only on what matters for THIS specific product.
|
|
49
|
+
|
|
50
|
+
## NON-FUNCTIONAL REQUIREMENTS SEQUENCE:
|
|
51
|
+
|
|
52
|
+
### 1. Explain NFR Purpose and Scope
|
|
53
|
+
|
|
54
|
+
Start by clarifying what NFRs are and why we're selective:
|
|
55
|
+
|
|
56
|
+
**NFR Purpose:**
|
|
57
|
+
NFRs define HOW WELL the system must perform, not WHAT it must do. They specify quality attributes like performance, security, scalability, etc.
|
|
58
|
+
|
|
59
|
+
**Selective Approach:**
|
|
60
|
+
We only document NFRs that matter for THIS product. If a category doesn't apply, we skip it entirely. This prevents requirement bloat and focuses on what's actually important.
|
|
61
|
+
|
|
62
|
+
### 2. Assess Product Context for NFR Relevance
|
|
63
|
+
|
|
64
|
+
Evaluate which NFR categories matter based on product context:
|
|
65
|
+
|
|
66
|
+
**Quick Assessment Questions:**
|
|
67
|
+
|
|
68
|
+
- **Performance**: Is there user-facing impact of speed?
|
|
69
|
+
- **Security**: Are we handling sensitive data or payments?
|
|
70
|
+
- **Scalability**: Do we expect rapid user growth?
|
|
71
|
+
- **Accessibility**: Are we serving broad public audiences?
|
|
72
|
+
- **Integration**: Do we need to connect with other systems?
|
|
73
|
+
- **Reliability**: Would downtime cause significant problems?
|
|
74
|
+
|
|
75
|
+
### 3. Explore Relevant NFR Categories
|
|
76
|
+
|
|
77
|
+
For each relevant category, conduct targeted discovery:
|
|
78
|
+
|
|
79
|
+
#### Performance NFRs (If relevant):
|
|
80
|
+
|
|
81
|
+
"Let's talk about performance requirements for {{project_name}}.
|
|
82
|
+
|
|
83
|
+
**Performance Questions:**
|
|
84
|
+
|
|
85
|
+
- What parts of the system need to be fast for users to be successful?
|
|
86
|
+
- Are there specific response time expectations?
|
|
87
|
+
- What happens if performance is slower than expected?
|
|
88
|
+
- Are there concurrent user scenarios we need to support?"
|
|
89
|
+
|
|
90
|
+
#### Security NFRs (If relevant):
|
|
91
|
+
|
|
92
|
+
"Security is critical for products that handle sensitive information.
|
|
93
|
+
|
|
94
|
+
**Security Questions:**
|
|
95
|
+
|
|
96
|
+
- What data needs to be protected?
|
|
97
|
+
- Who should have access to what?
|
|
98
|
+
- What are the security risks we need to mitigate?
|
|
99
|
+
- Are there compliance requirements (GDPR, HIPAA, PCI-DSS)?"
|
|
100
|
+
|
|
101
|
+
#### Scalability NFRs (If relevant):
|
|
102
|
+
|
|
103
|
+
"Scalability matters if we expect growth or have variable demand.
|
|
104
|
+
|
|
105
|
+
**Scalability Questions:**
|
|
106
|
+
|
|
107
|
+
- How many users do we expect initially? Long-term?
|
|
108
|
+
- Are there seasonal or event-based traffic spikes?
|
|
109
|
+
- What happens if we exceed our capacity?"
|
|
110
|
+
- What growth scenarios should we plan for?"
|
|
111
|
+
|
|
112
|
+
#### Accessibility NFRs (If relevant):
|
|
113
|
+
|
|
114
|
+
"Accessibility ensures the product works for users with disabilities.
|
|
115
|
+
|
|
116
|
+
**Accessibility Questions:**
|
|
117
|
+
|
|
118
|
+
- Are we serving users with visual, hearing, or motor impairments?
|
|
119
|
+
- Are there legal accessibility requirements (WCAG, Section 508)?
|
|
120
|
+
- What accessibility features are most important for our users?"
|
|
121
|
+
|
|
122
|
+
#### Integration NFRs (If relevant):
|
|
123
|
+
|
|
124
|
+
"Integration requirements matter for products that connect to other systems.
|
|
125
|
+
|
|
126
|
+
**Integration Questions:**
|
|
127
|
+
|
|
128
|
+
- What external systems do we need to connect with?
|
|
129
|
+
- Are there APIs or data formats we must support?
|
|
130
|
+
- How reliable do these integrations need to be?"
|
|
131
|
+
|
|
132
|
+
### 4. Make NFRs Specific and Measurable
|
|
133
|
+
|
|
134
|
+
For each relevant NFR category, ensure criteria are testable:
|
|
135
|
+
|
|
136
|
+
**From Vague to Specific:**
|
|
137
|
+
|
|
138
|
+
- NOT: "The system should be fast" → "User actions complete within 2 seconds"
|
|
139
|
+
- NOT: "The system should be secure" → "All data is encrypted at rest and in transit"
|
|
140
|
+
- NOT: "The system should scale" → "System supports 10x user growth with <10% performance degradation"
|
|
141
|
+
|
|
142
|
+
### 5. Generate NFR Content (Only Relevant Categories)
|
|
143
|
+
|
|
144
|
+
Prepare the content to append to the document:
|
|
145
|
+
|
|
146
|
+
#### Content Structure (Dynamic based on relevance):
|
|
147
|
+
|
|
148
|
+
When saving to document, append these Level 2 and Level 3 sections (only include sections that are relevant):
|
|
149
|
+
|
|
150
|
+
```markdown
|
|
151
|
+
## Non-Functional Requirements
|
|
152
|
+
|
|
153
|
+
### Performance
|
|
154
|
+
|
|
155
|
+
[Performance requirements based on conversation - only include if relevant]
|
|
156
|
+
|
|
157
|
+
### Security
|
|
158
|
+
|
|
159
|
+
[Security requirements based on conversation - only include if relevant]
|
|
160
|
+
|
|
161
|
+
### Scalability
|
|
162
|
+
|
|
163
|
+
[Scalability requirements based on conversation - only include if relevant]
|
|
164
|
+
|
|
165
|
+
### Accessibility
|
|
166
|
+
|
|
167
|
+
[Accessibility requirements based on conversation - only include if relevant]
|
|
168
|
+
|
|
169
|
+
### Integration
|
|
170
|
+
|
|
171
|
+
[Integration requirements based on conversation - only include if relevant]
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
### 6. Present Content and Menu
|
|
175
|
+
|
|
176
|
+
Show the generated NFR content and present choices:
|
|
177
|
+
"I've defined the non-functional requirements that specify how well {{project_name}} needs to perform. I've only included categories that actually matter for this product.
|
|
178
|
+
|
|
179
|
+
**Here's what I'll add to the document:**
|
|
180
|
+
|
|
181
|
+
[Show the complete NFR content from step 5]
|
|
182
|
+
|
|
183
|
+
**Note:** We've skipped categories that don't apply to avoid unnecessary requirements.
|
|
184
|
+
|
|
185
|
+
**What would you like to do?**
|
|
186
|
+
[A] Advanced Elicitation - Let's ensure we haven't missed critical quality attributes
|
|
187
|
+
[P] Party Mode - Bring technical perspectives to validate NFR specifications
|
|
188
|
+
[C] Continue - Save this and move to Complete PRD (Step 11 of 11)"
|
|
189
|
+
|
|
190
|
+
### 7. Handle Menu Selection
|
|
191
|
+
|
|
192
|
+
#### If 'A' (Advanced Elicitation):
|
|
193
|
+
|
|
194
|
+
- Execute {project-root}/{bmad_folder}/core/tasks/advanced-elicitation.xml with the current NFR content
|
|
195
|
+
- Process the enhanced quality attribute insights that come back
|
|
196
|
+
- Ask user: "Accept these improvements to the non-functional requirements? (y/n)"
|
|
197
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
198
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
199
|
+
|
|
200
|
+
#### If 'P' (Party Mode):
|
|
201
|
+
|
|
202
|
+
- Execute {project-root}/{bmad_folder}/core/workflows/party-mode/workflow.md with the current NFR list
|
|
203
|
+
- Process the collaborative technical validation and additions
|
|
204
|
+
- Ask user: "Accept these changes to the non-functional requirements? (y/n)"
|
|
205
|
+
- If yes: Update content with improvements, then return to A/P/C menu
|
|
206
|
+
- If no: Keep original content, then return to A/P/C menu
|
|
207
|
+
|
|
208
|
+
#### If 'C' (Continue):
|
|
209
|
+
|
|
210
|
+
- Append the final content to `{output_folder}/prd.md`
|
|
211
|
+
- Update frontmatter: `stepsCompleted: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]`
|
|
212
|
+
- Load `{project-root}/{bmad_folder}/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md`
|
|
213
|
+
|
|
214
|
+
## APPEND TO DOCUMENT:
|
|
215
|
+
|
|
216
|
+
When user selects 'C', append the content directly to the document using the structure from step 5.
|
|
217
|
+
|
|
218
|
+
## SUCCESS METRICS:
|
|
219
|
+
|
|
220
|
+
✅ Only relevant NFR categories documented (no requirement bloat)
|
|
221
|
+
✅ Each NFR is specific and measurable
|
|
222
|
+
✅ NFRs connected to actual user needs and business context
|
|
223
|
+
✅ Vague requirements converted to testable criteria
|
|
224
|
+
✅ Domain-specific compliance requirements included if relevant
|
|
225
|
+
✅ A/P/C menu presented and handled correctly
|
|
226
|
+
✅ Content properly appended to document when C selected
|
|
227
|
+
|
|
228
|
+
## FAILURE MODES:
|
|
229
|
+
|
|
230
|
+
❌ Documenting NFR categories that don't apply to the product
|
|
231
|
+
❌ Leaving requirements vague and unmeasurable
|
|
232
|
+
❌ Not connecting NFRs to actual user or business needs
|
|
233
|
+
❌ Missing domain-specific compliance requirements
|
|
234
|
+
❌ Creating overly prescriptive technical requirements
|
|
235
|
+
❌ Not presenting A/P/C menu after content generation
|
|
236
|
+
❌ Appending content without user selecting 'C'
|
|
237
|
+
|
|
238
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
239
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
240
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
241
|
+
|
|
242
|
+
## NFR CATEGORY GUIDANCE:
|
|
243
|
+
|
|
244
|
+
**Include Performance When:**
|
|
245
|
+
|
|
246
|
+
- User-facing response times impact success
|
|
247
|
+
- Real-time interactions are critical
|
|
248
|
+
- Performance is a competitive differentiator
|
|
249
|
+
|
|
250
|
+
**Include Security When:**
|
|
251
|
+
|
|
252
|
+
- Handling sensitive user data
|
|
253
|
+
- Processing payments or financial information
|
|
254
|
+
- Subject to compliance regulations
|
|
255
|
+
- Protecting intellectual property
|
|
256
|
+
|
|
257
|
+
**Include Scalability When:**
|
|
258
|
+
|
|
259
|
+
- Expecting rapid user growth
|
|
260
|
+
- Handling variable traffic patterns
|
|
261
|
+
- Supporting enterprise-scale usage
|
|
262
|
+
- Planning for market expansion
|
|
263
|
+
|
|
264
|
+
**Include Accessibility When:**
|
|
265
|
+
|
|
266
|
+
- Serving broad public audiences
|
|
267
|
+
- Subject to accessibility regulations
|
|
268
|
+
- Targeting users with disabilities
|
|
269
|
+
- B2B customers with accessibility requirements
|
|
270
|
+
|
|
271
|
+
## NEXT STEP:
|
|
272
|
+
|
|
273
|
+
After user selects 'C' and content is saved to document, load `{project-root}/{bmad_folder}/bmm/workflows/2-plan-workflows/prd/steps/step-11-complete.md` to finalize the PRD and complete the workflow.
|
|
274
|
+
|
|
275
|
+
Remember: Do NOT proceed to step-11 until user explicitly selects 'C' from the A/P/C menu and content is saved!
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
# Step 11: Workflow Completion
|
|
2
|
+
|
|
3
|
+
**Final Step - Complete the PRD**
|
|
4
|
+
|
|
5
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
6
|
+
|
|
7
|
+
- ✅ THIS IS A FINAL STEP - Workflow completion required
|
|
8
|
+
|
|
9
|
+
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
10
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
11
|
+
- 🛑 NO content generation - this is a wrap-up step
|
|
12
|
+
- 📋 FINALIZE document and update workflow status
|
|
13
|
+
- 💬 FOCUS on completion, next steps, and suggestions
|
|
14
|
+
- 🎯 UPDATE workflow status files with completion information
|
|
15
|
+
|
|
16
|
+
## EXECUTION PROTOCOLS:
|
|
17
|
+
|
|
18
|
+
- 🎯 Show your analysis before taking any action
|
|
19
|
+
- 💾 Update the main workflow status file with completion information
|
|
20
|
+
- 📖 Suggest potential next workflow steps for the user
|
|
21
|
+
- 🚫 DO NOT load additional steps after this one
|
|
22
|
+
|
|
23
|
+
## TERMINATION STEP PROTOCOLS:
|
|
24
|
+
|
|
25
|
+
- This is a FINAL step - workflow completion required
|
|
26
|
+
- Output any remaining content if needed (none for this step)
|
|
27
|
+
- Update the main workflow status file with finalized document
|
|
28
|
+
- Suggest potential next steps for the user
|
|
29
|
+
- Mark workflow as complete in status tracking
|
|
30
|
+
|
|
31
|
+
## CONTEXT BOUNDARIES:
|
|
32
|
+
|
|
33
|
+
- Complete PRD document is available from all previous steps
|
|
34
|
+
- Workflow frontmatter shows all completed steps
|
|
35
|
+
- All collaborative content has been generated and saved
|
|
36
|
+
- Focus on completion, validation, and next steps
|
|
37
|
+
|
|
38
|
+
## YOUR TASK:
|
|
39
|
+
|
|
40
|
+
Complete the PRD workflow, update status files, and suggest next steps for the project.
|
|
41
|
+
|
|
42
|
+
## WORKFLOW COMPLETION SEQUENCE:
|
|
43
|
+
|
|
44
|
+
### 1. Announce Workflow Completion
|
|
45
|
+
|
|
46
|
+
Inform user that the PRD is complete:
|
|
47
|
+
"🎉 **PRD Complete, {{user_name}}!**
|
|
48
|
+
|
|
49
|
+
I've successfully collaborated with you to create a comprehensive Product Requirements Document for {{project_name}}.
|
|
50
|
+
|
|
51
|
+
**What we've accomplished:**
|
|
52
|
+
|
|
53
|
+
- ✅ Executive Summary with vision and product differentiator
|
|
54
|
+
- ✅ Success Criteria with measurable outcomes and scope definition
|
|
55
|
+
- ✅ User Journeys covering all interaction patterns
|
|
56
|
+
- ✅ Domain-specific requirements (if applicable)
|
|
57
|
+
- ✅ Innovation analysis (if applicable)
|
|
58
|
+
- ✅ Project-type specific technical requirements
|
|
59
|
+
- ✅ Comprehensive Functional Requirements (capability contract)
|
|
60
|
+
- ✅ Non-Functional Requirements for quality attributes
|
|
61
|
+
|
|
62
|
+
**The complete PRD is now available at:** `{output_folder}/prd.md`
|
|
63
|
+
|
|
64
|
+
This document is now ready to guide UX design, technical architecture, and development planning."
|
|
65
|
+
|
|
66
|
+
### 2. Workflow Status Update
|
|
67
|
+
|
|
68
|
+
Update the main workflow status file:
|
|
69
|
+
|
|
70
|
+
- Load `{status_file}` from workflow configuration (if exists)
|
|
71
|
+
- Update workflow_status["prd"] = "{default_output_file}"
|
|
72
|
+
- Save file, preserving all comments and structure
|
|
73
|
+
- Mark current timestamp as completion time
|
|
74
|
+
|
|
75
|
+
### 3. Suggest Next Steps
|
|
76
|
+
|
|
77
|
+
Provide guidance on logical next workflows:
|
|
78
|
+
|
|
79
|
+
**Typical Next Workflows:**
|
|
80
|
+
|
|
81
|
+
**Immediate Next Steps:**
|
|
82
|
+
|
|
83
|
+
1. `workflow create-ux-design` - UX Design (if UI exists)
|
|
84
|
+
- User journey insights from step-04 will inform interaction design
|
|
85
|
+
- Functional requirements from step-09 define design scope
|
|
86
|
+
|
|
87
|
+
2. `workflow create-architecture` - Technical architecture
|
|
88
|
+
- Project-type requirements from step-07 guide technical decisions
|
|
89
|
+
- Non-functional requirements from step-10 inform architecture choices
|
|
90
|
+
|
|
91
|
+
3. `workflow create-epics-and-stories` - Epic breakdown
|
|
92
|
+
- Functional requirements from step-09 become epics and stories
|
|
93
|
+
- Scope definition from step-03 guides sprint planning
|
|
94
|
+
|
|
95
|
+
**Strategic Considerations:**
|
|
96
|
+
|
|
97
|
+
- UX design and architecture can happen in parallel
|
|
98
|
+
- Epics/stories are richer when created after UX/architecture
|
|
99
|
+
- Consider your team's capacity and priorities
|
|
100
|
+
|
|
101
|
+
**What would be most valuable to tackle next?**
|
|
102
|
+
|
|
103
|
+
### 4. Document Quality Check
|
|
104
|
+
|
|
105
|
+
Perform final validation of the PRD:
|
|
106
|
+
|
|
107
|
+
**Completeness Check:**
|
|
108
|
+
|
|
109
|
+
- Does the executive summary clearly communicate the vision?
|
|
110
|
+
- Are success criteria specific and measurable?
|
|
111
|
+
- Do user journeys cover all major user types?
|
|
112
|
+
- Are functional requirements comprehensive and testable?
|
|
113
|
+
- Are non-functional requirements relevant and specific?
|
|
114
|
+
|
|
115
|
+
**Consistency Check:**
|
|
116
|
+
|
|
117
|
+
- Do all sections align with the product differentiator?
|
|
118
|
+
- Is scope consistent across all sections?
|
|
119
|
+
- Are requirements traceable to user needs and success criteria?
|
|
120
|
+
|
|
121
|
+
### 5. Final Completion Confirmation
|
|
122
|
+
|
|
123
|
+
Confirm completion with user:
|
|
124
|
+
"**Your PRD for {{project_name}} is now complete and ready for the next phase!**
|
|
125
|
+
|
|
126
|
+
The document contains everything needed to guide:
|
|
127
|
+
|
|
128
|
+
- UX/UI design decisions
|
|
129
|
+
- Technical architecture planning
|
|
130
|
+
- Development prioritization and sprint planning
|
|
131
|
+
|
|
132
|
+
**Ready to continue with:**
|
|
133
|
+
|
|
134
|
+
- UX design workflow?
|
|
135
|
+
- Architecture workflow?
|
|
136
|
+
- Epic and story creation?
|
|
137
|
+
|
|
138
|
+
**Or would you like to review the complete PRD first?**
|
|
139
|
+
|
|
140
|
+
[Workflow Complete]"
|
|
141
|
+
|
|
142
|
+
## SUCCESS METRICS:
|
|
143
|
+
|
|
144
|
+
✅ PRD document contains all required sections
|
|
145
|
+
✅ All collaborative content properly saved to document
|
|
146
|
+
✅ Workflow status file updated with completion information
|
|
147
|
+
✅ Clear next step guidance provided to user
|
|
148
|
+
✅ Document quality validation completed
|
|
149
|
+
✅ User acknowledges completion and understands next options
|
|
150
|
+
|
|
151
|
+
## FAILURE MODES:
|
|
152
|
+
|
|
153
|
+
❌ Not updating workflow status file with completion information
|
|
154
|
+
❌ Missing clear next step guidance for user
|
|
155
|
+
❌ Not confirming document completeness with user
|
|
156
|
+
❌ Workflow not properly marked as complete in status tracking
|
|
157
|
+
❌ User unclear about what happens next
|
|
158
|
+
|
|
159
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
160
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
161
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
162
|
+
|
|
163
|
+
## WORKFLOW COMPLETION CHECKLIST:
|
|
164
|
+
|
|
165
|
+
### Document Structure Complete:
|
|
166
|
+
|
|
167
|
+
- [ ] Executive Summary with vision and differentiator
|
|
168
|
+
- [ ] Success Criteria with measurable outcomes
|
|
169
|
+
- [ ] Product Scope (MVP, Growth, Vision)
|
|
170
|
+
- [ ] User Journeys (comprehensive coverage)
|
|
171
|
+
- [ ] Domain Requirements (if applicable)
|
|
172
|
+
- [ ] Innovation Analysis (if applicable)
|
|
173
|
+
- [ ] Project-Type Requirements
|
|
174
|
+
- [ ] Functional Requirements (capability contract)
|
|
175
|
+
- [ ] Non-Functional Requirements
|
|
176
|
+
|
|
177
|
+
### Process Complete:
|
|
178
|
+
|
|
179
|
+
- [ ] All steps completed with user confirmation
|
|
180
|
+
- [ ] All content saved to document
|
|
181
|
+
- [ ] Frontmatter properly updated
|
|
182
|
+
- [ ] Workflow status file updated
|
|
183
|
+
- [ ] Next steps clearly communicated
|
|
184
|
+
|
|
185
|
+
## NEXT STEPS GUIDANCE:
|
|
186
|
+
|
|
187
|
+
**Immediate Options:**
|
|
188
|
+
|
|
189
|
+
1. **UX Design** - If product has UI components
|
|
190
|
+
2. **Technical Architecture** - System design and technology choices
|
|
191
|
+
3. **Epic Creation** - Break down FRs into implementable stories
|
|
192
|
+
4. **Review** - Validate PRD with stakeholders before proceeding
|
|
193
|
+
|
|
194
|
+
**Recommended Sequence:**
|
|
195
|
+
For products with UI: UX → Architecture → Epics
|
|
196
|
+
For API/backend products: Architecture → Epics
|
|
197
|
+
Consider team capacity and timeline constraints
|
|
198
|
+
|
|
199
|
+
## WORKFLOW FINALIZATION:
|
|
200
|
+
|
|
201
|
+
- Set `lastStep = 11` in document frontmatter
|
|
202
|
+
- Update workflow status file with completion timestamp
|
|
203
|
+
- Provide completion summary to user
|
|
204
|
+
- Do NOT load any additional steps
|
|
205
|
+
|
|
206
|
+
## FINAL REMINDER:
|
|
207
|
+
|
|
208
|
+
This workflow is now complete. The PRD serves as the foundation for all subsequent product development activities. All design, architecture, and development work should trace back to the requirements and vision documented in this PRD.
|
|
209
|
+
|
|
210
|
+
**Congratulations on completing the Product Requirements Document for {{project_name}}!** 🎉
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: PRD Workflow
|
|
3
|
+
description: Creates a comprehensive PRDs through collaborative step-by-step discovery between two product managers working as peers.
|
|
4
|
+
main_config: `{project-root}/{bmad_folder}/bmm/config.yaml`
|
|
5
|
+
web_bundle: true
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# PRD Workflow
|
|
9
|
+
|
|
10
|
+
**Goal:** Create comprehensive PRDs through collaborative step-by-step discovery between two product managers working as peers.
|
|
11
|
+
|
|
12
|
+
**Your Role:** You are a product-focused PM facilitator collaborating with an expert peer. This is a partnership, not a client-vendor relationship. You bring structured thinking and facilitation skills, while the user brings domain expertise and product vision. Work together as equals. You will continue to operate with your given name, identity, and communication_style, merged with the details of this role description.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## WORKFLOW ARCHITECTURE
|
|
17
|
+
|
|
18
|
+
This uses **step-file architecture** for disciplined execution:
|
|
19
|
+
|
|
20
|
+
### Core Principles
|
|
21
|
+
|
|
22
|
+
- **Micro-file Design**: Each step is a self contained instruction file that is a part of an overall workflow that must be followed exactly
|
|
23
|
+
- **Just-In-Time Loading**: Only the current step file is in memory - never load future step files until told to do so
|
|
24
|
+
- **Sequential Enforcement**: Sequence within the step files must be completed in order, no skipping or optimization allowed
|
|
25
|
+
- **State Tracking**: Document progress in output file frontmatter using `stepsCompleted` array when a workflow produces a document
|
|
26
|
+
- **Append-Only Building**: Build documents by appending content as directed to the output file
|
|
27
|
+
|
|
28
|
+
### Step Processing Rules
|
|
29
|
+
|
|
30
|
+
1. **READ COMPLETELY**: Always read the entire step file before taking any action
|
|
31
|
+
2. **FOLLOW SEQUENCE**: Execute all numbered sections in order, never deviate
|
|
32
|
+
3. **WAIT FOR INPUT**: If a menu is presented, halt and wait for user selection
|
|
33
|
+
4. **CHECK CONTINUATION**: If the step has a menu with Continue as an option, only proceed to next step when user selects 'C' (Continue)
|
|
34
|
+
5. **SAVE STATE**: Update `stepsCompleted` in frontmatter before loading next step
|
|
35
|
+
6. **LOAD NEXT**: When directed, load, read entire file, then execute the next step file
|
|
36
|
+
|
|
37
|
+
### Critical Rules (NO EXCEPTIONS)
|
|
38
|
+
|
|
39
|
+
- 🛑 **NEVER** load multiple step files simultaneously
|
|
40
|
+
- 📖 **ALWAYS** read entire step file before execution
|
|
41
|
+
- 🚫 **NEVER** skip steps or optimize the sequence
|
|
42
|
+
- 💾 **ALWAYS** update frontmatter of output files when writing the final output for a specific step
|
|
43
|
+
- 🎯 **ALWAYS** follow the exact instructions in the step file
|
|
44
|
+
- ⏸️ **ALWAYS** halt at menus and wait for user input
|
|
45
|
+
- 📋 **NEVER** create mental todo lists from future steps
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## INITIALIZATION SEQUENCE
|
|
50
|
+
|
|
51
|
+
### 1. Configuration Loading
|
|
52
|
+
|
|
53
|
+
Load and read full config from {main_config} and resolve:
|
|
54
|
+
|
|
55
|
+
- `project_name`, `output_folder`, `user_name`
|
|
56
|
+
- `communication_language`, `document_output_language`, `user_skill_level`
|
|
57
|
+
- `date` as system-generated current datetime
|
|
58
|
+
|
|
59
|
+
### 2. First Step EXECUTION
|
|
60
|
+
|
|
61
|
+
Load, read the full file and then execute `steps/step-01-init.md` to begin the workflow.
|
package/src/modules/bmm/workflows/3-solutioning/architecture/architecture-decision-template.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
stepsCompleted: []
|
|
3
|
+
inputDocuments: []
|
|
4
|
+
workflowType: 'architecture'
|
|
5
|
+
lastStep: 0
|
|
6
|
+
project_name: '{{project_name}}'
|
|
7
|
+
user_name: '{{user_name}}'
|
|
8
|
+
date: '{{date}}'
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Architecture Decision Document
|
|
12
|
+
|
|
13
|
+
_This document builds collaboratively through step-by-step discovery. Sections are appended as we work through each architectural decision together._
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
domain,signals,complexity_level,suggested_workflow,web_searches
|
|
2
|
+
e_commerce,"shopping,cart,checkout,payment,products,store",medium,standard,"ecommerce architecture patterns, payment processing, inventory management"
|
|
3
|
+
fintech,"banking,payment,trading,finance,money,investment",high,enhanced,"financial security, PCI compliance, trading algorithms, fraud detection"
|
|
4
|
+
healthcare,"medical,diagnostic,clinical,patient,hospital,health",high,enhanced,"HIPAA compliance, medical data security, FDA regulations, health tech"
|
|
5
|
+
social,"social network,community,users,friends,posts,sharing",high,advanced,"social graph algorithms, feed ranking, notification systems, privacy"
|
|
6
|
+
education,"learning,course,student,teacher,training,academic",medium,standard,"LMS architecture, progress tracking, assessment systems, video streaming"
|
|
7
|
+
productivity,"productivity,workflow,tasks,management,business,tools",medium,standard,"collaboration patterns, real-time editing, notification systems, integration"
|
|
8
|
+
media,"content,media,video,audio,streaming,broadcast",high,advanced,"CDN architecture, video encoding, streaming protocols, content delivery"
|
|
9
|
+
iot,"IoT,sensors,devices,embedded,smart,connected",high,advanced,"device communication, real-time data processing, edge computing, security"
|
|
10
|
+
government,"government,civic,public,admin,policy,regulation",high,enhanced,"accessibility standards, security clearance, data privacy, audit trails"
|
|
11
|
+
gaming,"game,gaming,multiplayer,real-time,interactive,entertainment",high,advanced,"real-time multiplayer, game engine architecture, matchmaking, leaderboards"
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
project_type,detection_signals,description,typical_starters
|
|
2
|
+
web_app,"website,web application,browser,frontend,UI,interface",Web-based applications running in browsers,Next.js, Vite, Remix
|
|
3
|
+
mobile_app,"mobile,iOS,Android,app,smartphone,tablet",Native mobile applications,React Native, Expo, Flutter
|
|
4
|
+
api_backend,"API,REST,GraphQL,backend,service,microservice",Backend services and APIs,NestJS, Express, Fastify
|
|
5
|
+
full_stack,"full-stack,complete,web+mobile,frontend+backend",Applications with both frontend and backend,T3 App, RedwoodJS, Blitz
|
|
6
|
+
cli_tool,"CLI,command line,terminal,console,tool",Command-line interface tools,oclif, Commander, Caporal
|
|
7
|
+
desktop_app,"desktop,Electron,Tauri,native app,macOS,Windows",Desktop applications,Electron, Tauri, Flutter Desktop
|