frappe-builder 1.1.0-dev.8
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/.fb/state.db +0 -0
- package/AGENTS.md +167 -0
- package/README.md +89 -0
- package/_bmad/_config/agent-manifest.csv +10 -0
- package/_bmad/_config/agents/bmm-analyst.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-architect.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-dev.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-pm.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-qa.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-sm.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-tech-writer.customize.yaml +41 -0
- package/_bmad/_config/agents/bmm-ux-designer.customize.yaml +41 -0
- package/_bmad/_config/bmad-help.csv +47 -0
- package/_bmad/_config/files-manifest.csv +369 -0
- package/_bmad/_config/ides/claude-code.yaml +5 -0
- package/_bmad/_config/manifest.yaml +28 -0
- package/_bmad/_config/skill-manifest.csv +41 -0
- package/_bmad/_config/task-manifest.csv +1 -0
- package/_bmad/_config/tool-manifest.csv +1 -0
- package/_bmad/_config/workflow-manifest.csv +1 -0
- package/_bmad/_memory/config.yaml +11 -0
- package/_bmad/_memory/tech-writer-sidecar/documentation-standards.md +224 -0
- package/_bmad/bmm/agents/analyst.md +69 -0
- package/_bmad/bmm/agents/architect.md +59 -0
- package/_bmad/bmm/agents/bmad-skill-manifest.yaml +39 -0
- package/_bmad/bmm/agents/dev.md +66 -0
- package/_bmad/bmm/agents/pm.md +63 -0
- package/_bmad/bmm/agents/qa.md +89 -0
- package/_bmad/bmm/agents/quick-flow-solo-dev.md +61 -0
- package/_bmad/bmm/agents/sm.md +67 -0
- package/_bmad/bmm/agents/tech-writer/bmad-skill-manifest.yaml +3 -0
- package/_bmad/bmm/agents/tech-writer/tech-writer.md +67 -0
- package/_bmad/bmm/agents/ux-designer.md +58 -0
- package/_bmad/bmm/config.yaml +16 -0
- package/_bmad/bmm/data/project-context-template.md +26 -0
- package/_bmad/bmm/module-help.csv +32 -0
- package/_bmad/bmm/teams/default-party.csv +20 -0
- package/_bmad/bmm/teams/team-fullstack.yaml +12 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/SKILL.md +6 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/product-brief.template.md +10 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-01-init.md +170 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-01b-continue.md +158 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-02-vision.md +193 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-03-users.md +196 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-04-metrics.md +199 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-05-scope.md +213 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/steps/step-06-complete.md +159 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-create-product-brief/workflow.md +55 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/SKILL.md +88 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/artifact-analyzer.md +60 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/opportunity-reviewer.md +44 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/skeptic-reviewer.md +44 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/agents/web-researcher.md +49 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-manifest.json +17 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/contextual-discovery.md +57 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/draft-and-review.md +86 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/finalize.md +75 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md +70 -0
- package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/resources/brief-template.md +60 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/SKILL.md +6 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/domain-steps/step-01-init.md +137 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/domain-steps/step-05-technical-trends.md +234 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/domain-steps/step-06-research-synthesis.md +444 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/research.template.md +29 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/workflow.md +49 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/SKILL.md +6 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/research.template.md +29 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-01-init.md +184 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-02-customer-behavior.md +239 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-03-customer-pain-points.md +251 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-04-customer-decisions.md +261 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-05-competitive-analysis.md +173 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/steps/step-06-research-completion.md +478 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-market-research/workflow.md +49 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/SKILL.md +6 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/research.template.md +29 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/technical-steps/step-01-init.md +137 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/technical-steps/step-02-technical-overview.md +239 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/technical-steps/step-05-implementation-research.md +233 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/technical-steps/step-06-research-synthesis.md +487 -0
- package/_bmad/bmm/workflows/1-analysis/research/bmad-technical-research/workflow.md +50 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +182 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +237 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +249 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +259 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +177 -0
- package/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +476 -0
- package/_bmad/bmm/workflows/1-analysis/research/research.template.md +29 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/SKILL.md +6 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-01-init.md +135 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-01b-continue.md +127 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-02-discovery.md +190 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-03-core-experience.md +217 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-04-emotional-response.md +220 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-05-inspiration.md +235 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-06-design-system.md +253 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-07-defining-experience.md +255 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-08-visual-foundation.md +225 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-09-design-directions.md +225 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-10-user-journeys.md +242 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-11-component-strategy.md +249 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-12-ux-patterns.md +238 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-13-responsive-accessibility.md +265 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/steps/step-14-complete.md +171 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/ux-design-template.md +13 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-create-ux-design/workflow.md +36 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/SKILL.md +6 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01-discovery.md +242 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-01b-legacy-conversion.md +204 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-02-review.md +245 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-03-edit.md +250 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/steps-e/step-e-04-complete.md +165 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-edit-prd/workflow.md +63 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/SKILL.md +6 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/domain-complexity.csv +15 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/prd-purpose.md +197 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/data/project-types.csv +11 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-01-discovery.md +221 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
- package/_bmad/bmm/workflows/2-plan-workflows/bmad-validate-prd/workflow.md +62 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +15 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +197 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +11 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +224 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +191 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +209 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +174 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +214 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +228 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +217 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +205 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +243 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +263 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +209 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +264 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +242 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +232 -0
- package/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +65 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/SKILL.md +6 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/steps/step-06-final-assessment.md +126 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-check-implementation-readiness/workflow.md +49 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/SKILL.md +6 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/architecture-decision-template.md +12 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/data/domain-complexity.csv +13 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/data/project-types.csv +7 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01-init.md +153 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-01b-continue.md +173 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-02-context.md +224 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-03-starter.md +329 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-04-decisions.md +318 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-05-patterns.md +359 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-06-structure.md +379 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-07-validation.md +359 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/steps/step-08-complete.md +76 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-architecture/workflow.md +38 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/SKILL.md +6 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +255 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-02-design-epics.md +212 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/steps/step-04-final-validation.md +131 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/templates/epics-template.md +61 -0
- package/_bmad/bmm/workflows/3-solutioning/bmad-create-epics-and-stories/workflow.md +53 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-code-review/SKILL.md +6 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-code-review/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-01-gather-context.md +61 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-02-review.md +41 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-03-triage.md +50 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-code-review/steps/step-04-present.md +38 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-code-review/workflow.md +54 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-correct-course/SKILL.md +6 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-correct-course/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-correct-course/checklist.md +288 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-correct-course/workflow.md +267 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-create-story/SKILL.md +6 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-create-story/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-create-story/checklist.md +357 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-create-story/discover-inputs.md +88 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-create-story/template.md +49 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-create-story/workflow.md +380 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-dev-story/SKILL.md +6 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-dev-story/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-dev-story/checklist.md +80 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-dev-story/workflow.md +450 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-retrospective/SKILL.md +6 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-retrospective/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-retrospective/workflow.md +1479 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning/SKILL.md +6 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning/checklist.md +33 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning/sprint-status-template.yaml +56 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-sprint-planning/workflow.md +263 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-sprint-status/SKILL.md +6 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-sprint-status/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/4-implementation/bmad-sprint-status/workflow.md +261 -0
- package/_bmad/bmm/workflows/bmad-document-project/SKILL.md +6 -0
- package/_bmad/bmm/workflows/bmad-document-project/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/bmad-document-project/checklist.md +245 -0
- package/_bmad/bmm/workflows/bmad-document-project/documentation-requirements.csv +12 -0
- package/_bmad/bmm/workflows/bmad-document-project/instructions.md +128 -0
- package/_bmad/bmm/workflows/bmad-document-project/templates/deep-dive-template.md +345 -0
- package/_bmad/bmm/workflows/bmad-document-project/templates/index-template.md +169 -0
- package/_bmad/bmm/workflows/bmad-document-project/templates/project-overview-template.md +103 -0
- package/_bmad/bmm/workflows/bmad-document-project/templates/project-scan-report-schema.json +160 -0
- package/_bmad/bmm/workflows/bmad-document-project/templates/source-tree-template.md +135 -0
- package/_bmad/bmm/workflows/bmad-document-project/workflow.md +27 -0
- package/_bmad/bmm/workflows/bmad-document-project/workflows/deep-dive-instructions.md +299 -0
- package/_bmad/bmm/workflows/bmad-document-project/workflows/deep-dive-workflow.md +34 -0
- package/_bmad/bmm/workflows/bmad-document-project/workflows/full-scan-instructions.md +1107 -0
- package/_bmad/bmm/workflows/bmad-document-project/workflows/full-scan-workflow.md +34 -0
- package/_bmad/bmm/workflows/bmad-generate-project-context/SKILL.md +6 -0
- package/_bmad/bmm/workflows/bmad-generate-project-context/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/bmad-generate-project-context/project-context-template.md +21 -0
- package/_bmad/bmm/workflows/bmad-generate-project-context/steps/step-01-discover.md +186 -0
- package/_bmad/bmm/workflows/bmad-generate-project-context/steps/step-02-generate.md +321 -0
- package/_bmad/bmm/workflows/bmad-generate-project-context/steps/step-03-complete.md +278 -0
- package/_bmad/bmm/workflows/bmad-generate-project-context/workflow.md +43 -0
- package/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests/SKILL.md +6 -0
- package/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests/checklist.md +33 -0
- package/_bmad/bmm/workflows/bmad-qa-generate-e2e-tests/workflow.md +136 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/SKILL.md +6 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-01-mode-detection.md +169 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-02-context-gathering.md +114 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-03-execute.md +107 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-04-self-check.md +107 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-05-adversarial-review.md +94 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/steps/step-06-resolve-findings.md +144 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev/workflow.md +38 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/SKILL.md +6 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-01-clarify-and-route.md +51 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-02-plan.md +35 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-03-implement.md +33 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-04-review.md +50 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/steps/step-05-present.md +17 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/tech-spec-template.md +90 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-dev-new-preview/workflow.md +79 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/SKILL.md +6 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/bmad-skill-manifest.yaml +1 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/steps/step-01-understand.md +185 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/steps/step-02-investigate.md +140 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/steps/step-03-generate.md +123 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/steps/step-04-review.md +195 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/tech-spec-template.md +74 -0
- package/_bmad/bmm/workflows/bmad-quick-flow/bmad-quick-spec/workflow.md +73 -0
- package/_bmad/cis/config.yaml +12 -0
- package/_bmad/cis/module-help.csv +6 -0
- package/_bmad/cis/skills/bmad-cis-agent-brainstorming-coach/SKILL.md +51 -0
- package/_bmad/cis/skills/bmad-cis-agent-brainstorming-coach/bmad-skill-manifest.yaml +11 -0
- package/_bmad/cis/skills/bmad-cis-agent-creative-problem-solver/SKILL.md +51 -0
- package/_bmad/cis/skills/bmad-cis-agent-creative-problem-solver/bmad-skill-manifest.yaml +11 -0
- package/_bmad/cis/skills/bmad-cis-agent-design-thinking-coach/SKILL.md +52 -0
- package/_bmad/cis/skills/bmad-cis-agent-design-thinking-coach/bmad-skill-manifest.yaml +11 -0
- package/_bmad/cis/skills/bmad-cis-agent-innovation-strategist/SKILL.md +51 -0
- package/_bmad/cis/skills/bmad-cis-agent-innovation-strategist/bmad-skill-manifest.yaml +11 -0
- package/_bmad/cis/skills/bmad-cis-agent-presentation-master/SKILL.md +62 -0
- package/_bmad/cis/skills/bmad-cis-agent-presentation-master/bmad-skill-manifest.yaml +11 -0
- package/_bmad/cis/skills/bmad-cis-agent-storyteller/SKILL.md +56 -0
- package/_bmad/cis/skills/bmad-cis-agent-storyteller/bmad-skill-manifest.yaml +11 -0
- package/_bmad/cis/skills/bmad-cis-agent-storyteller/stories-told.md +7 -0
- package/_bmad/cis/skills/bmad-cis-agent-storyteller/story-preferences.md +7 -0
- package/_bmad/cis/skills/bmad-cis-design-thinking/SKILL.md +6 -0
- package/_bmad/cis/skills/bmad-cis-design-thinking/bmad-skill-manifest.yaml +1 -0
- package/_bmad/cis/skills/bmad-cis-design-thinking/design-methods.csv +31 -0
- package/_bmad/cis/skills/bmad-cis-design-thinking/template.md +111 -0
- package/_bmad/cis/skills/bmad-cis-design-thinking/workflow.md +242 -0
- package/_bmad/cis/skills/bmad-cis-innovation-strategy/SKILL.md +6 -0
- package/_bmad/cis/skills/bmad-cis-innovation-strategy/bmad-skill-manifest.yaml +1 -0
- package/_bmad/cis/skills/bmad-cis-innovation-strategy/innovation-frameworks.csv +31 -0
- package/_bmad/cis/skills/bmad-cis-innovation-strategy/template.md +189 -0
- package/_bmad/cis/skills/bmad-cis-innovation-strategy/workflow.md +315 -0
- package/_bmad/cis/skills/bmad-cis-problem-solving/SKILL.md +6 -0
- package/_bmad/cis/skills/bmad-cis-problem-solving/bmad-skill-manifest.yaml +1 -0
- package/_bmad/cis/skills/bmad-cis-problem-solving/solving-methods.csv +31 -0
- package/_bmad/cis/skills/bmad-cis-problem-solving/template.md +165 -0
- package/_bmad/cis/skills/bmad-cis-problem-solving/workflow.md +291 -0
- package/_bmad/cis/skills/bmad-cis-storytelling/SKILL.md +6 -0
- package/_bmad/cis/skills/bmad-cis-storytelling/bmad-skill-manifest.yaml +1 -0
- package/_bmad/cis/skills/bmad-cis-storytelling/story-types.csv +26 -0
- package/_bmad/cis/skills/bmad-cis-storytelling/template.md +113 -0
- package/_bmad/cis/skills/bmad-cis-storytelling/workflow.md +321 -0
- package/_bmad/core/config.yaml +9 -0
- package/_bmad/core/module-help.csv +11 -0
- package/_bmad/core/skills/bmad-advanced-elicitation/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-advanced-elicitation/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-advanced-elicitation/methods.csv +51 -0
- package/_bmad/core/skills/bmad-advanced-elicitation/workflow.md +135 -0
- package/_bmad/core/skills/bmad-brainstorming/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-brainstorming/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-brainstorming/brain-methods.csv +62 -0
- package/_bmad/core/skills/bmad-brainstorming/steps/step-01-session-setup.md +214 -0
- package/_bmad/core/skills/bmad-brainstorming/steps/step-01b-continue.md +124 -0
- package/_bmad/core/skills/bmad-brainstorming/steps/step-02a-user-selected.md +229 -0
- package/_bmad/core/skills/bmad-brainstorming/steps/step-02b-ai-recommended.md +239 -0
- package/_bmad/core/skills/bmad-brainstorming/steps/step-02c-random-selection.md +211 -0
- package/_bmad/core/skills/bmad-brainstorming/steps/step-02d-progressive-flow.md +266 -0
- package/_bmad/core/skills/bmad-brainstorming/steps/step-03-technique-execution.md +401 -0
- package/_bmad/core/skills/bmad-brainstorming/steps/step-04-idea-organization.md +305 -0
- package/_bmad/core/skills/bmad-brainstorming/template.md +15 -0
- package/_bmad/core/skills/bmad-brainstorming/workflow.md +53 -0
- package/_bmad/core/skills/bmad-distillator/SKILL.md +178 -0
- package/_bmad/core/skills/bmad-distillator/agents/distillate-compressor.md +116 -0
- package/_bmad/core/skills/bmad-distillator/agents/round-trip-reconstructor.md +68 -0
- package/_bmad/core/skills/bmad-distillator/bmad-skill-manifest.yaml +15 -0
- package/_bmad/core/skills/bmad-distillator/resources/compression-rules.md +51 -0
- package/_bmad/core/skills/bmad-distillator/resources/distillate-format-reference.md +227 -0
- package/_bmad/core/skills/bmad-distillator/resources/splitting-strategy.md +78 -0
- package/_bmad/core/skills/bmad-editorial-review-prose/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-editorial-review-prose/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-editorial-review-prose/workflow.md +81 -0
- package/_bmad/core/skills/bmad-editorial-review-structure/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-editorial-review-structure/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-editorial-review-structure/workflow.md +174 -0
- package/_bmad/core/skills/bmad-help/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-help/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-help/workflow.md +88 -0
- package/_bmad/core/skills/bmad-index-docs/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-index-docs/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-index-docs/workflow.md +61 -0
- package/_bmad/core/skills/bmad-party-mode/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-party-mode/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-party-mode/steps/step-01-agent-loading.md +138 -0
- package/_bmad/core/skills/bmad-party-mode/steps/step-02-discussion-orchestration.md +187 -0
- package/_bmad/core/skills/bmad-party-mode/steps/step-03-graceful-exit.md +167 -0
- package/_bmad/core/skills/bmad-party-mode/workflow.md +190 -0
- package/_bmad/core/skills/bmad-review-adversarial-general/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-review-adversarial-general/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-review-adversarial-general/workflow.md +32 -0
- package/_bmad/core/skills/bmad-review-edge-case-hunter/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-review-edge-case-hunter/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-review-edge-case-hunter/workflow.md +62 -0
- package/_bmad/core/skills/bmad-shard-doc/SKILL.md +6 -0
- package/_bmad/core/skills/bmad-shard-doc/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/skills/bmad-shard-doc/workflow.md +100 -0
- package/_bmad/core/tasks/bmad-create-prd/SKILL.md +6 -0
- package/_bmad/core/tasks/bmad-create-prd/bmad-skill-manifest.yaml +1 -0
- package/_bmad/core/tasks/bmad-create-prd/data/domain-complexity.csv +15 -0
- package/_bmad/core/tasks/bmad-create-prd/data/prd-purpose.md +197 -0
- package/_bmad/core/tasks/bmad-create-prd/data/project-types.csv +11 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-01-init.md +178 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-01b-continue.md +161 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-02-discovery.md +208 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-02b-vision.md +142 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-02c-executive-summary.md +158 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-03-success.md +214 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-04-journeys.md +201 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-05-domain.md +194 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-06-innovation.md +211 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-07-project-type.md +222 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-08-scoping.md +216 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-09-functional.md +219 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-10-nonfunctional.md +230 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-11-polish.md +221 -0
- package/_bmad/core/tasks/bmad-create-prd/steps-c/step-12-complete.md +115 -0
- package/_bmad/core/tasks/bmad-create-prd/templates/prd-template.md +10 -0
- package/_bmad/core/tasks/bmad-create-prd/workflow.md +62 -0
- package/config/allowed-commands.ts +39 -0
- package/config/defaults.ts +19 -0
- package/config/loader.ts +105 -0
- package/extensions/frappe-gates.ts +160 -0
- package/extensions/frappe-session.ts +324 -0
- package/extensions/frappe-state.ts +235 -0
- package/extensions/frappe-tools.ts +278 -0
- package/extensions/frappe-ui.ts +119 -0
- package/extensions/frappe-workflow.ts +85 -0
- package/gates/coverage-check.ts +37 -0
- package/gates/frappe-native-check.ts +65 -0
- package/gates/permission-check.ts +65 -0
- package/gates/query-check.ts +40 -0
- package/gates/server-side-check.ts +67 -0
- package/gates/style-check.ts +92 -0
- package/gates/types.ts +13 -0
- package/package.json +43 -0
- package/project-context.md +146 -0
- package/state/db.ts +85 -0
- package/state/fsm.ts +68 -0
- package/state/journal.ts +164 -0
- package/state/schema.ts +41 -0
- package/tools/agent-tools.ts +60 -0
- package/tools/bench-tools.ts +63 -0
- package/tools/context-sandbox.ts +31 -0
- package/tools/debug-tools.ts +12 -0
- package/tools/feature-tools.ts +126 -0
- package/tools/frappe-context7.ts +70 -0
- package/tools/frappe-query-tools.ts +47 -0
- package/tools/project-tools.ts +107 -0
- package/tsdown.config.ts +6 -0
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
**Output Location:** `{planning_artifacts}`
|
|
4
|
+
|
|
5
|
+
# Stage 5: Finalize
|
|
6
|
+
|
|
7
|
+
**Goal:** Save the polished brief, offer the LLM distillate, and point the user forward.
|
|
8
|
+
|
|
9
|
+
## Step 1: Polish and Save
|
|
10
|
+
|
|
11
|
+
Update the product brief document at `{planning_artifacts}/product-brief-{project_name}.md`:
|
|
12
|
+
- Update frontmatter `status` to `"complete"`
|
|
13
|
+
- Update `updated` timestamp
|
|
14
|
+
- Ensure formatting is clean and consistent
|
|
15
|
+
- Confirm the document reads well as a standalone 1-2 page executive summary
|
|
16
|
+
|
|
17
|
+
## Step 2: Offer the Distillate
|
|
18
|
+
|
|
19
|
+
Throughout the discovery process, you likely captured detail that doesn't belong in a 1-2 page executive summary but is valuable for downstream work — requirements hints, platform preferences, rejected ideas, technical constraints, detailed user scenarios, competitive deep-dives, etc.
|
|
20
|
+
|
|
21
|
+
**Ask the user:**
|
|
22
|
+
"Your product brief is complete. During our conversation, I captured additional detail that goes beyond the executive summary — things like [mention 2-3 specific examples of overflow you captured]. Would you like me to create a detail pack for PRD creation? It distills all that extra context into a concise, structured format optimized for the next phase."
|
|
23
|
+
|
|
24
|
+
**If yes, create the distillate** at `{planning_artifacts}/product-brief-{project_name}-distillate.md`:
|
|
25
|
+
|
|
26
|
+
```yaml
|
|
27
|
+
---
|
|
28
|
+
title: "Product Brief Distillate: {project_name}"
|
|
29
|
+
type: llm-distillate
|
|
30
|
+
source: "product-brief-{project_name}.md"
|
|
31
|
+
created: "{timestamp}"
|
|
32
|
+
purpose: "Token-efficient context for downstream PRD creation"
|
|
33
|
+
---
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
**Distillate content principles:**
|
|
37
|
+
- Dense bullet points, not prose
|
|
38
|
+
- Each bullet carries enough context to be understood standalone (don't assume the reader has the full brief loaded)
|
|
39
|
+
- Group by theme, not by when it was mentioned
|
|
40
|
+
- Include:
|
|
41
|
+
- **Rejected ideas** — so downstream workflows don't re-propose them, with brief rationale
|
|
42
|
+
- **Requirements hints** — anything the user mentioned that sounds like a requirement
|
|
43
|
+
- **Technical context** — platforms, integrations, constraints, preferences
|
|
44
|
+
- **Detailed user scenarios** — richer than what fits in the exec summary
|
|
45
|
+
- **Competitive intelligence** — specifics from web research worth preserving
|
|
46
|
+
- **Open questions** — things surfaced but not resolved during discovery
|
|
47
|
+
- **Scope signals** — what the user indicated is in/out/maybe for MVP
|
|
48
|
+
- Token-conscious: be concise, but give enough context per bullet so an LLM reading this later understands WHY each point matters
|
|
49
|
+
|
|
50
|
+
**Headless mode:** Always create the distillate automatically — unless the session was too brief to capture meaningful overflow (in that case, note this in the completion output instead of creating an empty file).
|
|
51
|
+
|
|
52
|
+
## Step 3: Present Completion
|
|
53
|
+
|
|
54
|
+
"Your product brief for {project_name} is complete!
|
|
55
|
+
|
|
56
|
+
**Executive Brief:** `{planning_artifacts}/product-brief-{project_name}.md`
|
|
57
|
+
[If distillate created:] **Detail Pack:** `{planning_artifacts}/product-brief-{project_name}-distillate.md`
|
|
58
|
+
|
|
59
|
+
**Recommended next step:** Use the product brief (and detail pack) as input for PRD creation — tell your assistant 'create a PRD' and point it to these files."
|
|
60
|
+
[If distillate created:] "The detail pack contains all the overflow context (requirements hints, rejected ideas, technical constraints) specifically structured for the PRD workflow to consume."
|
|
61
|
+
|
|
62
|
+
**Headless mode:** Output the file paths as structured JSON and exit:
|
|
63
|
+
```json
|
|
64
|
+
{
|
|
65
|
+
"status": "complete",
|
|
66
|
+
"brief": "{planning_artifacts}/product-brief-{project_name}.md",
|
|
67
|
+
"distillate": "{path or null}",
|
|
68
|
+
"confidence": "high|medium|low",
|
|
69
|
+
"open_questions": ["any unresolved items"]
|
|
70
|
+
}
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Stage Complete
|
|
74
|
+
|
|
75
|
+
This is the terminal stage. After delivering the completion message and file paths, the workflow is done. If the user requests further revisions, loop back to `draft-and-review.md`. Otherwise, exit.
|
package/_bmad/bmm/workflows/1-analysis/bmad-product-brief-preview/prompts/guided-elicitation.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
|
|
4
|
+
# Stage 3: Guided Elicitation
|
|
5
|
+
|
|
6
|
+
**Goal:** Fill the gaps in what you know. By now you have the user's brain dump, artifact analysis, and web research. This stage is about smart, targeted questioning — not rote section-by-section interrogation.
|
|
7
|
+
|
|
8
|
+
**Skip this stage entirely in Yolo and Autonomous modes** — go directly to `draft-and-review.md`.
|
|
9
|
+
|
|
10
|
+
## Approach
|
|
11
|
+
|
|
12
|
+
You are NOT walking through a rigid questionnaire. You're having a conversation that covers the substance of a great product brief. The topics below are your mental checklist, not a script. Adapt to:
|
|
13
|
+
- What you already know (don't re-ask what's been covered)
|
|
14
|
+
- What the user is excited about (follow their energy)
|
|
15
|
+
- What's genuinely unclear (focus questions where they matter)
|
|
16
|
+
|
|
17
|
+
## Topics to Cover (flexibly, conversationally)
|
|
18
|
+
|
|
19
|
+
### Vision & Problem
|
|
20
|
+
- What core problem does this solve? For whom?
|
|
21
|
+
- How do people solve this today? What's frustrating about current approaches?
|
|
22
|
+
- What would success look like for the people this helps?
|
|
23
|
+
- What's the insight or angle that makes this approach different?
|
|
24
|
+
|
|
25
|
+
### Users & Value
|
|
26
|
+
- Who experiences this problem most acutely?
|
|
27
|
+
- Are there different user types with different needs?
|
|
28
|
+
- What's the "aha moment" — when does a user realize this is what they needed?
|
|
29
|
+
- How does this fit into their existing workflow or life?
|
|
30
|
+
|
|
31
|
+
### Market & Differentiation
|
|
32
|
+
- What competitive or alternative solutions exist? (Leverage web research findings)
|
|
33
|
+
- What's the unfair advantage or defensible moat?
|
|
34
|
+
- Why is now the right time for this?
|
|
35
|
+
|
|
36
|
+
### Success & Scope
|
|
37
|
+
- How will you know this is working? What metrics matter?
|
|
38
|
+
- What's the minimum viable version that creates real value?
|
|
39
|
+
- What's explicitly NOT in scope for the first version?
|
|
40
|
+
- If this is wildly successful, what does it become in 2-3 years?
|
|
41
|
+
|
|
42
|
+
## The Flow
|
|
43
|
+
|
|
44
|
+
For each topic area where you have gaps:
|
|
45
|
+
|
|
46
|
+
1. **Lead with what you know** — "Based on your input and my research, it sounds like [X]. Is that right?"
|
|
47
|
+
2. **Ask the gap question** — targeted, specific, not generic
|
|
48
|
+
3. **Reflect and confirm** — paraphrase what you heard
|
|
49
|
+
4. **"Anything else on this, or shall we move on?"** — the soft gate
|
|
50
|
+
|
|
51
|
+
If the user is giving you detail beyond brief scope (requirements, architecture, platform details, timelines), **capture it silently** for the distillate. Acknowledge it briefly ("Good detail, I'll capture that") but don't derail the conversation.
|
|
52
|
+
|
|
53
|
+
## When to Move On
|
|
54
|
+
|
|
55
|
+
When you have enough substance to draft a compelling 1-2 page executive brief covering:
|
|
56
|
+
- Clear problem and who it affects
|
|
57
|
+
- Proposed solution and what makes it different
|
|
58
|
+
- Target users (at least primary)
|
|
59
|
+
- Some sense of success criteria or business objectives
|
|
60
|
+
- MVP-level scope thinking
|
|
61
|
+
|
|
62
|
+
You don't need perfection — you need enough to draft well. Missing details can be surfaced during the review stage.
|
|
63
|
+
|
|
64
|
+
If the user is providing complete, confident answers and you have solid coverage across all four topic areas after fewer than 3-4 exchanges, proactively offer to draft early.
|
|
65
|
+
|
|
66
|
+
**Transition:** "I think I have a solid picture. Ready for me to draft the brief, or is there anything else you'd like to add?"
|
|
67
|
+
|
|
68
|
+
## Stage Complete
|
|
69
|
+
|
|
70
|
+
This stage is complete when sufficient substance exists to draft a compelling brief and the user confirms readiness. Route to `draft-and-review.md`.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# Product Brief Template
|
|
2
|
+
|
|
3
|
+
This is a flexible guide for the executive product brief — adapt it to serve the product's story. Merge sections, add new ones, reorder as needed. The product determines the structure, not the template.
|
|
4
|
+
|
|
5
|
+
## Sensible Default Structure
|
|
6
|
+
|
|
7
|
+
```markdown
|
|
8
|
+
# Product Brief: {Product Name}
|
|
9
|
+
|
|
10
|
+
## Executive Summary
|
|
11
|
+
|
|
12
|
+
[2-3 paragraph narrative: What is this? What problem does it solve? Why does it matter? Why now?
|
|
13
|
+
This should be compelling enough to stand alone — if someone reads only this section, they should understand the vision.]
|
|
14
|
+
|
|
15
|
+
## The Problem
|
|
16
|
+
|
|
17
|
+
[What pain exists? Who feels it? How are they coping today? What's the cost of the status quo?
|
|
18
|
+
Be specific — real scenarios, real frustrations, real consequences.]
|
|
19
|
+
|
|
20
|
+
## The Solution
|
|
21
|
+
|
|
22
|
+
[What are we building? How does it solve the problem?
|
|
23
|
+
Focus on the experience and outcome, not the implementation.]
|
|
24
|
+
|
|
25
|
+
## What Makes This Different
|
|
26
|
+
|
|
27
|
+
[Key differentiators. Why this approach vs alternatives? What's the unfair advantage?
|
|
28
|
+
Be honest — if the moat is execution speed, say so. Don't fabricate technical moats.]
|
|
29
|
+
|
|
30
|
+
## Who This Serves
|
|
31
|
+
|
|
32
|
+
[Primary users — vivid but brief. Who are they, what do they need, what does success look like for them?
|
|
33
|
+
Secondary users if relevant.]
|
|
34
|
+
|
|
35
|
+
## Success Criteria
|
|
36
|
+
|
|
37
|
+
[How do we know this is working? What metrics matter?
|
|
38
|
+
Mix of user success signals and business objectives. Be measurable.]
|
|
39
|
+
|
|
40
|
+
## Scope
|
|
41
|
+
|
|
42
|
+
[What's in for the first version? What's explicitly out?
|
|
43
|
+
Keep this tight — it's a boundary document, not a feature list.]
|
|
44
|
+
|
|
45
|
+
## Vision
|
|
46
|
+
|
|
47
|
+
[Where does this go if it succeeds? What does it become in 2-3 years?
|
|
48
|
+
Inspiring but grounded.]
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
## Adaptation Guidelines
|
|
52
|
+
|
|
53
|
+
- **For B2B products:** Consider adding a "Buyer vs User" section if they're different people
|
|
54
|
+
- **For platforms/marketplaces:** Consider a "Network Effects" or "Ecosystem" section
|
|
55
|
+
- **For technical products:** May need a brief "Technical Approach" section (keep it high-level)
|
|
56
|
+
- **For regulated industries:** Consider a "Compliance & Regulatory" section
|
|
57
|
+
- **If scope is well-defined:** Merge "Scope" and "Vision" into "Roadmap Thinking"
|
|
58
|
+
- **If the problem is well-known:** Shorten "The Problem" and expand "What Makes This Different"
|
|
59
|
+
|
|
60
|
+
The brief should be 1-2 pages. If it's longer, you're putting in too much detail — that's what the distillate is for.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
type: skill
|
package/_bmad/bmm/workflows/1-analysis/research/bmad-domain-research/domain-steps/step-01-init.md
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
# Domain Research Step 1: Domain Research Scope Confirmation
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- 🛑 NEVER generate content without user confirmation
|
|
6
|
+
|
|
7
|
+
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
8
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
9
|
+
- ✅ FOCUS EXCLUSIVELY on confirming domain research scope and approach
|
|
10
|
+
- 📋 YOU ARE A DOMAIN RESEARCH PLANNER, not content generator
|
|
11
|
+
- 💬 ACKNOWLEDGE and CONFIRM understanding of domain research goals
|
|
12
|
+
- 🔍 This is SCOPE CONFIRMATION ONLY - no web research yet
|
|
13
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
14
|
+
|
|
15
|
+
## EXECUTION PROTOCOLS:
|
|
16
|
+
|
|
17
|
+
- 🎯 Show your analysis before taking any action
|
|
18
|
+
- ⚠️ Present [C] continue option after scope confirmation
|
|
19
|
+
- 💾 ONLY proceed when user chooses C (Continue)
|
|
20
|
+
- 📖 Update frontmatter `stepsCompleted: [1]` before loading next step
|
|
21
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
22
|
+
|
|
23
|
+
## CONTEXT BOUNDARIES:
|
|
24
|
+
|
|
25
|
+
- Research type = "domain" is already set
|
|
26
|
+
- **Research topic = "{{research_topic}}"** - discovered from initial discussion
|
|
27
|
+
- **Research goals = "{{research_goals}}"** - captured from initial discussion
|
|
28
|
+
- Focus on industry/domain analysis with web research
|
|
29
|
+
- Web search is required to verify and supplement your knowledge with current facts
|
|
30
|
+
|
|
31
|
+
## YOUR TASK:
|
|
32
|
+
|
|
33
|
+
Confirm domain research scope and approach for **{{research_topic}}** with the user's goals in mind.
|
|
34
|
+
|
|
35
|
+
## DOMAIN SCOPE CONFIRMATION:
|
|
36
|
+
|
|
37
|
+
### 1. Begin Scope Confirmation
|
|
38
|
+
|
|
39
|
+
Start with domain scope understanding:
|
|
40
|
+
"I understand you want to conduct **domain research** for **{{research_topic}}** with these goals: {{research_goals}}
|
|
41
|
+
|
|
42
|
+
**Domain Research Scope:**
|
|
43
|
+
|
|
44
|
+
- **Industry Analysis**: Industry structure, market dynamics, and competitive landscape
|
|
45
|
+
- **Regulatory Environment**: Compliance requirements, regulations, and standards
|
|
46
|
+
- **Technology Patterns**: Innovation trends, technology adoption, and digital transformation
|
|
47
|
+
- **Economic Factors**: Market size, growth trends, and economic impact
|
|
48
|
+
- **Supply Chain**: Value chain analysis and ecosystem relationships
|
|
49
|
+
|
|
50
|
+
**Research Approach:**
|
|
51
|
+
|
|
52
|
+
- All claims verified against current public sources
|
|
53
|
+
- Multi-source validation for critical domain claims
|
|
54
|
+
- Confidence levels for uncertain domain information
|
|
55
|
+
- Comprehensive domain coverage with industry-specific insights
|
|
56
|
+
|
|
57
|
+
### 2. Scope Confirmation
|
|
58
|
+
|
|
59
|
+
Present clear scope confirmation:
|
|
60
|
+
"**Domain Research Scope Confirmation:**
|
|
61
|
+
|
|
62
|
+
For **{{research_topic}}**, I will research:
|
|
63
|
+
|
|
64
|
+
✅ **Industry Analysis** - market structure, key players, competitive dynamics
|
|
65
|
+
✅ **Regulatory Requirements** - compliance standards, legal frameworks
|
|
66
|
+
✅ **Technology Trends** - innovation patterns, digital transformation
|
|
67
|
+
✅ **Economic Factors** - market size, growth projections, economic impact
|
|
68
|
+
✅ **Supply Chain Analysis** - value chain, ecosystem, partnerships
|
|
69
|
+
|
|
70
|
+
**All claims verified against current public sources.**
|
|
71
|
+
|
|
72
|
+
**Does this domain research scope and approach align with your goals?**
|
|
73
|
+
[C] Continue - Begin domain research with this scope
|
|
74
|
+
|
|
75
|
+
### 3. Handle Continue Selection
|
|
76
|
+
|
|
77
|
+
#### If 'C' (Continue):
|
|
78
|
+
|
|
79
|
+
- Document scope confirmation in research file
|
|
80
|
+
- Update frontmatter: `stepsCompleted: [1]`
|
|
81
|
+
- Load: `./step-02-domain-analysis.md`
|
|
82
|
+
|
|
83
|
+
## APPEND TO DOCUMENT:
|
|
84
|
+
|
|
85
|
+
When user selects 'C', append scope confirmation:
|
|
86
|
+
|
|
87
|
+
```markdown
|
|
88
|
+
## Domain Research Scope Confirmation
|
|
89
|
+
|
|
90
|
+
**Research Topic:** {{research_topic}}
|
|
91
|
+
**Research Goals:** {{research_goals}}
|
|
92
|
+
|
|
93
|
+
**Domain Research Scope:**
|
|
94
|
+
|
|
95
|
+
- Industry Analysis - market structure, competitive landscape
|
|
96
|
+
- Regulatory Environment - compliance requirements, legal frameworks
|
|
97
|
+
- Technology Trends - innovation patterns, digital transformation
|
|
98
|
+
- Economic Factors - market size, growth projections
|
|
99
|
+
- Supply Chain Analysis - value chain, ecosystem relationships
|
|
100
|
+
|
|
101
|
+
**Research Methodology:**
|
|
102
|
+
|
|
103
|
+
- All claims verified against current public sources
|
|
104
|
+
- Multi-source validation for critical domain claims
|
|
105
|
+
- Confidence level framework for uncertain information
|
|
106
|
+
- Comprehensive domain coverage with industry-specific insights
|
|
107
|
+
|
|
108
|
+
**Scope Confirmed:** {{date}}
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
## SUCCESS METRICS:
|
|
112
|
+
|
|
113
|
+
✅ Domain research scope clearly confirmed with user
|
|
114
|
+
✅ All domain analysis areas identified and explained
|
|
115
|
+
✅ Research methodology emphasized
|
|
116
|
+
✅ [C] continue option presented and handled correctly
|
|
117
|
+
✅ Scope confirmation documented when user proceeds
|
|
118
|
+
✅ Proper routing to next domain research step
|
|
119
|
+
|
|
120
|
+
## FAILURE MODES:
|
|
121
|
+
|
|
122
|
+
❌ Not clearly confirming domain research scope with user
|
|
123
|
+
❌ Missing critical domain analysis areas
|
|
124
|
+
❌ Not explaining that web search is required for current facts
|
|
125
|
+
❌ Not presenting [C] continue option
|
|
126
|
+
❌ Proceeding without user scope confirmation
|
|
127
|
+
❌ Not routing to next domain research step
|
|
128
|
+
|
|
129
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
130
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
131
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
132
|
+
|
|
133
|
+
## NEXT STEP:
|
|
134
|
+
|
|
135
|
+
After user selects 'C', load `./step-02-domain-analysis.md` to begin industry analysis.
|
|
136
|
+
|
|
137
|
+
Remember: This is SCOPE CONFIRMATION ONLY - no actual domain research yet, just confirming the research approach and scope!
|
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
# Domain Research Step 2: Industry Analysis
|
|
2
|
+
|
|
3
|
+
## MANDATORY EXECUTION RULES (READ FIRST):
|
|
4
|
+
|
|
5
|
+
- 🛑 NEVER generate content without web search verification
|
|
6
|
+
|
|
7
|
+
- 📖 CRITICAL: ALWAYS read the complete step file before taking any action - partial understanding leads to incomplete decisions
|
|
8
|
+
- 🔄 CRITICAL: When loading next step with 'C', ensure the entire file is read and understood before proceeding
|
|
9
|
+
- ✅ Search the web to verify and supplement your knowledge with current facts
|
|
10
|
+
- 📋 YOU ARE AN INDUSTRY ANALYST, not content generator
|
|
11
|
+
- 💬 FOCUS on market size, growth, and industry dynamics
|
|
12
|
+
- 🔍 WEB SEARCH REQUIRED - verify current facts against live sources
|
|
13
|
+
- 📝 WRITE CONTENT IMMEDIATELY TO DOCUMENT
|
|
14
|
+
- ✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the config `{communication_language}`
|
|
15
|
+
|
|
16
|
+
## EXECUTION PROTOCOLS:
|
|
17
|
+
|
|
18
|
+
- 🎯 Show web search analysis before presenting findings
|
|
19
|
+
- ⚠️ Present [C] continue option after industry analysis content generation
|
|
20
|
+
- 📝 WRITE INDUSTRY ANALYSIS TO DOCUMENT IMMEDIATELY
|
|
21
|
+
- 💾 ONLY proceed when user chooses C (Continue)
|
|
22
|
+
- 📖 Update frontmatter `stepsCompleted: [1, 2]` before loading next step
|
|
23
|
+
- 🚫 FORBIDDEN to load next step until C is selected
|
|
24
|
+
|
|
25
|
+
## CONTEXT BOUNDARIES:
|
|
26
|
+
|
|
27
|
+
- Current document and frontmatter from step-01 are available
|
|
28
|
+
- **Research topic = "{{research_topic}}"** - established from initial discussion
|
|
29
|
+
- **Research goals = "{{research_goals}}"** - established from initial discussion
|
|
30
|
+
- Focus on market size, growth, and industry dynamics
|
|
31
|
+
- Web search capabilities with source verification are enabled
|
|
32
|
+
|
|
33
|
+
## YOUR TASK:
|
|
34
|
+
|
|
35
|
+
Conduct industry analysis focusing on market size, growth, and industry dynamics. Search the web to verify and supplement current facts.
|
|
36
|
+
|
|
37
|
+
## INDUSTRY ANALYSIS SEQUENCE:
|
|
38
|
+
|
|
39
|
+
### 1. Begin Industry Analysis
|
|
40
|
+
|
|
41
|
+
**UTILIZE SUBPROCESSES AND SUBAGENTS**: Use research subagents, subprocesses or parallel processing if available to thoroughly analyze different industry areas simultaneously and thoroughly.
|
|
42
|
+
|
|
43
|
+
Start with industry research approach:
|
|
44
|
+
"Now I'll conduct **industry analysis** for **{{research_topic}}** to understand market dynamics.
|
|
45
|
+
|
|
46
|
+
**Industry Analysis Focus:**
|
|
47
|
+
|
|
48
|
+
- Market size and valuation metrics
|
|
49
|
+
- Growth rates and market dynamics
|
|
50
|
+
- Market segmentation and structure
|
|
51
|
+
- Industry trends and evolution patterns
|
|
52
|
+
- Economic impact and value creation
|
|
53
|
+
|
|
54
|
+
**Let me search for current industry insights.**"
|
|
55
|
+
|
|
56
|
+
### 2. Parallel Industry Research Execution
|
|
57
|
+
|
|
58
|
+
**Execute multiple web searches simultaneously:**
|
|
59
|
+
|
|
60
|
+
Search the web: "{{research_topic}} market size value"
|
|
61
|
+
Search the web: "{{research_topic}} market growth rate dynamics"
|
|
62
|
+
Search the web: "{{research_topic}} market segmentation structure"
|
|
63
|
+
Search the web: "{{research_topic}} industry trends evolution"
|
|
64
|
+
|
|
65
|
+
**Analysis approach:**
|
|
66
|
+
|
|
67
|
+
- Look for recent market research reports and industry analyses
|
|
68
|
+
- Search for authoritative sources (market research firms, industry associations)
|
|
69
|
+
- Identify market size, growth rates, and segmentation data
|
|
70
|
+
- Research industry trends and evolution patterns
|
|
71
|
+
- Analyze economic impact and value creation metrics
|
|
72
|
+
|
|
73
|
+
### 3. Analyze and Aggregate Results
|
|
74
|
+
|
|
75
|
+
**Collect and analyze findings from all parallel searches:**
|
|
76
|
+
|
|
77
|
+
"After executing comprehensive parallel web searches, let me analyze and aggregate industry findings:
|
|
78
|
+
|
|
79
|
+
**Research Coverage:**
|
|
80
|
+
|
|
81
|
+
- Market size and valuation analysis
|
|
82
|
+
- Growth rates and market dynamics
|
|
83
|
+
- Market segmentation and structure
|
|
84
|
+
- Industry trends and evolution patterns
|
|
85
|
+
|
|
86
|
+
**Cross-Industry Analysis:**
|
|
87
|
+
[Identify patterns connecting market dynamics, segmentation, and trends]
|
|
88
|
+
|
|
89
|
+
**Quality Assessment:**
|
|
90
|
+
[Overall confidence levels and research gaps identified]"
|
|
91
|
+
|
|
92
|
+
### 4. Generate Industry Analysis Content
|
|
93
|
+
|
|
94
|
+
**WRITE IMMEDIATELY TO DOCUMENT**
|
|
95
|
+
|
|
96
|
+
Prepare industry analysis with web search citations:
|
|
97
|
+
|
|
98
|
+
#### Content Structure:
|
|
99
|
+
|
|
100
|
+
When saving to document, append these Level 2 and Level 3 sections:
|
|
101
|
+
|
|
102
|
+
```markdown
|
|
103
|
+
## Industry Analysis
|
|
104
|
+
|
|
105
|
+
### Market Size and Valuation
|
|
106
|
+
|
|
107
|
+
[Market size analysis with source citations]
|
|
108
|
+
_Total Market Size: [Current market valuation]_
|
|
109
|
+
_Growth Rate: [CAGR and market growth projections]_
|
|
110
|
+
_Market Segments: [Size and value of key market segments]_
|
|
111
|
+
_Economic Impact: [Economic contribution and value creation]_
|
|
112
|
+
_Source: [URL]_
|
|
113
|
+
|
|
114
|
+
### Market Dynamics and Growth
|
|
115
|
+
|
|
116
|
+
[Market dynamics analysis with source citations]
|
|
117
|
+
_Growth Drivers: [Key factors driving market growth]_
|
|
118
|
+
_Growth Barriers: [Factors limiting market expansion]_
|
|
119
|
+
_Cyclical Patterns: [Industry seasonality and cycles]_
|
|
120
|
+
_Market Maturity: [Life cycle stage and development phase]_
|
|
121
|
+
_Source: [URL]_
|
|
122
|
+
|
|
123
|
+
### Market Structure and Segmentation
|
|
124
|
+
|
|
125
|
+
[Market structure analysis with source citations]
|
|
126
|
+
_Primary Segments: [Key market segments and their characteristics]_
|
|
127
|
+
_Sub-segment Analysis: [Detailed breakdown of market sub-segments]_
|
|
128
|
+
_Geographic Distribution: [Regional market variations and concentrations]_
|
|
129
|
+
_Vertical Integration: [Supply chain and value chain structure]_
|
|
130
|
+
_Source: [URL]_
|
|
131
|
+
|
|
132
|
+
### Industry Trends and Evolution
|
|
133
|
+
|
|
134
|
+
[Industry trends analysis with source citations]
|
|
135
|
+
_Emerging Trends: [Current industry developments and transformations]_
|
|
136
|
+
_Historical Evolution: [Industry development over recent years]_
|
|
137
|
+
_Technology Integration: [How technology is changing the industry]_
|
|
138
|
+
_Future Outlook: [Projected industry developments and changes]_
|
|
139
|
+
_Source: [URL]_
|
|
140
|
+
|
|
141
|
+
### Competitive Dynamics
|
|
142
|
+
|
|
143
|
+
[Competitive dynamics analysis with source citations]
|
|
144
|
+
_Market Concentration: [Level of market consolidation and competition]_
|
|
145
|
+
_Competitive Intensity: [Degree of competition and rivalry]_
|
|
146
|
+
_Barriers to Entry: [Obstacles for new market entrants]_
|
|
147
|
+
_Innovation Pressure: [Rate of innovation and change]_
|
|
148
|
+
_Source: [URL]_
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
### 5. Present Analysis and Continue Option
|
|
152
|
+
|
|
153
|
+
**Show analysis and present continue option:**
|
|
154
|
+
|
|
155
|
+
"I've completed **industry analysis** for {{research_topic}}.
|
|
156
|
+
|
|
157
|
+
**Key Industry Findings:**
|
|
158
|
+
|
|
159
|
+
- Market size and valuation thoroughly analyzed
|
|
160
|
+
- Growth dynamics and market structure documented
|
|
161
|
+
- Industry trends and evolution patterns identified
|
|
162
|
+
- Competitive dynamics clearly mapped
|
|
163
|
+
- Multiple sources verified for critical insights
|
|
164
|
+
|
|
165
|
+
**Ready to proceed to competitive landscape analysis?**
|
|
166
|
+
[C] Continue - Save this to document and proceed to competitive landscape
|
|
167
|
+
|
|
168
|
+
### 6. Handle Continue Selection
|
|
169
|
+
|
|
170
|
+
#### If 'C' (Continue):
|
|
171
|
+
|
|
172
|
+
- **CONTENT ALREADY WRITTEN TO DOCUMENT**
|
|
173
|
+
- Update frontmatter: `stepsCompleted: [1, 2]`
|
|
174
|
+
- Load: `./step-03-competitive-landscape.md`
|
|
175
|
+
|
|
176
|
+
## APPEND TO DOCUMENT:
|
|
177
|
+
|
|
178
|
+
Content is already written to document when generated in step 4. No additional append needed.
|
|
179
|
+
|
|
180
|
+
## SUCCESS METRICS:
|
|
181
|
+
|
|
182
|
+
✅ Market size and valuation thoroughly analyzed
|
|
183
|
+
✅ Growth dynamics and market structure documented
|
|
184
|
+
✅ Industry trends and evolution patterns identified
|
|
185
|
+
✅ Competitive dynamics clearly mapped
|
|
186
|
+
✅ Multiple sources verified for critical insights
|
|
187
|
+
✅ Content written immediately to document
|
|
188
|
+
✅ [C] continue option presented and handled correctly
|
|
189
|
+
✅ Proper routing to next step (competitive landscape)
|
|
190
|
+
✅ Research goals alignment maintained
|
|
191
|
+
|
|
192
|
+
## FAILURE MODES:
|
|
193
|
+
|
|
194
|
+
❌ Relying on training data instead of web search for current facts
|
|
195
|
+
❌ Missing critical market size or growth data
|
|
196
|
+
❌ Incomplete market structure analysis
|
|
197
|
+
❌ Not identifying key industry trends
|
|
198
|
+
❌ Not writing content immediately to document
|
|
199
|
+
❌ Not presenting [C] continue option after content generation
|
|
200
|
+
❌ Not routing to competitive landscape step
|
|
201
|
+
|
|
202
|
+
❌ **CRITICAL**: Reading only partial step file - leads to incomplete understanding and poor decisions
|
|
203
|
+
❌ **CRITICAL**: Proceeding with 'C' without fully reading and understanding the next step file
|
|
204
|
+
❌ **CRITICAL**: Making decisions without complete understanding of step requirements and protocols
|
|
205
|
+
|
|
206
|
+
## INDUSTRY RESEARCH PROTOCOLS:
|
|
207
|
+
|
|
208
|
+
- Research market research reports and industry analyses
|
|
209
|
+
- Use authoritative sources (market research firms, industry associations)
|
|
210
|
+
- Analyze market size, growth rates, and segmentation data
|
|
211
|
+
- Study industry trends and evolution patterns
|
|
212
|
+
- Search the web to verify facts
|
|
213
|
+
- Present conflicting information when sources disagree
|
|
214
|
+
- Apply confidence levels appropriately
|
|
215
|
+
|
|
216
|
+
## INDUSTRY ANALYSIS STANDARDS:
|
|
217
|
+
|
|
218
|
+
- Always cite URLs for web search results
|
|
219
|
+
- Use authoritative industry research sources
|
|
220
|
+
- Note data currency and potential limitations
|
|
221
|
+
- Present multiple perspectives when sources conflict
|
|
222
|
+
- Apply confidence levels to uncertain data
|
|
223
|
+
- Focus on actionable industry insights
|
|
224
|
+
|
|
225
|
+
## NEXT STEP:
|
|
226
|
+
|
|
227
|
+
After user selects 'C', load `./step-03-competitive-landscape.md` to analyze competitive landscape, key players, and ecosystem analysis for {{research_topic}}.
|
|
228
|
+
|
|
229
|
+
Remember: Always write research content to document immediately and search the web to verify facts!
|