@cregis-dev/cckit 0.3.0 → 0.4.0
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/README.md +15 -3
- package/package.json +1 -1
- package/registry.json +234 -200
- package/src/commands/init.js +19 -15
- package/src/commands/update.js +9 -4
- package/src/core/plugin-installer.js +59 -13
- package/src/utils/fs.js +6 -1
- package/templates/bmad/_config/bmad-help.csv +2 -1
- package/templates/bmad/_config/files-manifest.csv +437 -431
- package/templates/bmad/_config/ides/claude-code.yaml +5 -5
- package/templates/bmad/_config/ides/trae.yaml +5 -5
- package/templates/bmad/_config/task-manifest.csv +7 -6
- package/templates/bmad/_config/workflow-manifest.csv +34 -34
- package/templates/bmad/bmm/agents/qa.md +1 -1
- package/templates/bmad/bmm/config.yaml +1 -1
- package/templates/bmad/bmm/module-help.csv +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/research/workflow-market-research.md +1 -1
- package/templates/bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +1 -1
- package/templates/bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +1 -1
- package/templates/bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/document-project/workflow.yaml +1 -1
- package/templates/bmad/bmm/workflows/generate-project-context/workflow.md +1 -1
- package/templates/bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml +2 -2
- package/templates/bmad/commands/bmad-bmm-check-implementation-readiness.md +2 -2
- package/templates/bmad/commands/bmad-bmm-code-review.md +4 -4
- package/templates/bmad/commands/bmad-bmm-correct-course.md +4 -4
- package/templates/bmad/commands/bmad-bmm-create-architecture.md +2 -2
- package/templates/bmad/commands/bmad-bmm-create-epics-and-stories.md +2 -2
- package/templates/bmad/commands/bmad-bmm-create-prd.md +2 -2
- package/templates/bmad/commands/bmad-bmm-create-product-brief.md +2 -2
- package/templates/bmad/commands/bmad-bmm-create-story.md +4 -4
- package/templates/bmad/commands/bmad-bmm-create-ux-design.md +2 -2
- package/templates/bmad/commands/bmad-bmm-dev-story.md +4 -4
- package/templates/bmad/commands/bmad-bmm-document-project.md +4 -4
- package/templates/bmad/commands/bmad-bmm-domain-research.md +2 -2
- package/templates/bmad/commands/bmad-bmm-edit-prd.md +2 -2
- package/templates/bmad/commands/bmad-bmm-generate-project-context.md +2 -2
- package/templates/bmad/commands/bmad-bmm-market-research.md +2 -2
- package/templates/bmad/commands/bmad-bmm-qa-generate-e2e-tests.md +4 -4
- package/templates/bmad/commands/bmad-bmm-quick-dev.md +2 -2
- package/templates/bmad/commands/bmad-bmm-quick-spec.md +2 -2
- package/templates/bmad/commands/bmad-bmm-retrospective.md +4 -4
- package/templates/bmad/commands/bmad-bmm-sprint-planning.md +4 -4
- package/templates/bmad/commands/bmad-bmm-sprint-status.md +4 -4
- package/templates/bmad/commands/bmad-bmm-technical-research.md +2 -2
- package/templates/bmad/commands/bmad-bmm-validate-prd.md +2 -2
- package/templates/bmad/commands/bmad-brainstorming.md +2 -2
- package/templates/bmad/commands/bmad-editorial-review-prose.md +1 -1
- package/templates/bmad/commands/bmad-editorial-review-structure.md +1 -1
- package/templates/bmad/commands/bmad-help.md +1 -1
- package/templates/bmad/commands/bmad-index-docs.md +1 -1
- package/templates/bmad/commands/bmad-party-mode.md +2 -2
- package/templates/bmad/commands/bmad-review-adversarial-general.md +1 -1
- package/templates/bmad/commands/bmad-review-edge-case-hunter.md +10 -0
- package/templates/bmad/commands/bmad-shard-doc.md +1 -1
- package/templates/bmad/commands/bmad-tea-teach-me-testing.md +2 -2
- package/templates/bmad/commands/bmad-tea-testarch-atdd.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-automate.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-ci.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-framework.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-nfr.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-test-design.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-test-review.md +4 -4
- package/templates/bmad/commands/bmad-tea-testarch-trace.md +4 -4
- package/templates/bmad/core/config.yaml +1 -1
- package/templates/bmad/core/module-help.csv +1 -0
- package/templates/bmad/core/tasks/editorial-review-prose.xml +1 -1
- package/templates/bmad/core/tasks/editorial-review-structure.xml +1 -1
- package/templates/bmad/core/tasks/help.md +1 -1
- package/templates/bmad/core/tasks/index-docs.xml +1 -1
- package/templates/bmad/core/tasks/review-adversarial-general.xml +1 -1
- package/templates/bmad/core/tasks/review-edge-case-hunter.xml +63 -0
- package/templates/bmad/core/tasks/shard-doc.xml +1 -1
- package/templates/bmad/core/workflows/advanced-elicitation/workflow.xml +1 -1
- package/templates/bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +31 -18
- package/templates/bmad/core/workflows/brainstorming/steps/step-01b-continue.md +1 -1
- package/templates/bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +2 -2
- package/templates/bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +2 -2
- package/templates/bmad/core/workflows/brainstorming/workflow.md +4 -2
- package/templates/bmad/core/workflows/party-mode/workflow.md +1 -1
- package/templates/bmad/tea/config.yaml +5 -1
- package/templates/bmad/tea/testarch/knowledge/contract-testing.md +24 -2
- package/templates/bmad/tea/testarch/knowledge/pact-mcp.md +204 -0
- package/templates/bmad/tea/testarch/knowledge/pactjs-utils-consumer-helpers.md +211 -0
- package/templates/bmad/tea/testarch/knowledge/pactjs-utils-overview.md +210 -0
- package/templates/bmad/tea/testarch/knowledge/pactjs-utils-provider-verifier.md +315 -0
- package/templates/bmad/tea/testarch/knowledge/pactjs-utils-request-filter.md +224 -0
- package/templates/bmad/tea/testarch/tea-index.csv +5 -0
- package/templates/bmad/tea/workflows/testarch/README.md +1 -1
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +30 -0
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +159 -57
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04a-subagent-api-failing.md +215 -0
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04b-subagent-e2e-failing.md +244 -0
- package/templates/bmad/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +31 -15
- package/templates/bmad/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/atdd/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +32 -0
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +215 -101
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03a-subagent-api.md +193 -0
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03b-subagent-backend.md +246 -0
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03b-subagent-e2e.md +213 -0
- package/templates/bmad/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +38 -22
- package/templates/bmad/tea/workflows/testarch/automate/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/automate/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/automate/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +124 -1
- package/templates/bmad/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +7 -0
- package/templates/bmad/tea/workflows/testarch/ci/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/ci/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/ci/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +126 -3
- package/templates/bmad/tea/workflows/testarch/framework/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/framework/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/framework/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +150 -36
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subagent-security.md +138 -0
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subagent-performance.md +84 -0
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subagent-reliability.md +85 -0
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subagent-scalability.md +88 -0
- package/templates/bmad/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +27 -10
- package/templates/bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/nfr-assess/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +3 -3
- package/templates/bmad/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +6 -6
- package/templates/bmad/tea/workflows/testarch/teach-me-testing/workflow.md +1 -1
- package/templates/bmad/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +30 -0
- package/templates/bmad/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +72 -1
- package/templates/bmad/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/test-design/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +29 -1
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +147 -46
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03a-subagent-determinism.md +214 -0
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03b-subagent-isolation.md +125 -0
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03c-subagent-maintainability.md +102 -0
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03e-subagent-performance.md +117 -0
- package/templates/bmad/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +10 -10
- package/templates/bmad/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/test-review/workflow.yaml +2 -2
- package/templates/bmad/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +92 -1
- package/templates/bmad/tea/workflows/testarch/trace/validation-report-20260127-095021.md +1 -1
- package/templates/bmad/tea/workflows/testarch/trace/validation-report-20260127-102401.md +3 -3
- package/templates/bmad/tea/workflows/testarch/trace/workflow.yaml +2 -2
- package/templates/ecc/agents/chief-of-staff.md +151 -0
- package/templates/ecc/commands/claw.md +79 -0
- package/templates/ecc/rules/README.md +23 -2
- package/templates/ecc/rules/common/development-workflow.md +37 -0
- package/templates/ecc/rules/common/git-workflow.md +2 -23
- package/templates/ecc/rules/swift/coding-style.md +47 -0
- package/templates/ecc/rules/swift/hooks.md +20 -0
- package/templates/ecc/rules/swift/patterns.md +66 -0
- package/templates/ecc/rules/swift/security.md +33 -0
- package/templates/ecc/rules/swift/testing.md +45 -0
- package/templates/ecc/skills/api-design/SKILL.md +1 -0
- package/templates/ecc/skills/article-writing/SKILL.md +85 -0
- package/templates/ecc/skills/backend-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/clickhouse-io/SKILL.md +1 -0
- package/templates/ecc/skills/coding-standards/SKILL.md +1 -0
- package/templates/ecc/skills/configure-ecc/SKILL.md +32 -4
- package/templates/ecc/skills/content-engine/SKILL.md +88 -0
- package/templates/ecc/skills/content-hash-cache-pattern/SKILL.md +1 -0
- package/templates/ecc/skills/continuous-learning/SKILL.md +2 -1
- package/templates/ecc/skills/continuous-learning-v2/SKILL.md +4 -1
- package/templates/ecc/skills/continuous-learning-v2/hooks/observe.sh +14 -7
- package/templates/ecc/skills/cost-aware-llm-pipeline/SKILL.md +1 -0
- package/templates/ecc/skills/cpp-coding-standards/SKILL.md +1 -0
- package/templates/ecc/skills/cpp-testing/SKILL.md +1 -0
- package/templates/ecc/skills/database-migrations/SKILL.md +1 -0
- package/templates/ecc/skills/deployment-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/django-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/django-security/SKILL.md +1 -0
- package/templates/ecc/skills/django-tdd/SKILL.md +1 -0
- package/templates/ecc/skills/django-verification/SKILL.md +1 -0
- package/templates/ecc/skills/docker-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/e2e-testing/SKILL.md +1 -0
- package/templates/ecc/skills/eval-harness/SKILL.md +1 -0
- package/templates/ecc/skills/foundation-models-on-device/SKILL.md +243 -0
- package/templates/ecc/skills/frontend-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/frontend-slides/SKILL.md +184 -0
- package/templates/ecc/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/templates/ecc/skills/golang-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/golang-testing/SKILL.md +1 -0
- package/templates/ecc/skills/investor-materials/SKILL.md +96 -0
- package/templates/ecc/skills/investor-outreach/SKILL.md +76 -0
- package/templates/ecc/skills/iterative-retrieval/SKILL.md +1 -0
- package/templates/ecc/skills/java-coding-standards/SKILL.md +1 -0
- package/templates/ecc/skills/jpa-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/liquid-glass-design/SKILL.md +279 -0
- package/templates/ecc/skills/market-research/SKILL.md +75 -0
- package/templates/ecc/skills/nutrient-document-processing/SKILL.md +1 -1
- package/templates/ecc/skills/postgres-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/project-guidelines-example/SKILL.md +1 -0
- package/templates/ecc/skills/python-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/python-testing/SKILL.md +1 -0
- package/templates/ecc/skills/regex-vs-llm-structured-text/SKILL.md +1 -0
- package/templates/ecc/skills/search-first/SKILL.md +3 -1
- package/templates/ecc/skills/security-review/SKILL.md +1 -0
- package/templates/ecc/skills/security-scan/SKILL.md +1 -0
- package/templates/ecc/skills/skill-stocktake/SKILL.md +176 -0
- package/templates/ecc/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
- package/templates/ecc/skills/skill-stocktake/scripts/save-results.sh +56 -0
- package/templates/ecc/skills/skill-stocktake/scripts/scan.sh +170 -0
- package/templates/ecc/skills/springboot-patterns/SKILL.md +1 -0
- package/templates/ecc/skills/springboot-security/SKILL.md +1 -0
- package/templates/ecc/skills/springboot-tdd/SKILL.md +1 -0
- package/templates/ecc/skills/springboot-verification/SKILL.md +1 -0
- package/templates/ecc/skills/strategic-compact/SKILL.md +1 -0
- package/templates/ecc/skills/swift-actor-persistence/SKILL.md +1 -0
- package/templates/ecc/skills/swift-concurrency-6-2/SKILL.md +216 -0
- package/templates/ecc/skills/swift-protocol-di-testing/SKILL.md +1 -0
- package/templates/ecc/skills/swiftui-patterns/SKILL.md +259 -0
- package/templates/ecc/skills/tdd-workflow/SKILL.md +1 -0
- package/templates/ecc/skills/verification-loop/SKILL.md +1 -0
- package/templates/ecc/skills/visa-doc-translate/README.md +86 -0
- package/templates/ecc/skills/visa-doc-translate/SKILL.md +117 -0
- package/templates/ext-skills/pinchtab/SKILL.md +89 -486
- package/templates/ext-skills/pinchtab/TRUST.md +69 -0
- package/templates/ext-skills/pinchtab/references/api.md +297 -0
- package/templates/ext-skills/pinchtab/references/env.md +45 -0
- package/templates/ext-skills/pinchtab/references/profiles.md +107 -0
- package/templates/plugins/claude-code-setup/.claude-plugin/plugin.json +9 -0
- package/templates/plugins/claude-code-setup/LICENSE +202 -0
- package/templates/plugins/claude-code-setup/README.md +29 -0
- package/templates/plugins/claude-code-setup/automation-recommender-example.png +0 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/SKILL.md +288 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/hooks-patterns.md +226 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/mcp-servers.md +263 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/plugins-reference.md +98 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/skills-reference.md +408 -0
- package/templates/plugins/claude-code-setup/skills/claude-automation-recommender/references/subagent-templates.md +181 -0
- package/templates/plugins/claude-md-management/.claude-plugin/plugin.json +9 -0
- package/templates/plugins/claude-md-management/LICENSE +202 -0
- package/templates/plugins/claude-md-management/README.md +40 -0
- package/templates/plugins/claude-md-management/claude-md-improver-example.png +0 -0
- package/templates/plugins/claude-md-management/commands/revise-claude-md.md +54 -0
- package/templates/plugins/claude-md-management/revise-claude-md-example.png +0 -0
- package/templates/plugins/claude-md-management/skills/claude-md-improver/SKILL.md +179 -0
- package/templates/plugins/claude-md-management/skills/claude-md-improver/references/quality-criteria.md +109 -0
- package/templates/plugins/claude-md-management/skills/claude-md-improver/references/templates.md +253 -0
- package/templates/plugins/claude-md-management/skills/claude-md-improver/references/update-guidelines.md +150 -0
- package/templates/plugins/code-simplifier/.claude-plugin/plugin.json +9 -0
- package/templates/plugins/code-simplifier/LICENSE +202 -0
- package/templates/plugins/code-simplifier/agents/code-simplifier.md +52 -0
- package/templates/plugins/commit-commands/.claude-plugin/plugin.json +9 -0
- package/templates/plugins/commit-commands/LICENSE +202 -0
- package/templates/plugins/commit-commands/README.md +225 -0
- package/templates/plugins/commit-commands/commands/clean_gone.md +53 -0
- package/templates/plugins/commit-commands/commands/commit-push-pr.md +20 -0
- package/templates/plugins/commit-commands/commands/commit.md +17 -0
- package/templates/trae-bmad/rules/bmad-bmm-check-implementation-readiness.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-code-review.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-correct-course.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-create-architecture.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-create-epics-and-stories.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-create-prd.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-create-product-brief.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-create-story.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-create-ux-design.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-dev-story.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-document-project.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-domain-research.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-edit-prd.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-generate-project-context.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-market-research.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-qa-generate-e2e-tests.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-quick-dev.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-quick-spec.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-retrospective.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-sprint-planning.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-sprint-status.md +4 -4
- package/templates/trae-bmad/rules/bmad-bmm-technical-research.md +2 -2
- package/templates/trae-bmad/rules/bmad-bmm-validate-prd.md +2 -2
- package/templates/trae-bmad/rules/bmad-brainstorming.md +2 -2
- package/templates/trae-bmad/rules/bmad-editorial-review-prose.md +1 -1
- package/templates/trae-bmad/rules/bmad-editorial-review-structure.md +1 -1
- package/templates/trae-bmad/rules/bmad-help.md +1 -1
- package/templates/trae-bmad/rules/bmad-index-docs.md +1 -1
- package/templates/trae-bmad/rules/bmad-party-mode.md +2 -2
- package/templates/trae-bmad/rules/bmad-review-adversarial-general.md +1 -1
- package/templates/trae-bmad/rules/bmad-review-edge-case-hunter.md +10 -0
- package/templates/trae-bmad/rules/bmad-shard-doc.md +1 -1
- package/templates/trae-bmad/rules/bmad-tea-teach-me-testing.md +2 -2
- package/templates/trae-bmad/rules/bmad-tea-testarch-atdd.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-automate.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-ci.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-framework.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-nfr.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-test-design.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-test-review.md +4 -4
- package/templates/trae-bmad/rules/bmad-tea-testarch-trace.md +4 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
ide: claude-code
|
|
2
|
-
configured_date: 2026-
|
|
3
|
-
last_updated: 2026-
|
|
4
|
-
configuration:
|
|
5
|
-
_noConfigNeeded: true
|
|
1
|
+
ide: claude-code
|
|
2
|
+
configured_date: 2026-03-01T10:34:06.219Z
|
|
3
|
+
last_updated: 2026-03-01T10:34:06.219Z
|
|
4
|
+
configuration:
|
|
5
|
+
_noConfigNeeded: true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
ide: trae
|
|
2
|
-
configured_date: 2026-
|
|
3
|
-
last_updated: 2026-
|
|
4
|
-
configuration:
|
|
5
|
-
_noConfigNeeded: true
|
|
1
|
+
ide: trae
|
|
2
|
+
configured_date: 2026-03-01T10:34:06.306Z
|
|
3
|
+
last_updated: 2026-03-01T10:34:06.306Z
|
|
4
|
+
configuration:
|
|
5
|
+
_noConfigNeeded: true
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
name,displayName,description,module,path,standalone
|
|
2
|
-
"editorial-review-prose","Editorial Review - Prose","Clinical copy-editor that reviews text for communication issues. Use when user says
|
|
3
|
-
"editorial-review-structure","Editorial Review - Structure","Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests
|
|
4
|
-
"help","help","Analyzes what is done and the users query and offers advice on what to do next. Use if user says
|
|
5
|
-
"index-docs","Index Docs","Generates or updates an index.md to reference all docs in the folder. Use if user requests to
|
|
6
|
-
"review-adversarial-general","Adversarial Review (General)","Perform a Cynical Review and produce a findings report. Use when the user requests a
|
|
7
|
-
"
|
|
2
|
+
"editorial-review-prose","Editorial Review - Prose","Clinical copy-editor that reviews text for communication issues. Use when user says review for prose or improve the prose","core","_bmad/core/tasks/editorial-review-prose.xml","true"
|
|
3
|
+
"editorial-review-structure","Editorial Review - Structure","Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension. Use when user requests structural review or editorial review of structure","core","_bmad/core/tasks/editorial-review-structure.xml","true"
|
|
4
|
+
"help","help","Analyzes what is done and the users query and offers advice on what to do next. Use if user says what should I do next or what do I do now","core","_bmad/core/tasks/help.md","true"
|
|
5
|
+
"index-docs","Index Docs","Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder","core","_bmad/core/tasks/index-docs.xml","true"
|
|
6
|
+
"review-adversarial-general","Adversarial Review (General)","Perform a Cynical Review and produce a findings report. Use when the user requests a critical review of something","core","_bmad/core/tasks/review-adversarial-general.xml","true"
|
|
7
|
+
"review-edge-case-hunter","Edge Case Hunter Review","Walk every branching path and boundary condition in content, report only unhandled edge cases. Orthogonal to adversarial review - method-driven not attitude-driven.","core","_bmad/core/tasks/review-edge-case-hunter.xml","true"
|
|
8
|
+
"shard-doc","Shard Document","Splits large markdown documents into smaller, organized files based on level 2 (default) sections. Use if the user says perform shard document","core","_bmad/core/tasks/shard-doc.xml","true"
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
name,description,module,path
|
|
2
|
-
"brainstorming","Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says
|
|
3
|
-
"party-mode","Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests
|
|
4
|
-
"create-product-brief","Create product brief through collaborative discovery. Use when the user says
|
|
5
|
-
"domain-research","Conduct domain and industry research. Use when the user says
|
|
6
|
-
"market-research","Conduct market research on competition and customers. Use when the user says
|
|
7
|
-
"technical-research","Conduct technical research on technologies and architecture. Use when the user says
|
|
8
|
-
"create-prd","Create a PRD from scratch. Use when the user says
|
|
9
|
-
"edit-prd","Edit an existing PRD. Use when the user says
|
|
10
|
-
"validate-prd","Validate a PRD against standards. Use when the user says
|
|
11
|
-
"create-ux-design","Plan UX patterns and design specifications. Use when the user says
|
|
12
|
-
"check-implementation-readiness","Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says
|
|
13
|
-
"create-architecture","Create architecture solution design decisions for AI agent consistency. Use when the user says
|
|
14
|
-
"create-epics-and-stories","Break requirements into epics and user stories. Use when the user says
|
|
15
|
-
"code-review","Perform adversarial code review finding specific issues. Use when the user says
|
|
16
|
-
"correct-course","Manage significant changes during sprint execution. Use when the user says
|
|
17
|
-
"create-story","Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says
|
|
18
|
-
"dev-story","Execute story implementation following a context filled story spec file. Use when the user says
|
|
19
|
-
"retrospective","Post-epic review to extract lessons and assess success. Use when the user says
|
|
20
|
-
"sprint-planning","Generate sprint status tracking from epics. Use when the user says
|
|
21
|
-
"sprint-status","Summarize sprint status and surface risks. Use when the user says
|
|
22
|
-
"quick-dev","Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says
|
|
23
|
-
"quick-spec","Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says
|
|
24
|
-
"document-project","Document brownfield projects for AI context. Use when the user says
|
|
25
|
-
"generate-project-context","Create project-context.md with AI rules. Use when the user says
|
|
26
|
-
"qa-generate-e2e-tests","Generate end to end automated tests for existing features. Use when the user says
|
|
27
|
-
"testarch-atdd","Generate failing acceptance tests using TDD cycle. Use when the user says
|
|
28
|
-
"testarch-automate","Expand test automation coverage for codebase. Use when the user says
|
|
29
|
-
"testarch-ci","Scaffold CI/CD quality pipeline with test execution. Use when the user says
|
|
30
|
-
"testarch-framework","Initialize test framework with Playwright or Cypress. Use when the user says
|
|
31
|
-
"testarch-nfr","Assess NFRs like performance security and reliability. Use when the user says
|
|
32
|
-
"teach-me-testing","Teach testing progressively through structured sessions. Use when user says
|
|
33
|
-
"testarch-test-design","Create system-level or epic-level test plans. Use when the user says
|
|
34
|
-
"testarch-test-review","Review test quality using best practices validation. Use when the user says
|
|
35
|
-
"testarch-trace","Generate traceability matrix and quality gate decision. Use when the user says
|
|
2
|
+
"brainstorming","Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods. Use when the user says help me brainstorm or help me ideate.","core","_bmad/core/workflows/brainstorming/workflow.md"
|
|
3
|
+
"party-mode","Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations. Use when user requests party mode.","core","_bmad/core/workflows/party-mode/workflow.md"
|
|
4
|
+
"create-product-brief","Create product brief through collaborative discovery. Use when the user says ""lets create a product brief"" or ""help me create a project brief""","bmm","_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md"
|
|
5
|
+
"domain-research","Conduct domain and industry research. Use when the user says ""lets create a research report on [domain or industry]""","bmm","_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md"
|
|
6
|
+
"market-research","Conduct market research on competition and customers. Use when the user says ""create a market research report about [business idea]"".","bmm","_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md"
|
|
7
|
+
"technical-research","Conduct technical research on technologies and architecture. Use when the user says ""create a technical research report on [topic]"".","bmm","_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md"
|
|
8
|
+
"create-prd","Create a PRD from scratch. Use when the user says ""lets create a product requirements document"" or ""I want to create a new PRD""","bmm","_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md"
|
|
9
|
+
"edit-prd","Edit an existing PRD. Use when the user says ""edit this PRD"".","bmm","_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md"
|
|
10
|
+
"validate-prd","Validate a PRD against standards. Use when the user says ""validate this PRD"" or ""run PRD validation""","bmm","_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md"
|
|
11
|
+
"create-ux-design","Plan UX patterns and design specifications. Use when the user says ""lets create UX design"" or ""create UX specifications"" or ""help me plan the UX""","bmm","_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md"
|
|
12
|
+
"check-implementation-readiness","Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says ""check implementation readiness"".","bmm","_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md"
|
|
13
|
+
"create-architecture","Create architecture solution design decisions for AI agent consistency. Use when the user says ""lets create architecture"" or ""create technical architecture"" or ""create a solution design""","bmm","_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md"
|
|
14
|
+
"create-epics-and-stories","Break requirements into epics and user stories. Use when the user says ""create the epics and stories list""","bmm","_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md"
|
|
15
|
+
"code-review","Perform adversarial code review finding specific issues. Use when the user says ""run code review"" or ""review this code""","bmm","_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml"
|
|
16
|
+
"correct-course","Manage significant changes during sprint execution. Use when the user says ""correct course"" or ""propose sprint change""","bmm","_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml"
|
|
17
|
+
"create-story","Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says ""create the next story"" or ""create story [story identifier]""","bmm","_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml"
|
|
18
|
+
"dev-story","Execute story implementation following a context filled story spec file. Use when the user says ""dev this story [story file]"" or ""implement the next story in the sprint plan""","bmm","_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml"
|
|
19
|
+
"retrospective","Post-epic review to extract lessons and assess success. Use when the user says ""run a retrospective"" or ""lets retro the epic [epic]""","bmm","_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml"
|
|
20
|
+
"sprint-planning","Generate sprint status tracking from epics. Use when the user says ""run sprint planning"" or ""generate sprint plan""","bmm","_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml"
|
|
21
|
+
"sprint-status","Summarize sprint status and surface risks. Use when the user says ""check sprint status"" or ""show sprint status""","bmm","_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml"
|
|
22
|
+
"quick-dev","Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says ""implement this quick spec"" or ""proceed with implementation of [quick tech spec]""","bmm","_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md"
|
|
23
|
+
"quick-spec","Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says ""create a quick spec"" or ""generate a quick tech spec""","bmm","_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md"
|
|
24
|
+
"document-project","Document brownfield projects for AI context. Use when the user says ""document this project"" or ""generate project docs""","bmm","_bmad/bmm/workflows/document-project/workflow.yaml"
|
|
25
|
+
"generate-project-context","Create project-context.md with AI rules. Use when the user says ""generate project context"" or ""create project context""","bmm","_bmad/bmm/workflows/generate-project-context/workflow.md"
|
|
26
|
+
"qa-generate-e2e-tests","Generate end to end automated tests for existing features. Use when the user says ""create qa automated tests for [feature]""","bmm","_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml"
|
|
27
|
+
"testarch-atdd","Generate failing acceptance tests using TDD cycle. Use when the user says ""lets write acceptance tests"" or ""I want to do ATDD""","tea","_bmad/tea/workflows/testarch/atdd/workflow.yaml"
|
|
28
|
+
"testarch-automate","Expand test automation coverage for codebase. Use when the user says ""lets expand test coverage"" or ""I want to automate tests""","tea","_bmad/tea/workflows/testarch/automate/workflow.yaml"
|
|
29
|
+
"testarch-ci","Scaffold CI/CD quality pipeline with test execution. Use when the user says ""lets setup CI pipeline"" or ""I want to create quality gates""","tea","_bmad/tea/workflows/testarch/ci/workflow.yaml"
|
|
30
|
+
"testarch-framework","Initialize test framework with Playwright or Cypress. Use when the user says ""lets setup test framework"" or ""I want to initialize testing framework""","tea","_bmad/tea/workflows/testarch/framework/workflow.yaml"
|
|
31
|
+
"testarch-nfr","Assess NFRs like performance security and reliability. Use when the user says ""lets assess NFRs"" or ""I want to evaluate non-functional requirements""","tea","_bmad/tea/workflows/testarch/nfr-assess/workflow.yaml"
|
|
32
|
+
"teach-me-testing","Teach testing progressively through structured sessions. Use when user says ""lets learn testing"" or ""I want to study test practices""","tea","_bmad/tea/workflows/testarch/teach-me-testing/workflow.md"
|
|
33
|
+
"testarch-test-design","Create system-level or epic-level test plans. Use when the user says ""lets design test plan"" or ""I want to create test strategy""","tea","_bmad/tea/workflows/testarch/test-design/workflow.yaml"
|
|
34
|
+
"testarch-test-review","Review test quality using best practices validation. Use when the user says ""lets review tests"" or ""I want to evaluate test quality""","tea","_bmad/tea/workflows/testarch/test-review/workflow.yaml"
|
|
35
|
+
"testarch-trace","Generate traceability matrix and quality gate decision. Use when the user says ""lets create traceability matrix"" or ""I want to analyze test coverage""","tea","_bmad/tea/workflows/testarch/trace/workflow.yaml"
|
|
@@ -84,7 +84,7 @@ Ready to generate some tests? Just say `QA` or `bmad-bmm-qa-automate`!
|
|
|
84
84
|
<menu>
|
|
85
85
|
<item cmd="MH or fuzzy match on menu or help">[MH] Redisplay Menu Help</item>
|
|
86
86
|
<item cmd="CH or fuzzy match on chat">[CH] Chat with the Agent about anything</item>
|
|
87
|
-
<item cmd="QA or fuzzy match on qa-automate" workflow="{project-root}/_bmad/bmm/workflows/qa/
|
|
87
|
+
<item cmd="QA or fuzzy match on qa-automate" workflow="{project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml">[QA] Automate - Generate tests for existing features (simplified)</item>
|
|
88
88
|
<item cmd="PM or fuzzy match on party-mode" exec="{project-root}/_bmad/core/workflows/party-mode/workflow.md">[PM] Start Party Mode</item>
|
|
89
89
|
<item cmd="DA or fuzzy match on exit, leave, goodbye or dismiss agent">[DA] Dismiss Agent</item>
|
|
90
90
|
</menu>
|
|
@@ -27,5 +27,5 @@ bmm,4-implementation,Validate Story,VS,35,_bmad/bmm/workflows/4-implementation/c
|
|
|
27
27
|
bmm,4-implementation,Create Story,CS,30,_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml,bmad-bmm-create-story,true,sm,Create Mode,"Story cycle start: Prepare first found story in the sprint plan that is next, or if the command is run with a specific epic and story designation with context. Once complete, then VS then DS then CR then back to DS if needed or next CS or ER",implementation_artifacts,story,
|
|
28
28
|
bmm,4-implementation,Dev Story,DS,40,_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml,bmad-bmm-dev-story,true,dev,Create Mode,"Story cycle: Execute story implementation tasks and tests then CR then back to DS if fixes needed",,,
|
|
29
29
|
bmm,4-implementation,Code Review,CR,50,_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml,bmad-bmm-code-review,false,dev,Create Mode,"Story cycle: If issues back to DS if approved then next CS or ER if epic complete",,,
|
|
30
|
-
bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa/
|
|
30
|
+
bmm,4-implementation,QA Automation Test,QA,45,_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml,bmad-bmm-qa-automate,false,qa,Create Mode,"Generate automated API and E2E tests for implemented code using the project's existing test framework (detects existing well known in use test frameworks). Use after implementation to add test coverage. NOT for code review or story validation - use CR for that.",implementation_artifacts,"test suite",
|
|
31
31
|
bmm,4-implementation,Retrospective,ER,60,_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml,bmad-bmm-retrospective,false,sm,Create Mode,"Optional at epic end: Review completed work lessons learned and next epic or if major issues consider CC",implementation_artifacts,retrospective,
|
package/templates/bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md
CHANGED
|
@@ -128,7 +128,7 @@ Recap that the brief captures everything needed to guide subsequent product deve
|
|
|
128
128
|
|
|
129
129
|
### 5. Suggest next steps
|
|
130
130
|
|
|
131
|
-
Product Brief complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
131
|
+
Product Brief complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
132
132
|
|
|
133
133
|
---
|
|
134
134
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-product-brief
|
|
3
|
-
description: Create product brief through collaborative discovery. Use when the user says
|
|
3
|
+
description: 'Create product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Product Brief Workflow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: domain-research
|
|
3
|
-
description: Conduct domain and industry research. Use when the user says
|
|
3
|
+
description: 'Conduct domain and industry research. Use when the user says "lets create a research report on [domain or industry]"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Domain Research Workflow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: market-research
|
|
3
|
-
description: Conduct market research on competition and customers. Use when the user says
|
|
3
|
+
description: 'Conduct market research on competition and customers. Use when the user says "create a market research report about [business idea]".'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Market Research Workflow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: technical-research
|
|
3
|
-
description: Conduct technical research on technologies and architecture. Use when the user says
|
|
3
|
+
description: 'Conduct technical research on technologies and architecture. Use when the user says "create a technical research report on [topic]".'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Technical Research Workflow
|
package/templates/bmad/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md
CHANGED
|
@@ -87,7 +87,7 @@ Offer validation workflows to ensure PRD is ready for implementation:
|
|
|
87
87
|
|
|
88
88
|
### 4. Suggest Next Workflows
|
|
89
89
|
|
|
90
|
-
PRD complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
90
|
+
PRD complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
91
91
|
|
|
92
92
|
### 5. Final Completion Confirmation
|
|
93
93
|
|
|
@@ -197,7 +197,7 @@ Display:
|
|
|
197
197
|
- **IF X (Exit):**
|
|
198
198
|
- Display: "**Validation Report Saved:** {validationReportPath}"
|
|
199
199
|
- Display: "**Summary:** {overall status} - {recommendation}"
|
|
200
|
-
- PRD Validation complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
200
|
+
- PRD Validation complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
201
201
|
|
|
202
202
|
- **IF Any other:** Help user, then redisplay menu
|
|
203
203
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-prd
|
|
3
|
-
description: Create a PRD from scratch. Use when the user says
|
|
3
|
+
description: 'Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"'
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
5
|
nextStep: './steps-c/step-01-init.md'
|
|
6
6
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: edit-prd
|
|
3
|
-
description: Edit an existing PRD. Use when the user says
|
|
3
|
+
description: 'Edit an existing PRD. Use when the user says "edit this PRD".'
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
5
|
editWorkflow: './steps-e/step-e-01-discovery.md'
|
|
6
6
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: validate-prd
|
|
3
|
-
description: Validate a PRD against standards. Use when the user says
|
|
3
|
+
description: 'Validate a PRD against standards. Use when the user says "validate this PRD" or "run PRD validation"'
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
5
|
validateWorkflow: './steps-v/step-v-01-discovery.md'
|
|
6
6
|
---
|
package/templates/bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md
CHANGED
|
@@ -82,7 +82,7 @@ Update the main workflow status file:
|
|
|
82
82
|
|
|
83
83
|
### 3. Suggest Next Steps
|
|
84
84
|
|
|
85
|
-
UX Design complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
85
|
+
UX Design complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
86
86
|
|
|
87
87
|
### 5. Final Completion Confirmation
|
|
88
88
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-ux-design
|
|
3
|
-
description: Plan UX patterns and design specifications. Use when the user says
|
|
3
|
+
description: 'Plan UX patterns and design specifications. Use when the user says "lets create UX design" or "create UX specifications" or "help me plan the UX"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Create UX Design Workflow
|
|
@@ -109,7 +109,7 @@ The assessment found [number] issues requiring attention. Review the detailed re
|
|
|
109
109
|
|
|
110
110
|
The implementation readiness workflow is now complete. The report contains all findings and recommendations for the user to consider.
|
|
111
111
|
|
|
112
|
-
Implementation Readiness complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
112
|
+
Implementation Readiness complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
113
113
|
|
|
114
114
|
---
|
|
115
115
|
|
package/templates/bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: check-implementation-readiness
|
|
3
|
-
description: Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says
|
|
3
|
+
description: 'Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Implementation Readiness
|
package/templates/bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md
CHANGED
|
@@ -41,7 +41,7 @@ completedAt: '{{current_date}}'
|
|
|
41
41
|
|
|
42
42
|
### 3. Next Steps Guidance
|
|
43
43
|
|
|
44
|
-
Architecture complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
44
|
+
Architecture complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
45
45
|
|
|
46
46
|
Upon Completion of task output: offer to answer any questions about the Architecture Document.
|
|
47
47
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-architecture
|
|
3
|
-
description: Create architecture solution design decisions for AI agent consistency. Use when the user says
|
|
3
|
+
description: 'Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Architecture Workflow
|
|
@@ -144,6 +144,6 @@ If all validations pass:
|
|
|
144
144
|
|
|
145
145
|
When C is selected, the workflow is complete and the epics.md is ready for development.
|
|
146
146
|
|
|
147
|
-
Epics and Stories complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
147
|
+
Epics and Stories complete. Read fully and follow: `{project-root}/_bmad/core/tasks/help.md`
|
|
148
148
|
|
|
149
149
|
Upon Completion of task output: offer to answer any questions about the Epics and Stories.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: create-epics-and-stories
|
|
3
|
-
description: Break requirements into epics and user stories. Use when the user says
|
|
3
|
+
description: 'Break requirements into epics and user stories. Use when the user says "create the epics and stories list"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Create Epics and Stories
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Review Story Workflow
|
|
2
2
|
name: code-review
|
|
3
|
-
description:
|
|
3
|
+
description: 'Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"'
|
|
4
4
|
|
|
5
5
|
# Critical variables from config
|
|
6
6
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Correct Course - Sprint Change Management Workflow
|
|
2
2
|
name: "correct-course"
|
|
3
|
-
description:
|
|
3
|
+
description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
|
|
4
4
|
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
6
6
|
user_name: "{config_source}:user_name"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: create-story
|
|
2
|
-
description:
|
|
2
|
+
description: 'Creates a dedicated story file with all the context the agent will need to implement it later. Use when the user says "create the next story" or "create story [story identifier]"'
|
|
3
3
|
|
|
4
4
|
# Critical variables from config
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: dev-story
|
|
2
|
-
description:
|
|
2
|
+
description: 'Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan"'
|
|
3
3
|
|
|
4
4
|
# Critical variables from config
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Retrospective - Epic Completion Review Workflow
|
|
2
2
|
name: "retrospective"
|
|
3
|
-
description:
|
|
3
|
+
description: 'Post-epic review to extract lessons and assess success. Use when the user says "run a retrospective" or "lets retro the epic [epic]"'
|
|
4
4
|
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
6
6
|
user_name: "{config_source}:user_name"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: sprint-planning
|
|
2
|
-
description:
|
|
2
|
+
description: 'Generate sprint status tracking from epics. Use when the user says "run sprint planning" or "generate sprint plan"'
|
|
3
3
|
author: "BMad"
|
|
4
4
|
|
|
5
5
|
# Critical variables from config
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sprint Status - Implementation Tracker
|
|
2
2
|
name: sprint-status
|
|
3
|
-
description:
|
|
3
|
+
description: 'Summarize sprint status and surface risks. Use when the user says "check sprint status" or "show sprint status"'
|
|
4
4
|
author: "BMad"
|
|
5
5
|
|
|
6
6
|
# Critical variables from config
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: quick-dev
|
|
3
|
-
description:
|
|
3
|
+
description: 'Implement a Quick Tech Spec for small changes or features. Use when the user provides a quick tech spec and says "implement this quick spec" or "proceed with implementation of [quick tech spec]"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Quick Dev Workflow
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: quick-spec
|
|
3
|
-
description: Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says
|
|
3
|
+
description: 'Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec"'
|
|
4
4
|
main_config: '{project-root}/_bmad/bmm/config.yaml'
|
|
5
5
|
|
|
6
6
|
# Checkpoint handler paths
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Document Project Workflow Configuration
|
|
2
2
|
name: "document-project"
|
|
3
3
|
version: "1.2.0"
|
|
4
|
-
description:
|
|
4
|
+
description: 'Document brownfield projects for AI context. Use when the user says "document this project" or "generate project docs"'
|
|
5
5
|
author: "BMad"
|
|
6
6
|
|
|
7
7
|
# Critical variables
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: generate-project-context
|
|
3
|
-
description: Create project-context.md with AI rules. Use when the user says
|
|
3
|
+
description: 'Create project-context.md with AI rules. Use when the user says "generate project context" or "create project context"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Generate Project Context Workflow
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: qa-generate-e2e-tests
|
|
2
|
-
description:
|
|
2
|
+
description: 'Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]"'
|
|
3
3
|
|
|
4
4
|
# Critical variables from config
|
|
5
5
|
config_source: "{project-root}/_bmad/bmm/config.yaml"
|
|
@@ -10,7 +10,7 @@ document_output_language: "{config_source}:document_output_language"
|
|
|
10
10
|
date: system-generated
|
|
11
11
|
|
|
12
12
|
# Workflow components
|
|
13
|
-
installed_path: "{project-root}/_bmad/bmm/workflows/qa
|
|
13
|
+
installed_path: "{project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests"
|
|
14
14
|
instructions: "{installed_path}/instructions.md"
|
|
15
15
|
validation: "{installed_path}/checklist.md"
|
|
16
16
|
template: false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'check-implementation-readiness'
|
|
3
|
-
description: 'Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says
|
|
3
|
+
description: 'Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL
|
|
6
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'code-review'
|
|
3
|
-
description: 'Perform adversarial code review finding specific issues. Use when the user says
|
|
3
|
+
description: 'Perform adversarial code review finding specific issues. Use when the user says "run code review" or "review this code"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
7
7
|
|
|
8
8
|
<steps CRITICAL="TRUE">
|
|
9
|
-
1. Always LOAD the FULL
|
|
10
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config
|
|
11
|
-
3. Pass the yaml path
|
|
9
|
+
1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
|
|
10
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
|
|
11
|
+
3. Pass the yaml path {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
12
12
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
13
13
|
5. Save outputs after EACH section when generating any documents from templates
|
|
14
14
|
</steps>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'correct-course'
|
|
3
|
-
description: 'Manage significant changes during sprint execution. Use when the user says
|
|
3
|
+
description: 'Manage significant changes during sprint execution. Use when the user says "correct course" or "propose sprint change"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
|
7
7
|
|
|
8
8
|
<steps CRITICAL="TRUE">
|
|
9
|
-
1. Always LOAD the FULL
|
|
10
|
-
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config
|
|
11
|
-
3. Pass the yaml path
|
|
9
|
+
1. Always LOAD the FULL {project-root}/_bmad/core/tasks/workflow.xml
|
|
10
|
+
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
|
|
11
|
+
3. Pass the yaml path {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
|
12
12
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
|
13
13
|
5. Save outputs after EACH section when generating any documents from templates
|
|
14
14
|
</steps>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'create-architecture'
|
|
3
|
-
description: 'Create architecture solution design decisions for AI agent consistency. Use when the user says
|
|
3
|
+
description: 'Create architecture solution design decisions for AI agent consistency. Use when the user says "lets create architecture" or "create technical architecture" or "create a solution design"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL
|
|
6
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'create-epics-and-stories'
|
|
3
|
-
description: 'Break requirements into epics and user stories. Use when the user says
|
|
3
|
+
description: 'Break requirements into epics and user stories. Use when the user says "create the epics and stories list"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL
|
|
6
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md, READ its entire contents and follow its directions exactly!
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'create-prd'
|
|
3
|
-
description: 'Create a PRD from scratch. Use when the user says
|
|
3
|
+
description: 'Create a PRD from scratch. Use when the user says "lets create a product requirements document" or "I want to create a new PRD"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL
|
|
6
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md, READ its entire contents and follow its directions exactly!
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 'create-product-brief'
|
|
3
|
-
description: 'Create product brief through collaborative discovery. Use when the user says
|
|
3
|
+
description: 'Create product brief through collaborative discovery. Use when the user says "lets create a product brief" or "help me create a project brief"'
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL
|
|
6
|
+
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md, READ its entire contents and follow its directions exactly!
|