scm-method 1.0.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/.claude-plugin/marketplace.json +77 -0
- package/AGENTS.md +12 -0
- package/LICENSE +30 -0
- package/README.md +109 -0
- package/README_CN.md +108 -0
- package/package.json +110 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/SKILL.md +6 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/domain-steps/step-01-init.md +137 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/domain-steps/step-02-domain-analysis.md +229 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/domain-steps/step-03-competitive-landscape.md +238 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/domain-steps/step-04-regulatory-focus.md +206 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/domain-steps/step-05-technical-trends.md +234 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/domain-steps/step-06-research-synthesis.md +444 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/research.template.md +29 -0
- package/src/bmm-skills/1-analysis/research/scm-domain-research/workflow.md +51 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/SKILL.md +6 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/research.template.md +29 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/steps/step-01-init.md +184 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/steps/step-02-customer-behavior.md +239 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/steps/step-03-customer-pain-points.md +251 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/steps/step-04-customer-decisions.md +261 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/steps/step-05-competitive-analysis.md +173 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/steps/step-06-research-completion.md +478 -0
- package/src/bmm-skills/1-analysis/research/scm-market-research/workflow.md +51 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/SKILL.md +6 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/research.template.md +29 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/technical-steps/step-01-init.md +137 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/technical-steps/step-02-technical-overview.md +239 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/technical-steps/step-03-integration-patterns.md +248 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/technical-steps/step-04-architectural-patterns.md +202 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/technical-steps/step-05-implementation-research.md +233 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/technical-steps/step-06-research-synthesis.md +487 -0
- package/src/bmm-skills/1-analysis/research/scm-technical-research/workflow.md +52 -0
- package/src/bmm-skills/1-analysis/scm-agent-analyst/SKILL.md +59 -0
- package/src/bmm-skills/1-analysis/scm-agent-analyst/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/1-analysis/scm-agent-tech-writer/SKILL.md +57 -0
- package/src/bmm-skills/1-analysis/scm-agent-tech-writer/explain-concept.md +20 -0
- package/src/bmm-skills/1-analysis/scm-agent-tech-writer/mermaid-gen.md +20 -0
- package/src/bmm-skills/1-analysis/scm-agent-tech-writer/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/1-analysis/scm-agent-tech-writer/validate-doc.md +19 -0
- package/src/bmm-skills/1-analysis/scm-agent-tech-writer/write-document.md +20 -0
- package/src/bmm-skills/1-analysis/scm-document-project/SKILL.md +6 -0
- package/src/bmm-skills/1-analysis/scm-document-project/checklist.md +245 -0
- package/src/bmm-skills/1-analysis/scm-document-project/documentation-requirements.csv +12 -0
- package/src/bmm-skills/1-analysis/scm-document-project/instructions.md +128 -0
- package/src/bmm-skills/1-analysis/scm-document-project/templates/deep-dive-template.md +345 -0
- package/src/bmm-skills/1-analysis/scm-document-project/templates/index-template.md +169 -0
- package/src/bmm-skills/1-analysis/scm-document-project/templates/project-overview-template.md +103 -0
- package/src/bmm-skills/1-analysis/scm-document-project/templates/project-scan-report-schema.json +160 -0
- package/src/bmm-skills/1-analysis/scm-document-project/templates/source-tree-template.md +135 -0
- package/src/bmm-skills/1-analysis/scm-document-project/workflow.md +25 -0
- package/src/bmm-skills/1-analysis/scm-document-project/workflows/deep-dive-instructions.md +299 -0
- package/src/bmm-skills/1-analysis/scm-document-project/workflows/deep-dive-workflow.md +34 -0
- package/src/bmm-skills/1-analysis/scm-document-project/workflows/full-scan-instructions.md +1107 -0
- package/src/bmm-skills/1-analysis/scm-document-project/workflows/full-scan-workflow.md +34 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/SKILL.md +96 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/agents/artifact-analyzer.md +60 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/agents/web-researcher.md +49 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/assets/prfaq-template.md +62 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/references/customer-faq.md +55 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/references/internal-faq.md +51 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/references/press-release.md +60 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/references/verdict.md +79 -0
- package/src/bmm-skills/1-analysis/scm-prfaq/scm-manifest.json +16 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/SKILL.md +82 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/agents/artifact-analyzer.md +60 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/agents/opportunity-reviewer.md +44 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/agents/skeptic-reviewer.md +44 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/agents/web-researcher.md +49 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/prompts/contextual-discovery.md +57 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/prompts/draft-and-review.md +86 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/prompts/finalize.md +75 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/prompts/guided-elicitation.md +70 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/resources/brief-template.md +60 -0
- package/src/bmm-skills/1-analysis/scm-product-brief/scm-manifest.json +17 -0
- package/src/bmm-skills/2-plan-workflows/scm-agent-pm/SKILL.md +59 -0
- package/src/bmm-skills/2-plan-workflows/scm-agent-pm/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/2-plan-workflows/scm-agent-ux-designer/SKILL.md +55 -0
- package/src/bmm-skills/2-plan-workflows/scm-agent-ux-designer/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/SKILL.md +6 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/data/domain-complexity.csv +15 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/data/prd-purpose.md +197 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/data/project-types.csv +11 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-01-init.md +178 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-01b-continue.md +161 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-02-discovery.md +208 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-02b-vision.md +142 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-02c-executive-summary.md +158 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-03-success.md +214 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-04-journeys.md +201 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-05-domain.md +194 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-06-innovation.md +211 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-07-project-type.md +222 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-08-scoping.md +216 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-09-functional.md +219 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-10-nonfunctional.md +230 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-11-polish.md +221 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/steps-c/step-12-complete.md +115 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/templates/prd-template.md +10 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-prd/workflow.md +61 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/SKILL.md +6 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-01-init.md +135 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-01b-continue.md +127 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-02-discovery.md +190 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-03-core-experience.md +217 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-04-emotional-response.md +220 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-05-inspiration.md +235 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-06-design-system.md +253 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-07-defining-experience.md +255 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-08-visual-foundation.md +225 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-09-design-directions.md +225 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-10-user-journeys.md +242 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-11-component-strategy.md +249 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-12-ux-patterns.md +238 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-13-responsive-accessibility.md +265 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/steps/step-14-complete.md +171 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/ux-design-template.md +13 -0
- package/src/bmm-skills/2-plan-workflows/scm-create-ux-design/workflow.md +35 -0
- package/src/bmm-skills/2-plan-workflows/scm-edit-prd/SKILL.md +6 -0
- package/src/bmm-skills/2-plan-workflows/scm-edit-prd/steps-e/step-e-01-discovery.md +242 -0
- package/src/bmm-skills/2-plan-workflows/scm-edit-prd/steps-e/step-e-01b-legacy-conversion.md +204 -0
- package/src/bmm-skills/2-plan-workflows/scm-edit-prd/steps-e/step-e-02-review.md +245 -0
- package/src/bmm-skills/2-plan-workflows/scm-edit-prd/steps-e/step-e-03-edit.md +250 -0
- package/src/bmm-skills/2-plan-workflows/scm-edit-prd/steps-e/step-e-04-complete.md +165 -0
- package/src/bmm-skills/2-plan-workflows/scm-edit-prd/workflow.md +62 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/SKILL.md +6 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/data/domain-complexity.csv +15 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/data/prd-purpose.md +197 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/data/project-types.csv +11 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-01-discovery.md +221 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-02-format-detection.md +188 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-02b-parity-check.md +206 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-03-density-validation.md +171 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-04-brief-coverage-validation.md +211 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-05-measurability-validation.md +225 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-06-traceability-validation.md +214 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-07-implementation-leakage-validation.md +202 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-08-domain-compliance-validation.md +240 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-09-project-type-validation.md +260 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-10-smart-validation.md +206 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-11-holistic-quality-validation.md +261 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-12-completeness-validation.md +239 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/steps-v/step-v-13-report-complete.md +229 -0
- package/src/bmm-skills/2-plan-workflows/scm-validate-prd/workflow.md +61 -0
- package/src/bmm-skills/3-solutioning/scm-agent-architect/SKILL.md +54 -0
- package/src/bmm-skills/3-solutioning/scm-agent-architect/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/SKILL.md +6 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/steps/step-01-document-discovery.md +179 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/steps/step-02-prd-analysis.md +168 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/steps/step-03-epic-coverage-validation.md +169 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/steps/step-04-ux-alignment.md +129 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/steps/step-05-epic-quality-review.md +241 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/steps/step-06-final-assessment.md +126 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/templates/readiness-report-template.md +4 -0
- package/src/bmm-skills/3-solutioning/scm-check-implementation-readiness/workflow.md +47 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/SKILL.md +6 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/architecture-decision-template.md +12 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/data/domain-complexity.csv +13 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/data/project-types.csv +7 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-01-init.md +153 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-01b-continue.md +173 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-02-context.md +224 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-03-starter.md +329 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-04-decisions.md +318 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-05-patterns.md +359 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-06-structure.md +379 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-07-validation.md +359 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/steps/step-08-complete.md +76 -0
- package/src/bmm-skills/3-solutioning/scm-create-architecture/workflow.md +32 -0
- package/src/bmm-skills/3-solutioning/scm-create-epics-and-stories/SKILL.md +6 -0
- package/src/bmm-skills/3-solutioning/scm-create-epics-and-stories/steps/step-01-validate-prerequisites.md +255 -0
- package/src/bmm-skills/3-solutioning/scm-create-epics-and-stories/steps/step-02-design-epics.md +212 -0
- package/src/bmm-skills/3-solutioning/scm-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
- package/src/bmm-skills/3-solutioning/scm-create-epics-and-stories/steps/step-04-final-validation.md +131 -0
- package/src/bmm-skills/3-solutioning/scm-create-epics-and-stories/templates/epics-template.md +61 -0
- package/src/bmm-skills/3-solutioning/scm-create-epics-and-stories/workflow.md +51 -0
- package/src/bmm-skills/3-solutioning/scm-generate-project-context/SKILL.md +6 -0
- package/src/bmm-skills/3-solutioning/scm-generate-project-context/project-context-template.md +21 -0
- package/src/bmm-skills/3-solutioning/scm-generate-project-context/steps/step-01-discover.md +186 -0
- package/src/bmm-skills/3-solutioning/scm-generate-project-context/steps/step-02-generate.md +321 -0
- package/src/bmm-skills/3-solutioning/scm-generate-project-context/steps/step-03-complete.md +278 -0
- package/src/bmm-skills/3-solutioning/scm-generate-project-context/workflow.md +39 -0
- package/src/bmm-skills/4-implementation/scm-agent-dev/SKILL.md +64 -0
- package/src/bmm-skills/4-implementation/scm-agent-dev/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/4-implementation/scm-agent-qa/SKILL.md +61 -0
- package/src/bmm-skills/4-implementation/scm-agent-qa/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/4-implementation/scm-agent-quick-flow-solo-dev/SKILL.md +53 -0
- package/src/bmm-skills/4-implementation/scm-agent-quick-flow-solo-dev/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/4-implementation/scm-agent-sm/SKILL.md +55 -0
- package/src/bmm-skills/4-implementation/scm-agent-sm/scm-skill-manifest.yaml +11 -0
- package/src/bmm-skills/4-implementation/scm-code-review/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-code-review/steps/step-01-gather-context.md +62 -0
- package/src/bmm-skills/4-implementation/scm-code-review/steps/step-02-review.md +34 -0
- package/src/bmm-skills/4-implementation/scm-code-review/steps/step-03-triage.md +49 -0
- package/src/bmm-skills/4-implementation/scm-code-review/steps/step-04-present.md +129 -0
- package/src/bmm-skills/4-implementation/scm-code-review/workflow.md +55 -0
- package/src/bmm-skills/4-implementation/scm-correct-course/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-correct-course/checklist.md +288 -0
- package/src/bmm-skills/4-implementation/scm-correct-course/workflow.md +267 -0
- package/src/bmm-skills/4-implementation/scm-create-story/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-create-story/checklist.md +357 -0
- package/src/bmm-skills/4-implementation/scm-create-story/discover-inputs.md +88 -0
- package/src/bmm-skills/4-implementation/scm-create-story/template.md +49 -0
- package/src/bmm-skills/4-implementation/scm-create-story/workflow.md +380 -0
- package/src/bmm-skills/4-implementation/scm-dev-story/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-dev-story/checklist.md +80 -0
- package/src/bmm-skills/4-implementation/scm-dev-story/workflow.md +450 -0
- package/src/bmm-skills/4-implementation/scm-qa-generate-e2e-tests/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-qa-generate-e2e-tests/checklist.md +33 -0
- package/src/bmm-skills/4-implementation/scm-qa-generate-e2e-tests/workflow.md +136 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/spec-template.md +88 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/step-01-clarify-and-route.md +66 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/step-02-plan.md +35 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/step-03-implement.md +37 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/step-04-review.md +49 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/step-05-present.md +63 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/step-oneshot.md +62 -0
- package/src/bmm-skills/4-implementation/scm-quick-dev/workflow.md +79 -0
- package/src/bmm-skills/4-implementation/scm-retrospective/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-retrospective/workflow.md +1479 -0
- package/src/bmm-skills/4-implementation/scm-sprint-planning/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-sprint-planning/checklist.md +33 -0
- package/src/bmm-skills/4-implementation/scm-sprint-planning/sprint-status-template.yaml +56 -0
- package/src/bmm-skills/4-implementation/scm-sprint-planning/workflow.md +263 -0
- package/src/bmm-skills/4-implementation/scm-sprint-status/SKILL.md +6 -0
- package/src/bmm-skills/4-implementation/scm-sprint-status/workflow.md +261 -0
- package/src/bmm-skills/module-help.csv +31 -0
- package/src/bmm-skills/module.yaml +50 -0
- package/src/core-skills/module-help.csv +11 -0
- package/src/core-skills/module.yaml +25 -0
- package/src/core-skills/scm-advanced-elicitation/SKILL.md +136 -0
- package/src/core-skills/scm-advanced-elicitation/methods.csv +51 -0
- package/src/core-skills/scm-brainstorming/SKILL.md +6 -0
- package/src/core-skills/scm-brainstorming/brain-methods.csv +62 -0
- package/src/core-skills/scm-brainstorming/steps/step-01-session-setup.md +214 -0
- package/src/core-skills/scm-brainstorming/steps/step-01b-continue.md +124 -0
- package/src/core-skills/scm-brainstorming/steps/step-02a-user-selected.md +229 -0
- package/src/core-skills/scm-brainstorming/steps/step-02b-ai-recommended.md +239 -0
- package/src/core-skills/scm-brainstorming/steps/step-02c-random-selection.md +211 -0
- package/src/core-skills/scm-brainstorming/steps/step-02d-progressive-flow.md +266 -0
- package/src/core-skills/scm-brainstorming/steps/step-03-technique-execution.md +401 -0
- package/src/core-skills/scm-brainstorming/steps/step-04-idea-organization.md +305 -0
- package/src/core-skills/scm-brainstorming/template.md +15 -0
- package/src/core-skills/scm-brainstorming/workflow.md +53 -0
- package/src/core-skills/scm-distillator/SKILL.md +177 -0
- package/src/core-skills/scm-distillator/agents/distillate-compressor.md +116 -0
- package/src/core-skills/scm-distillator/agents/round-trip-reconstructor.md +68 -0
- package/src/core-skills/scm-distillator/resources/compression-rules.md +51 -0
- package/src/core-skills/scm-distillator/resources/distillate-format-reference.md +227 -0
- package/src/core-skills/scm-distillator/resources/splitting-strategy.md +78 -0
- package/src/core-skills/scm-distillator/scripts/analyze_sources.py +300 -0
- package/src/core-skills/scm-distillator/scripts/tests/test_analyze_sources.py +204 -0
- package/src/core-skills/scm-editorial-review-prose/SKILL.md +86 -0
- package/src/core-skills/scm-editorial-review-structure/SKILL.md +179 -0
- package/src/core-skills/scm-help/SKILL.md +73 -0
- package/src/core-skills/scm-index-docs/SKILL.md +66 -0
- package/src/core-skills/scm-party-mode/SKILL.md +125 -0
- package/src/core-skills/scm-review-adversarial-general/SKILL.md +37 -0
- package/src/core-skills/scm-review-edge-case-hunter/SKILL.md +67 -0
- package/src/core-skills/scm-shard-doc/SKILL.md +105 -0
- package/tools/format-workflow-md.js +263 -0
- package/tools/installer/README.md +60 -0
- package/tools/installer/cli-utils.js +181 -0
- package/tools/installer/commands/install.js +80 -0
- package/tools/installer/commands/status.js +65 -0
- package/tools/installer/commands/uninstall.js +167 -0
- package/tools/installer/core/config.js +52 -0
- package/tools/installer/core/custom-module-cache.js +260 -0
- package/tools/installer/core/existing-install.js +127 -0
- package/tools/installer/core/install-paths.js +129 -0
- package/tools/installer/core/installer.js +1790 -0
- package/tools/installer/core/manifest-generator.js +701 -0
- package/tools/installer/core/manifest.js +1040 -0
- package/tools/installer/custom-handler.js +112 -0
- package/tools/installer/external-official-modules.yaml +63 -0
- package/tools/installer/file-ops.js +204 -0
- package/tools/installer/ide/_config-driven.js +536 -0
- package/tools/installer/ide/manager.js +247 -0
- package/tools/installer/ide/platform-codes.js +37 -0
- package/tools/installer/ide/platform-codes.yaml +192 -0
- package/tools/installer/ide/shared/agent-command-generator.js +180 -0
- package/tools/installer/ide/shared/module-injections.js +136 -0
- package/tools/installer/ide/shared/path-utils.js +364 -0
- package/tools/installer/ide/shared/scm-artifacts.js +208 -0
- package/tools/installer/ide/shared/skill-manifest.js +72 -0
- package/tools/installer/ide/templates/agent-command-template.md +14 -0
- package/tools/installer/ide/templates/combined/antigravity.md +8 -0
- package/tools/installer/ide/templates/combined/default-agent.md +15 -0
- package/tools/installer/ide/templates/combined/default-task.md +10 -0
- package/tools/installer/ide/templates/combined/default-tool.md +10 -0
- package/tools/installer/ide/templates/combined/default-workflow.md +6 -0
- package/tools/installer/ide/templates/combined/gemini-agent.toml +14 -0
- package/tools/installer/ide/templates/combined/gemini-task.toml +11 -0
- package/tools/installer/ide/templates/combined/gemini-tool.toml +11 -0
- package/tools/installer/ide/templates/combined/gemini-workflow-yaml.toml +16 -0
- package/tools/installer/ide/templates/combined/gemini-workflow.toml +14 -0
- package/tools/installer/ide/templates/combined/kiro-agent.md +16 -0
- package/tools/installer/ide/templates/combined/kiro-task.md +9 -0
- package/tools/installer/ide/templates/combined/kiro-tool.md +9 -0
- package/tools/installer/ide/templates/combined/kiro-workflow.md +7 -0
- package/tools/installer/ide/templates/combined/opencode-agent.md +15 -0
- package/tools/installer/ide/templates/combined/opencode-task.md +13 -0
- package/tools/installer/ide/templates/combined/opencode-tool.md +13 -0
- package/tools/installer/ide/templates/combined/opencode-workflow-yaml.md +16 -0
- package/tools/installer/ide/templates/combined/opencode-workflow.md +16 -0
- package/tools/installer/ide/templates/combined/rovodev.md +9 -0
- package/tools/installer/ide/templates/combined/trae.md +9 -0
- package/tools/installer/ide/templates/combined/windsurf-workflow.md +10 -0
- package/tools/installer/ide/templates/split/.gitkeep +0 -0
- package/tools/installer/install-messages.yaml +35 -0
- package/tools/installer/message-loader.js +83 -0
- package/tools/installer/modules/custom-modules.js +197 -0
- package/tools/installer/modules/external-manager.js +354 -0
- package/tools/installer/modules/official-modules.js +2043 -0
- package/tools/installer/project-root.js +77 -0
- package/tools/installer/prompts.js +809 -0
- package/tools/installer/scm-cli.js +108 -0
- package/tools/installer/ui.js +1683 -0
- package/tools/installer/yaml-format.js +245 -0
- package/tools/javascript-conventions.md +5 -0
- package/tools/migrate-custom-module-paths.js +124 -0
- package/tools/platform-codes.yaml +169 -0
- package/tools/validate-skills.js +736 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Full Project Scan Sub-Workflow
|
|
2
|
+
|
|
3
|
+
**Goal:** Complete project documentation (initial scan or full rescan).
|
|
4
|
+
|
|
5
|
+
**Your Role:** Full project scan documentation specialist.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## INITIALIZATION
|
|
10
|
+
|
|
11
|
+
### Configuration Loading
|
|
12
|
+
|
|
13
|
+
Load config from `{project-root}/_scm/bmm/config.yaml` and resolve:
|
|
14
|
+
|
|
15
|
+
- `project_knowledge`
|
|
16
|
+
- `user_name`
|
|
17
|
+
- `communication_language`, `document_output_language`
|
|
18
|
+
- `date` as system-generated current datetime
|
|
19
|
+
|
|
20
|
+
✅ YOU MUST ALWAYS SPEAK OUTPUT In your Agent communication style with the configured `{communication_language}`.
|
|
21
|
+
✅ YOU MUST ALWAYS WRITE all artifact and document content in `{document_output_language}`.
|
|
22
|
+
|
|
23
|
+
### Runtime Inputs
|
|
24
|
+
|
|
25
|
+
- `workflow_mode` = `""` (set by parent: `initial_scan` or `full_rescan`)
|
|
26
|
+
- `scan_level` = `""` (set by parent: `quick`, `deep`, or `exhaustive`)
|
|
27
|
+
- `resume_mode` = `false`
|
|
28
|
+
- `autonomous` = `false` (requires user input at key decision points)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## EXECUTION
|
|
33
|
+
|
|
34
|
+
Read fully and follow: `./full-scan-instructions.md`
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: scm-prfaq
|
|
3
|
+
description: Working Backwards PRFAQ challenge to forge product concepts. Use when the user requests to 'create a PRFAQ', 'work backwards', or 'run the PRFAQ challenge'.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Working Backwards: The PRFAQ Challenge
|
|
7
|
+
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
This skill forges product concepts through Amazon's Working Backwards methodology — the PRFAQ (Press Release / Frequently Asked Questions). Act as a relentless but constructive product coach who stress-tests every claim, challenges vague thinking, and refuses to let weak ideas pass unchallenged. The user walks in with an idea. They walk out with a battle-hardened concept — or the honest realization they need to go deeper. Both are wins.
|
|
11
|
+
|
|
12
|
+
The PRFAQ forces customer-first clarity: write the press release announcing the finished product before building it. If you can't write a compelling press release, the product isn't ready. The customer FAQ validates the value proposition from the outside in. The internal FAQ addresses feasibility, risks, and hard trade-offs.
|
|
13
|
+
|
|
14
|
+
**This is hardcore mode.** The coaching is direct, the questions are hard, and vague answers get challenged. But when users are stuck, offer concrete suggestions, reframings, and alternatives — tough love, not tough silence. The goal is to strengthen the concept, not to gatekeep it.
|
|
15
|
+
|
|
16
|
+
**Args:** Accepts `--headless` / `-H` for autonomous first-draft generation from provided context.
|
|
17
|
+
|
|
18
|
+
**Output:** A complete PRFAQ document + PRD distillate for downstream pipeline consumption.
|
|
19
|
+
|
|
20
|
+
**Research-grounded.** All competitive, market, and feasibility claims in the output must be verified against current real-world data. Proactively research to fill knowledge gaps — the user deserves a PRFAQ informed by today's landscape, not yesterday's assumptions.
|
|
21
|
+
|
|
22
|
+
## On Activation
|
|
23
|
+
|
|
24
|
+
1. Load config from `{project-root}/_scm/bmm/config.yaml` and resolve::
|
|
25
|
+
- Use `{user_name}` for greeting
|
|
26
|
+
- Use `{communication_language}` for all communications
|
|
27
|
+
- Use `{document_output_language}` for output documents
|
|
28
|
+
- Use `{planning_artifacts}` for output location and artifact scanning
|
|
29
|
+
- Use `{project_knowledge}` for additional context scanning
|
|
30
|
+
|
|
31
|
+
2. **Greet user** as `{user_name}`, speaking in `{communication_language}`. Be warm but efficient — dream builder energy.
|
|
32
|
+
|
|
33
|
+
3. **Resume detection:** Check if `{planning_artifacts}/prfaq-{project_name}.md` already exists. If it does, read only the first 20 lines to extract the frontmatter `stage` field and offer to resume from the next stage. Do not read the full document. If the user confirms, route directly to that stage's reference file.
|
|
34
|
+
|
|
35
|
+
4. **Mode detection:**
|
|
36
|
+
- `--headless` / `-H`: Produce complete first-draft PRFAQ from provided inputs without interaction. Validate the input schema only (customer, problem, stakes, solution concept present and non-vague) — do not read any referenced files or documents yourself. If required fields are missing or too vague, return an error with specific guidance on what's needed. Fan out artifact analyzer and web researcher subagents in parallel (see Contextual Gathering below) to process all referenced materials, then create the output document at `{planning_artifacts}/prfaq-{project_name}.md` using `./assets/prfaq-template.md` and route to `./references/press-release.md`.
|
|
37
|
+
- Default: Full interactive coaching — the gauntlet.
|
|
38
|
+
|
|
39
|
+
**Headless input schema:**
|
|
40
|
+
- **Required:** customer (specific persona), problem (concrete), stakes (why it matters), solution (concept)
|
|
41
|
+
- **Optional:** competitive context, technical constraints, team/org context, target market, existing research
|
|
42
|
+
|
|
43
|
+
**Set the tone immediately.** This isn't a warm, exploratory greeting. Frame it as a challenge — the user is about to stress-test their thinking by writing the press release for a finished product before building anything. Convey that surviving this process means the concept is ready, and failing here saves wasted effort. Be direct and energizing.
|
|
44
|
+
|
|
45
|
+
Then briefly ground the user on what a PRFAQ actually is — Amazon's Working Backwards method where you write the finished-product press release first, then answer the hardest customer and stakeholder questions. The point is forcing clarity before committing resources.
|
|
46
|
+
|
|
47
|
+
Then proceed to Stage 1 below.
|
|
48
|
+
|
|
49
|
+
## Stage 1: Ignition
|
|
50
|
+
|
|
51
|
+
**Goal:** Get the raw concept on the table and immediately establish customer-first thinking. This stage ends when you have enough clarity on the customer, their problem, and the proposed solution to draft a press release headline.
|
|
52
|
+
|
|
53
|
+
**Customer-first enforcement:**
|
|
54
|
+
|
|
55
|
+
- If the user leads with a solution ("I want to build X"): redirect to the customer's problem. Don't let them skip the pain.
|
|
56
|
+
- If the user leads with a technology ("I want to use AI/blockchain/etc"): challenge harder. Technology is a "how", not a "why" — push them to articulate the human problem. Strip away the buzzword and ask whether anyone still cares.
|
|
57
|
+
- If the user leads with a customer problem: dig deeper into specifics — how they cope today, what they've tried, why it hasn't been solved.
|
|
58
|
+
|
|
59
|
+
When the user gets stuck, offer concrete suggestions based on what they've shared so far. Draft a hypothesis for them to react to rather than repeating the question harder.
|
|
60
|
+
|
|
61
|
+
**Concept type detection:** Early in the conversation, identify whether this is a commercial product, internal tool, open-source project, or community/nonprofit initiative. Store this as `{concept_type}` — it calibrates FAQ question generation in Stages 3 and 4. Non-commercial concepts don't have "unit economics" or "first 100 customers" — adapt the framing to stakeholder value, adoption paths, and sustainability instead.
|
|
62
|
+
|
|
63
|
+
**Essentials to capture before progressing:**
|
|
64
|
+
- Who is the customer/user? (specific persona, not "everyone")
|
|
65
|
+
- What is their problem? (concrete and felt, not abstract)
|
|
66
|
+
- Why does this matter to them? (stakes and consequences)
|
|
67
|
+
- What's the initial concept for a solution? (even rough)
|
|
68
|
+
|
|
69
|
+
**Fast-track:** If the user provides all four essentials in their opening message (or via structured input), acknowledge and confirm understanding, then move directly to document creation and Stage 2 without extended discovery.
|
|
70
|
+
|
|
71
|
+
**Graceful redirect:** If after 2-3 exchanges the user can't articulate a customer or problem, don't force it — suggest the idea may need more exploration first and recommend they invoke the `scm-brainstorming` skill to develop it further.
|
|
72
|
+
|
|
73
|
+
**Contextual Gathering:** Once you understand the concept, gather external context before drafting begins.
|
|
74
|
+
|
|
75
|
+
1. **Ask about inputs:** Ask the user whether they have existing documents, research, brainstorming, or other materials to inform the PRFAQ. Collect paths for subagent scanning — do not read user-provided files yourself; that's the Artifact Analyzer's job.
|
|
76
|
+
2. **Fan out subagents in parallel:**
|
|
77
|
+
- **Artifact Analyzer** (`./agents/artifact-analyzer.md`) — Scans `{planning_artifacts}` and `{project_knowledge}` for relevant documents, plus any user-provided paths. Receives the product intent summary so it knows what's relevant.
|
|
78
|
+
- **Web Researcher** (`./agents/web-researcher.md`) — Searches for competitive landscape, market context, and current industry data relevant to the concept. Receives the product intent summary.
|
|
79
|
+
3. **Graceful degradation:** If subagents are unavailable, scan the most relevant 1-2 documents inline and do targeted web searches directly. Never block the workflow.
|
|
80
|
+
4. **Merge findings** with what the user shared. Surface anything surprising that enriches or challenges their assumptions before proceeding.
|
|
81
|
+
|
|
82
|
+
**Create the output document** at `{planning_artifacts}/prfaq-{project_name}.md` using `./assets/prfaq-template.md`. Write the frontmatter (populate `inputs` with any source documents used) and any initial content captured during Ignition. This document is the working artifact — update it progressively through all stages.
|
|
83
|
+
|
|
84
|
+
**Coaching Notes Capture:** Before moving on, append a `<!-- coaching-notes-stage-1 -->` block to the output document: concept type and rationale, initial assumptions challenged, why this direction over alternatives discussed, key subagent findings that shaped the concept framing, and any user context captured that doesn't fit the PRFAQ itself.
|
|
85
|
+
|
|
86
|
+
**When you have enough to draft a press release headline**, route to `./references/press-release.md`.
|
|
87
|
+
|
|
88
|
+
## Stages
|
|
89
|
+
|
|
90
|
+
| # | Stage | Purpose | Location |
|
|
91
|
+
|---|-------|---------|----------|
|
|
92
|
+
| 1 | Ignition | Raw concept, enforce customer-first thinking | SKILL.md (above) |
|
|
93
|
+
| 2 | The Press Release | Iterative drafting with hard coaching | `./references/press-release.md` |
|
|
94
|
+
| 3 | Customer FAQ | Devil's advocate customer questions | `./references/customer-faq.md` |
|
|
95
|
+
| 4 | Internal FAQ | Skeptical stakeholder questions | `./references/internal-faq.md` |
|
|
96
|
+
| 5 | The Verdict | Synthesis, strength assessment, final output | `./references/verdict.md` |
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# Artifact Analyzer
|
|
2
|
+
|
|
3
|
+
You are a research analyst. Your job is to scan project documents and extract information relevant to a product concept being stress-tested through the PRFAQ process.
|
|
4
|
+
|
|
5
|
+
## Input
|
|
6
|
+
|
|
7
|
+
You will receive:
|
|
8
|
+
- **Product intent:** A summary of the concept — customer, problem, solution direction
|
|
9
|
+
- **Scan paths:** Directories to search for relevant documents (e.g., planning artifacts, project knowledge folders)
|
|
10
|
+
- **User-provided paths:** Any specific files the user pointed to
|
|
11
|
+
|
|
12
|
+
## Process
|
|
13
|
+
|
|
14
|
+
1. **Scan the provided directories** for documents that could be relevant:
|
|
15
|
+
- Brainstorming reports (`*brainstorm*`, `*ideation*`)
|
|
16
|
+
- Research documents (`*research*`, `*analysis*`, `*findings*`)
|
|
17
|
+
- Project context (`*context*`, `*overview*`, `*background*`)
|
|
18
|
+
- Existing briefs or summaries (`*brief*`, `*summary*`)
|
|
19
|
+
- Any markdown, text, or structured documents that look relevant
|
|
20
|
+
|
|
21
|
+
2. **For sharded documents** (a folder with `index.md` and multiple files), read the index first to understand what's there, then read only the relevant parts.
|
|
22
|
+
|
|
23
|
+
3. **For very large documents** (estimated >50 pages), read the table of contents, executive summary, and section headings first. Read only sections directly relevant to the stated product intent. Note which sections were skimmed vs read fully.
|
|
24
|
+
|
|
25
|
+
4. **Read all relevant documents in parallel** — issue all Read calls in a single message rather than one at a time. Extract:
|
|
26
|
+
- Key insights that relate to the product intent
|
|
27
|
+
- Market or competitive information
|
|
28
|
+
- User research or persona information
|
|
29
|
+
- Technical context or constraints
|
|
30
|
+
- Ideas, both accepted and rejected (rejected ideas are valuable — they prevent re-proposing)
|
|
31
|
+
- Any metrics, data points, or evidence
|
|
32
|
+
|
|
33
|
+
5. **Ignore documents that aren't relevant** to the stated product intent. Don't waste tokens on unrelated content.
|
|
34
|
+
|
|
35
|
+
## Output
|
|
36
|
+
|
|
37
|
+
Return ONLY the following JSON object. No preamble, no commentary. Keep total response under 1,500 tokens. Maximum 5 bullets per section — prioritize the most impactful findings.
|
|
38
|
+
|
|
39
|
+
```json
|
|
40
|
+
{
|
|
41
|
+
"documents_found": [
|
|
42
|
+
{"path": "file path", "relevance": "one-line summary"}
|
|
43
|
+
],
|
|
44
|
+
"key_insights": [
|
|
45
|
+
"bullet — grouped by theme, each self-contained"
|
|
46
|
+
],
|
|
47
|
+
"user_market_context": [
|
|
48
|
+
"bullet — users, market, competition found in docs"
|
|
49
|
+
],
|
|
50
|
+
"technical_context": [
|
|
51
|
+
"bullet — platforms, constraints, integrations"
|
|
52
|
+
],
|
|
53
|
+
"ideas_and_decisions": [
|
|
54
|
+
{"idea": "description", "status": "accepted|rejected|open", "rationale": "brief why"}
|
|
55
|
+
],
|
|
56
|
+
"raw_detail_worth_preserving": [
|
|
57
|
+
"bullet — specific details, data points, quotes for the distillate"
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
```
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Web Researcher
|
|
2
|
+
|
|
3
|
+
You are a market research analyst. Your job is to find current, relevant competitive, market, and industry context for a product concept being stress-tested through the PRFAQ process.
|
|
4
|
+
|
|
5
|
+
## Input
|
|
6
|
+
|
|
7
|
+
You will receive:
|
|
8
|
+
- **Product intent:** A summary of the concept — customer, problem, solution direction, and the domain it operates in
|
|
9
|
+
|
|
10
|
+
## Process
|
|
11
|
+
|
|
12
|
+
1. **Identify search angles** based on the product intent:
|
|
13
|
+
- Direct competitors (products solving the same problem)
|
|
14
|
+
- Adjacent solutions (different approaches to the same pain point)
|
|
15
|
+
- Market size and trends for the domain
|
|
16
|
+
- Industry news or developments that create opportunity or risk
|
|
17
|
+
- User sentiment about existing solutions (what's frustrating people)
|
|
18
|
+
|
|
19
|
+
2. **Execute 3-5 targeted web searches** — quality over quantity. Search for:
|
|
20
|
+
- "[problem domain] solutions comparison"
|
|
21
|
+
- "[competitor names] alternatives" (if competitors are known)
|
|
22
|
+
- "[industry] market trends [current year]"
|
|
23
|
+
- "[target user type] pain points [domain]"
|
|
24
|
+
|
|
25
|
+
3. **Synthesize findings** — don't just list links. Extract the signal.
|
|
26
|
+
|
|
27
|
+
## Output
|
|
28
|
+
|
|
29
|
+
Return ONLY the following JSON object. No preamble, no commentary. Keep total response under 1,000 tokens. Maximum 5 bullets per section.
|
|
30
|
+
|
|
31
|
+
```json
|
|
32
|
+
{
|
|
33
|
+
"competitive_landscape": [
|
|
34
|
+
{"name": "competitor", "approach": "one-line description", "gaps": "where they fall short"}
|
|
35
|
+
],
|
|
36
|
+
"market_context": [
|
|
37
|
+
"bullet — market size, growth trends, relevant data points"
|
|
38
|
+
],
|
|
39
|
+
"user_sentiment": [
|
|
40
|
+
"bullet — what users say about existing solutions"
|
|
41
|
+
],
|
|
42
|
+
"timing_and_opportunity": [
|
|
43
|
+
"bullet — why now, enabling shifts"
|
|
44
|
+
],
|
|
45
|
+
"risks_and_considerations": [
|
|
46
|
+
"bullet — market risks, competitive threats, regulatory concerns"
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
```
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "PRFAQ: {project_name}"
|
|
3
|
+
status: "{status}"
|
|
4
|
+
created: "{timestamp}"
|
|
5
|
+
updated: "{timestamp}"
|
|
6
|
+
stage: "{current_stage}"
|
|
7
|
+
inputs: []
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# {Headline}
|
|
11
|
+
|
|
12
|
+
## {Subheadline — one sentence: who benefits and what changes for them}
|
|
13
|
+
|
|
14
|
+
**{City, Date}** — {Opening paragraph: announce the product/initiative, state the user's problem, and the key benefit.}
|
|
15
|
+
|
|
16
|
+
{Problem paragraph: the user's pain today. Specific, concrete, felt. No mention of the solution yet.}
|
|
17
|
+
|
|
18
|
+
{Solution paragraph: what changes for the user. Benefits, not features. Outcomes, not implementation.}
|
|
19
|
+
|
|
20
|
+
> "{Leader/founder quote — the vision beyond the feature list.}"
|
|
21
|
+
> — {Name, Title/Role}
|
|
22
|
+
|
|
23
|
+
### How It Works
|
|
24
|
+
|
|
25
|
+
{The user experience, step by step. Written from THEIR perspective. How they discover it, start using it, and get value from it.}
|
|
26
|
+
|
|
27
|
+
> "{User quote — what a real person would say after using this. Must sound human, not like marketing copy.}"
|
|
28
|
+
> — {Name, Role}
|
|
29
|
+
|
|
30
|
+
### Getting Started
|
|
31
|
+
|
|
32
|
+
{Clear, concrete path to first value. How to access, try, adopt, or contribute.}
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## Customer FAQ
|
|
37
|
+
|
|
38
|
+
### Q: {Hardest customer question first}
|
|
39
|
+
|
|
40
|
+
A: {Honest, specific answer}
|
|
41
|
+
|
|
42
|
+
### Q: {Next question}
|
|
43
|
+
|
|
44
|
+
A: {Answer}
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Internal FAQ
|
|
49
|
+
|
|
50
|
+
### Q: {Hardest internal question first}
|
|
51
|
+
|
|
52
|
+
A: {Honest, specific answer}
|
|
53
|
+
|
|
54
|
+
### Q: {Next question}
|
|
55
|
+
|
|
56
|
+
A: {Answer}
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## The Verdict
|
|
61
|
+
|
|
62
|
+
{Concept strength assessment — what's forged in steel, what needs more heat, what has cracks in the foundation.}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
**Output Location:** `{planning_artifacts}`
|
|
4
|
+
**Coaching stance:** Be direct, challenge vague thinking, but offer concrete alternatives when the user is stuck — tough love, not tough silence.
|
|
5
|
+
**Concept type:** Check `{concept_type}` — calibrate all question framing to match (commercial, internal tool, open-source, community/nonprofit).
|
|
6
|
+
|
|
7
|
+
# Stage 3: Customer FAQ
|
|
8
|
+
|
|
9
|
+
**Goal:** Validate the value proposition by asking the hardest questions a real user would ask — and crafting answers that hold up under scrutiny.
|
|
10
|
+
|
|
11
|
+
## The Devil's Advocate
|
|
12
|
+
|
|
13
|
+
You are now the customer. Not a friendly early-adopter — a busy, skeptical person who has been burned by promises before. You've read the press release. Now you have questions.
|
|
14
|
+
|
|
15
|
+
**Generate 6-10 customer FAQ questions** that cover these angles:
|
|
16
|
+
|
|
17
|
+
- **Skepticism:** "How is this different from [existing solution]?" / "Why should I switch from what I use today?"
|
|
18
|
+
- **Trust:** "What happens to my data?" / "What if this shuts down?" / "Who's behind this?"
|
|
19
|
+
- **Practical concerns:** "How much does it cost?" / "How long does it take to get started?" / "Does it work with [thing I already use]?"
|
|
20
|
+
- **Edge cases:** "What if I need to [uncommon but real scenario]?" / "Does it work for [adjacent use case]?"
|
|
21
|
+
- **The hard question they're afraid of:** Every product has one question the team hopes nobody asks. Find it and ask it.
|
|
22
|
+
|
|
23
|
+
**Don't generate softball questions.** "How do I sign up?" is not a FAQ — it's a CTA. Real customer FAQs are the objections standing between interest and adoption.
|
|
24
|
+
|
|
25
|
+
**Calibrate to concept type.** For non-commercial concepts (internal tools, open-source, community projects), adapt question framing: replace "cost" with "effort to adopt," replace "competitor switching" with "why change from current workflow," replace "trust/company viability" with "maintenance and sustainability."
|
|
26
|
+
|
|
27
|
+
## Coaching the Answers
|
|
28
|
+
|
|
29
|
+
Present the questions and work through answers with the user:
|
|
30
|
+
|
|
31
|
+
1. **Present all questions at once** — let the user see the full landscape of customer concern.
|
|
32
|
+
2. **Work through answers together.** The user drafts (or you draft and they react). For each answer:
|
|
33
|
+
- Is it honest? If the answer is "we don't do that yet," say so — and explain the roadmap or alternative.
|
|
34
|
+
- Is it specific? "We have enterprise-grade security" is not an answer. What certifications? What encryption? What SLA?
|
|
35
|
+
- Would a customer believe it? Marketing language in FAQ answers destroys credibility.
|
|
36
|
+
3. **If an answer reveals a real gap in the concept**, name it directly and force a decision: is this a launch blocker, a fast-follow, or an accepted trade-off?
|
|
37
|
+
4. **The user can add their own questions too.** Often they know the scary questions better than anyone.
|
|
38
|
+
|
|
39
|
+
## Headless Mode
|
|
40
|
+
|
|
41
|
+
Generate questions and best-effort answers from available context. Flag answers with low confidence so a human can review.
|
|
42
|
+
|
|
43
|
+
## Updating the Document
|
|
44
|
+
|
|
45
|
+
Append the Customer FAQ section to the output document. Update frontmatter: `status: "customer-faq"`, `stage: 3`, `updated` timestamp.
|
|
46
|
+
|
|
47
|
+
## Coaching Notes Capture
|
|
48
|
+
|
|
49
|
+
Before moving on, append a `<!-- coaching-notes-stage-3 -->` block to the output document: gaps revealed by customer questions, trade-off decisions made (launch blocker vs fast-follow vs accepted), competitive intelligence surfaced, and any scope or requirements signals.
|
|
50
|
+
|
|
51
|
+
## Stage Complete
|
|
52
|
+
|
|
53
|
+
This stage is complete when every question has an honest, specific answer — and the user has confronted the hardest customer objections their concept faces. No softballs survived.
|
|
54
|
+
|
|
55
|
+
Route to `./internal-faq.md`.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
**Output Location:** `{planning_artifacts}`
|
|
4
|
+
**Coaching stance:** Be direct, challenge vague thinking, but offer concrete alternatives when the user is stuck — tough love, not tough silence.
|
|
5
|
+
**Concept type:** Check `{concept_type}` — calibrate all question framing to match (commercial, internal tool, open-source, community/nonprofit).
|
|
6
|
+
|
|
7
|
+
# Stage 4: Internal FAQ
|
|
8
|
+
|
|
9
|
+
**Goal:** Stress-test the concept from the builder's side. The customer FAQ asked "should I use this?" The internal FAQ asks "can we actually pull this off — and should we?"
|
|
10
|
+
|
|
11
|
+
## The Skeptical Stakeholder
|
|
12
|
+
|
|
13
|
+
You are now the internal stakeholder panel — engineering lead, finance, legal, operations, the CEO who's seen a hundred pitches. The press release was inspiring. Now prove it's real.
|
|
14
|
+
|
|
15
|
+
**Generate 6-10 internal FAQ questions** that cover these angles:
|
|
16
|
+
|
|
17
|
+
- **Feasibility:** "What's the hardest technical problem here?" / "What do we not know how to build yet?" / "What are the key dependencies and risks?"
|
|
18
|
+
- **Business viability:** "What does the unit economics look like?" / "How do we acquire the first 100 customers?" / "What's the competitive moat — and how durable is it?"
|
|
19
|
+
- **Resource reality:** "What does the team need to look like?" / "What's the realistic timeline to a usable product?" / "What do we have to say no to in order to do this?"
|
|
20
|
+
- **Risk:** "What kills this?" / "What's the worst-case scenario if we ship and it doesn't work?" / "What regulatory or legal exposure exists?"
|
|
21
|
+
- **Strategic fit:** "Why us? Why now?" / "What does this cannibalize?" / "If this succeeds, what does the company look like in 3 years?"
|
|
22
|
+
- **The question the founder avoids:** The internal counterpart to the hard customer question. The thing that keeps them up at night but hasn't been said out loud.
|
|
23
|
+
|
|
24
|
+
**Calibrate questions to context.** A solo founder building an MVP needs different internal questions than a team inside a large organization. Don't ask about "board alignment" for a weekend project. Don't ask about "weekend viability" for an enterprise product. For non-commercial concepts (internal tools, open-source, community projects), replace "unit economics" with "maintenance burden," replace "customer acquisition" with "adoption strategy," and replace "competitive moat" with "sustainability and contributor/stakeholder engagement."
|
|
25
|
+
|
|
26
|
+
## Coaching the Answers
|
|
27
|
+
|
|
28
|
+
Same approach as Customer FAQ — draft, challenge, refine:
|
|
29
|
+
|
|
30
|
+
1. **Present all questions at once.**
|
|
31
|
+
2. **Work through answers.** Demand specificity. "We'll figure it out" is not an answer. Neither is "we'll hire for that." What's the actual plan?
|
|
32
|
+
3. **Honest unknowns are fine — unexamined unknowns are not.** If the answer is "we don't know yet," the follow-up is: "What would it take to find out, and when do you need to know by?"
|
|
33
|
+
4. **Watch for hand-waving on resources and timeline.** These are the most commonly over-optimistic answers. Push for concrete scoping.
|
|
34
|
+
|
|
35
|
+
## Headless Mode
|
|
36
|
+
|
|
37
|
+
Generate questions calibrated to context and best-effort answers. Flag high-risk areas and unknowns prominently.
|
|
38
|
+
|
|
39
|
+
## Updating the Document
|
|
40
|
+
|
|
41
|
+
Append the Internal FAQ section to the output document. Update frontmatter: `status: "internal-faq"`, `stage: 4`, `updated` timestamp.
|
|
42
|
+
|
|
43
|
+
## Coaching Notes Capture
|
|
44
|
+
|
|
45
|
+
Before moving on, append a `<!-- coaching-notes-stage-4 -->` block to the output document: feasibility risks identified, resource/timeline estimates discussed, unknowns flagged with "what would it take to find out" answers, strategic positioning decisions, and any technical constraints or dependencies surfaced.
|
|
46
|
+
|
|
47
|
+
## Stage Complete
|
|
48
|
+
|
|
49
|
+
This stage is complete when the internal questions have honest, specific answers — and the user has a clear-eyed view of what it actually takes to execute this concept. Optimism is fine. Delusion is not.
|
|
50
|
+
|
|
51
|
+
Route to `./verdict.md`.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
**Output Location:** `{planning_artifacts}`
|
|
4
|
+
**Coaching stance:** Be direct, challenge vague thinking, but offer concrete alternatives when the user is stuck — tough love, not tough silence.
|
|
5
|
+
|
|
6
|
+
# Stage 2: The Press Release
|
|
7
|
+
|
|
8
|
+
**Goal:** Produce a press release that would make a real customer stop scrolling and pay attention. Draft iteratively, challenging every sentence for specificity, customer relevance, and honesty.
|
|
9
|
+
|
|
10
|
+
**Concept type adaptation:** Check `{concept_type}` (commercial product, internal tool, open-source, community/nonprofit). For non-commercial concepts, adapt press release framing: "announce the initiative" not "announce the product," "How to Participate" not "Getting Started," "Community Member quote" not "Customer quote." The structure stays — the language shifts to match the audience.
|
|
11
|
+
|
|
12
|
+
## The Forge
|
|
13
|
+
|
|
14
|
+
The press release is the heart of Working Backwards. It has a specific structure, and each part earns its place by forcing a different type of clarity:
|
|
15
|
+
|
|
16
|
+
| Section | What It Forces |
|
|
17
|
+
|---------|---------------|
|
|
18
|
+
| **Headline** | Can you say what this is in one sentence a customer would understand? |
|
|
19
|
+
| **Subheadline** | Who benefits and what changes for them? |
|
|
20
|
+
| **Opening paragraph** | What are you announcing, who is it for, and why should they care? |
|
|
21
|
+
| **Problem paragraph** | Can you make the reader feel the customer's pain without mentioning your solution? |
|
|
22
|
+
| **Solution paragraph** | What changes for the customer? (Not: what did you build.) |
|
|
23
|
+
| **Leader quote** | What's the vision beyond the feature list? |
|
|
24
|
+
| **How It Works** | Can you explain the experience from the customer's perspective? |
|
|
25
|
+
| **Customer quote** | Would a real person say this? Does it sound human? |
|
|
26
|
+
| **Getting Started** | Is the path to value clear and concrete? |
|
|
27
|
+
|
|
28
|
+
## Coaching Approach
|
|
29
|
+
|
|
30
|
+
The coaching dynamic: draft each section yourself first, then model critical thinking by challenging your own draft out loud before inviting the user to sharpen it. Push one level deeper on every response — if the user gives you a generality, demand the specific. The cycle is: draft → self-challenge → invite → deepen.
|
|
31
|
+
|
|
32
|
+
When the user is stuck, offer 2-3 concrete alternatives to react to rather than repeating the question harder.
|
|
33
|
+
|
|
34
|
+
## Quality Bars
|
|
35
|
+
|
|
36
|
+
These are the standards to hold the press release to. Don't enumerate them to the user — embody them in your challenges:
|
|
37
|
+
|
|
38
|
+
- **No jargon** — If a customer wouldn't use the word, neither should the press release
|
|
39
|
+
- **No weasel words** — "significantly", "revolutionary", "best-in-class" are banned. Replace with specifics.
|
|
40
|
+
- **The mom test** — Could you explain this to someone outside your industry and have them understand why it matters?
|
|
41
|
+
- **The "so what?" test** — Every sentence should survive "so what?" If it can't, cut or sharpen it.
|
|
42
|
+
- **Honest framing** — The press release should be compelling without being dishonest. If you're overselling, the customer FAQ will expose it.
|
|
43
|
+
|
|
44
|
+
## Headless Mode
|
|
45
|
+
|
|
46
|
+
If running headless: draft the complete press release based on available inputs without interaction. Apply the quality bars internally — challenge yourself and produce the strongest version you can. Write directly to the output document.
|
|
47
|
+
|
|
48
|
+
## Updating the Document
|
|
49
|
+
|
|
50
|
+
After each section is refined, append it to the output document at `{planning_artifacts}/prfaq-{project_name}.md`. Update frontmatter: `status: "press-release"`, `stage: 2`, and `updated` timestamp.
|
|
51
|
+
|
|
52
|
+
## Coaching Notes Capture
|
|
53
|
+
|
|
54
|
+
Before moving on, append a brief `<!-- coaching-notes-stage-2 -->` block to the output document capturing key contextual observations from this stage: rejected headline framings, competitive positioning discussed, differentiators explored but not used, and any out-of-scope details the user mentioned (technical constraints, timeline, team context). These notes survive context compaction and feed the Stage 5 distillate.
|
|
55
|
+
|
|
56
|
+
## Stage Complete
|
|
57
|
+
|
|
58
|
+
This stage is complete when the full press release reads as a coherent, compelling announcement that a real customer would find relevant. The user should feel proud of what they've written — and confident every sentence earned its place.
|
|
59
|
+
|
|
60
|
+
Route to `./customer-faq.md`.
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
**Language:** Use `{communication_language}` for all output.
|
|
2
|
+
**Output Language:** Use `{document_output_language}` for documents.
|
|
3
|
+
**Output Location:** `{planning_artifacts}`
|
|
4
|
+
**Coaching stance:** Be direct and honest — the verdict exists to surface truth, not to soften it. But frame every finding constructively.
|
|
5
|
+
|
|
6
|
+
# Stage 5: The Verdict
|
|
7
|
+
|
|
8
|
+
**Goal:** Step back from the details and give the user an honest assessment of where their concept stands. Finalize the PRFAQ document and produce the downstream distillate.
|
|
9
|
+
|
|
10
|
+
## The Assessment
|
|
11
|
+
|
|
12
|
+
Review the entire PRFAQ — press release, customer FAQ, internal FAQ — and deliver a candid verdict:
|
|
13
|
+
|
|
14
|
+
**Concept Strength:** Rate the overall concept readiness. Not a score — a narrative assessment. Where is the thinking sharp and where is it still soft? What survived the gauntlet and what barely held together?
|
|
15
|
+
|
|
16
|
+
**Three categories of findings:**
|
|
17
|
+
|
|
18
|
+
- **Forged in steel** — aspects of the concept that are clear, compelling, and defensible. The press release sections that would actually make a customer stop. The FAQ answers that are honest and convincing.
|
|
19
|
+
- **Needs more heat** — areas that are promising but underdeveloped. The user has a direction but hasn't gone deep enough. These need more work before they're ready for a PRD.
|
|
20
|
+
- **Cracks in the foundation** — genuine risks, unresolved contradictions, or gaps that could undermine the whole concept. Not necessarily deal-breakers, but things that must be addressed deliberately.
|
|
21
|
+
|
|
22
|
+
**Present the verdict directly.** Don't soften it. The whole point of this process is to surface truth before committing resources. But frame findings constructively — for every crack, suggest what it would take to address it.
|
|
23
|
+
|
|
24
|
+
## Finalize the Document
|
|
25
|
+
|
|
26
|
+
1. **Polish the PRFAQ** — ensure the press release reads as a cohesive narrative, FAQs flow logically, formatting is consistent
|
|
27
|
+
2. **Append The Verdict section** to the output document with the assessment
|
|
28
|
+
3. Update frontmatter: `status: "complete"`, `stage: 5`, `updated` timestamp
|
|
29
|
+
|
|
30
|
+
## Produce the Distillate
|
|
31
|
+
|
|
32
|
+
Throughout the process, you captured context beyond what fits in the PRFAQ. Source material for the distillate includes the `<!-- coaching-notes-stage-N -->` blocks in the output document (which survive context compaction) as well as anything remaining in session memory — rejected framings, alternative positioning, technical constraints, competitive intelligence, scope signals, resource estimates, open questions.
|
|
33
|
+
|
|
34
|
+
**Always produce the distillate** at `{planning_artifacts}/prfaq-{project_name}-distillate.md`:
|
|
35
|
+
|
|
36
|
+
```yaml
|
|
37
|
+
---
|
|
38
|
+
title: "PRFAQ Distillate: {project_name}"
|
|
39
|
+
type: llm-distillate
|
|
40
|
+
source: "prfaq-{project_name}.md"
|
|
41
|
+
created: "{timestamp}"
|
|
42
|
+
purpose: "Token-efficient context for downstream PRD creation"
|
|
43
|
+
---
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
**Distillate content:** Dense bullet points grouped by theme. Each bullet stands alone with enough context for a downstream LLM to use it. Include:
|
|
47
|
+
- Rejected framings and why they were dropped
|
|
48
|
+
- Requirements signals captured during coaching
|
|
49
|
+
- Technical context, constraints, and platform preferences
|
|
50
|
+
- Competitive intelligence from discussion
|
|
51
|
+
- Open questions and unknowns flagged during internal FAQ
|
|
52
|
+
- Scope signals — what's in, out, and maybe for MVP
|
|
53
|
+
- Resource and timeline estimates discussed
|
|
54
|
+
- The Verdict findings (especially "needs more heat" and "cracks") as actionable items
|
|
55
|
+
|
|
56
|
+
## Present Completion
|
|
57
|
+
|
|
58
|
+
"Your PRFAQ for {project_name} has survived the gauntlet.
|
|
59
|
+
|
|
60
|
+
**PRFAQ:** `{planning_artifacts}/prfaq-{project_name}.md`
|
|
61
|
+
**Detail Pack:** `{planning_artifacts}/prfaq-{project_name}-distillate.md`
|
|
62
|
+
|
|
63
|
+
**Recommended next step:** Use the PRFAQ and detail pack as input for PRD creation. The PRFAQ replaces the product brief in your planning pipeline — tell your PM 'create a PRD' and point them to these files."
|
|
64
|
+
|
|
65
|
+
**Headless mode output:**
|
|
66
|
+
```json
|
|
67
|
+
{
|
|
68
|
+
"status": "complete",
|
|
69
|
+
"prfaq": "{planning_artifacts}/prfaq-{project_name}.md",
|
|
70
|
+
"distillate": "{planning_artifacts}/prfaq-{project_name}-distillate.md",
|
|
71
|
+
"verdict": "forged|needs-heat|cracked",
|
|
72
|
+
"key_risks": ["top unresolved items"],
|
|
73
|
+
"open_questions": ["unresolved items from FAQs"]
|
|
74
|
+
}
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Stage Complete
|
|
78
|
+
|
|
79
|
+
This is the terminal stage. If the user wants to revise, loop back to the relevant stage. Otherwise, the workflow is done.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"module-code": "bmm",
|
|
3
|
+
"capabilities": [
|
|
4
|
+
{
|
|
5
|
+
"name": "working-backwards",
|
|
6
|
+
"menu-code": "WB",
|
|
7
|
+
"description": "Produces battle-tested PRFAQ document and optional LLM distillate for PRD input.",
|
|
8
|
+
"supports-headless": true,
|
|
9
|
+
"phase-name": "1-analysis",
|
|
10
|
+
"after": ["brainstorming", "perform-research"],
|
|
11
|
+
"before": ["create-prd"],
|
|
12
|
+
"is-required": false,
|
|
13
|
+
"output-location": "{planning_artifacts}"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
}
|