Skip to content
🤖 Consolidated, AI-optimized Wizz Method docs: llms-full.txt. Fetch this plain text file for complete context.

Workflow Map

The Wizz Method (BMM) is a module in the Wizz Ecosystem, targeted at following the best practices of context engineering and planning. AI agents work best with clear, structured context. The BMM system builds that context progressively across 4 distinct phases - each phase, and multiple workflows optionally within each phase, produce documents that inform the next, so agents always know what to build and why.

The rationale and concepts come from agile methodologies that have been used across the industry with great success as a mental framework.

If at any time you are unsure what to do, the wizz-help skill will help you stay on track or know what to do next. You can always refer to this for reference also - but wizz-help is fully interactive and much quicker if you have already installed the Wizz Method. Additionally, if you are using different modules that have extended the Wizz Method or added other complementary non-extension modules - wizz-help evolves to know all that is available to give you the best in-the-moment advice.

Final important note: Every workflow below can be run directly with your tool of choice via skill or by loading an agent first and using the entry from the agents menu.

Open diagram in new tab ↗

Explore the problem space and validate ideas before committing to planning. Learn what each tool does and when to use it.

WorkflowPurposeProduces
wizz-brainstormingBrainstorm Project Ideas with guided facilitation of a brainstorming coachbrainstorming-report.md
wizz-domain-research, wizz-market-research, wizz-technical-researchValidate market, technical, or domain assumptionsResearch findings
wizz-product-briefCapture strategic vision — best when your concept is clearproduct-brief.md
wizz-prfaqWorking Backwards — stress-test and forge your product conceptprfaq-{project}.md

Define what to build and for whom.

WorkflowPurposeProduces
wizz-prdCreate, update, or validate a PRD — facilitated discovery, three intents in one skillCreate/Update: prd.md, addendum.md, decision-log.md; Validate: validation-report.html + .md
wizz-uxDesign user experience (when UX matters) — DESIGN.md (visual) + EXPERIENCE.md (behavioral) spine pairDESIGN.md, EXPERIENCE.md, .decision-log.md

Decide how to build it and break work into stories.

WorkflowPurposeProduces
wizz-create-architectureMake technical decisions explicitarchitecture.md with ADRs
wizz-create-epics-and-storiesBreak requirements into implementable workEpic files with stories
wizz-check-implementation-readinessGate check before implementationPASS/CONCERNS/FAIL decision

Build it, one story at a time. Coming soon, full phase 4 automation!

WorkflowPurposeProduces
wizz-sprint-planningInitialize tracking (once per project to sequence the dev cycle)sprint-status.yaml
wizz-create-storyPrepare next story for implementationstory-[slug].md
wizz-dev-storyImplement the storyWorking code + tests
wizz-code-reviewValidate implementation qualityApproved or changes requested
wizz-correct-courseHandle significant mid-sprint changesUpdated plan or re-routing
wizz-sprint-statusTrack sprint progress and story statusSprint status update
wizz-retrospectiveReview after epic completionLessons learned
wizz-investigateForensic case investigation with evidence-graded findings, calibrated to the input{slug}-investigation.md

Skip phases 1-3 for small, well-understood work.

WorkflowPurposeProduces
wizz-quick-devUnified quick flow — clarify intent, plan, implement, review, and presentspec-*.md + code

Each document becomes context for the next phase. The PRD tells the architect what constraints matter. The architecture tells the dev agent which patterns to follow. Story files give focused, complete context for implementation. Without this structure, agents make inconsistent decisions.

How to create it:

  • Manually — Create _wizz-output/project-context.md with your technology stack and implementation rules
  • Generate it — Run wizz-generate-project-context to auto-generate from your architecture or codebase

Learn more about project-context.md