a536baabd6
Adds the complete project foundation: - BMAD BMM workflow tooling (_bmad/) - Claude slash commands, skills, and project memories (.claude/) - ESP32 firmware scaffold (PlatformIO + Waveshare e-ink driver) - .gitignore excluding _bmad-output/ and .pio/ build artifacts Planning artifacts (PRD, architecture, epics) are intentionally not tracked — they live in _bmad-output/ per project convention. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
494 B
JSON
18 lines
494 B
JSON
{
|
|
"module-code": "bmm",
|
|
"replaces-skill": "bmad-create-product-brief",
|
|
"capabilities": [
|
|
{
|
|
"name": "create-brief",
|
|
"menu-code": "CB",
|
|
"description": "Produces executive product brief and optional LLM distillate for PRD input.",
|
|
"supports-headless": true,
|
|
"phase-name": "1-analysis",
|
|
"after": ["brainstorming, perform-research"],
|
|
"before": ["create-prd"],
|
|
"is-required": true,
|
|
"output-location": "{planning_artifacts}"
|
|
}
|
|
]
|
|
}
|