src/bmm-skills/ship/bmad-build/workflow.md
Goal: Turn user intent into a hardened, reviewable artifact.
CRITICAL: If a step directs you to another snapshot file, read it fully and follow it. No exceptions.
Subagents, when the capability is available, are an important part of this workflow. Use them as directed by the workflow steps. If you need an explicit user instruction to run them, ask once now for the whole workflow run.
A specification is "Ready for Development" when:
A specification should target a single user-facing goal within 900–1600 tokens:
{project-root}-prefixed paths resolve from the project working directory.Execute each of these steps in order before proceeding (_None._ means skip):
{workflow.activation_steps_prepend}
Treat every entry below as foundational context you carry for the rest of the workflow run. Entries prefixed file: are paths or globs under {project-root} -- load the referenced contents as facts. All other entries are facts verbatim (_None._ means none):
{workflow.persistent_facts}
Execute each of these steps in order (_None._ means skip):
{workflow.activation_steps_append}
This uses step-file architecture for disciplined execution:
Read fully and follow: [[bmad-snapshot:step-01-clarify-and-route.md]] to begin the workflow.