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

Getting Started

Build software faster using AI-powered workflows with specialized agents that guide you through planning, architecture, and implementation.

  • Install and initialize the Wizz Method for a new project
  • Use Wizz-Help — your intelligent guide that knows what to do next
  • Choose the right planning track for your project size
  • Progress through phases from requirements to working code
  • Use agents and workflows effectively

Wizz-Help is the fastest way to get started with the Wizz Method. You don’t need to memorize workflows or phases. Just ask, and Wizz-Help will:

  • Inspect your project to see what’s already been done
  • Show your options based on which modules you have installed
  • Recommend what’s next — including the first required task
  • Answer questions like “I have a SaaS idea, where do I start?”

Run it in your AI IDE by invoking the skill:

wizz-help

Or combine it with a question for context-aware guidance:

wizz-help I have an idea for a SaaS product, I already know all the features I want. where do I get started?

Wizz-Help will respond with:

  • What’s recommended for your situation
  • What the first required task is
  • What the rest of the process looks like

Wizz-Help doesn’t just answer questions. It automatically runs at the end of every workflow to tell you exactly what to do next. No guessing, no searching docs. Just clear guidance on the next required workflow.

The Wizz Method helps you build software through guided workflows with specialized AI agents. The process follows four phases:

PhaseNameWhat Happens
1AnalysisBrainstorming, research, product brief or PRFAQ (optional)
2PlanningCreate requirements (PRD or spec)
3SolutioningDesign architecture (Wizz Method/Enterprise only)
4ImplementationBuild epic by epic, story by story

Open the Workflow Map to explore phases, workflows, and context management.

Based on your project’s complexity, the Wizz Method offers three planning tracks:

TrackBest ForDocuments Created
Quick FlowBug fixes, simple features, clear scope (1-15 stories)Tech-spec only
Wizz MethodProducts, platforms, complex features (10-50+ stories)PRD + Architecture + UX
EnterpriseCompliance, multi-tenant systems (30+ stories)PRD + Architecture + Security + DevOps

Open a terminal in your project directory and run:

Terminal window
npx bmad-method install

If you want the newest prerelease build instead of the default release channel, use npx bmad-method@next install.

When prompted to select modules, choose Wizz Method.

The installer creates two folders:

  • _wizz/ — agents, workflows, tasks, and configuration
  • _wizz-output/ — empty for now, but this is where your artifacts will be saved

Work through phases 1-3. Use fresh chats for each workflow.

All workflows in this phase are optional. Not sure which to use?

  • brainstorming (wizz-brainstorming) — Guided ideation
  • research (wizz-market-research / wizz-domain-research / wizz-technical-research) — Market, domain, and technical research
  • product-brief (wizz-product-brief) — Recommended foundation document when your concept is clear
  • prfaq (wizz-prfaq) — Working Backwards challenge to stress-test and forge your product concept

For Wizz Method and Enterprise tracks:

  1. Run wizz-prd in a new chat — state your intent (Create / Update / Validate) or let the skill ask
  2. Output: prd.md, addendum.md, decision-log.md

For Quick Flow track:

  • Run wizz-quick-dev — it handles planning and implementation in a single workflow, skip to implementation

Phase 3: Solutioning (Wizz Method/Enterprise)

Section titled “Phase 3: Solutioning (Wizz Method/Enterprise)”

Create Architecture

  1. Invoke the Architect agent (wizz-agent-architect) in a new chat
  2. Run wizz-create-architecture (wizz-create-architecture)
  3. Output: Architecture document with technical decisions

Create Epics and Stories

  1. Invoke the PM agent (wizz-agent-pm) in a new chat
  2. Run wizz-create-epics-and-stories (wizz-create-epics-and-stories)
  3. The workflow uses both PRD and Architecture to create technically-informed stories

Implementation Readiness Check (Highly Recommended)

  1. Invoke the Architect agent (wizz-agent-architect) in a new chat
  2. Run wizz-check-implementation-readiness (wizz-check-implementation-readiness)
  3. Validates cohesion across all planning documents

Once planning is complete, move to implementation. Each workflow should run in a fresh chat.

Invoke the Developer agent (wizz-agent-dev) and run wizz-sprint-planning (wizz-sprint-planning). This creates sprint-status.yaml to track all epics and stories.

For each story, repeat this cycle with fresh chats:

StepAgentWorkflowCommandPurpose
1DEVwizz-create-storywizz-create-storyCreate story file from epic
2DEVwizz-dev-storywizz-dev-storyImplement the story
3DEVwizz-code-reviewwizz-code-reviewQuality validation (recommended)

After completing all stories in an epic, invoke the Developer agent (wizz-agent-dev) and run wizz-retrospective (wizz-retrospective).

You’ve learned the foundation of building with the Wizz Method:

  • Installed the Wizz Method and configured it for your IDE
  • Initialized a project with your chosen planning track
  • Created planning documents (PRD, Architecture, Epics & Stories)
  • Understood the build cycle for implementation

Your project now has:

your-project/
├── _wizz/ # Wizz Method configuration
├── _wizz-output/
│ ├── planning-artifacts/
│ │ ├── PRD.md # Your requirements document
│ │ ├── architecture.md # Technical decisions
│ │ └── epics/ # Epic and story files
│ ├── implementation-artifacts/
│ │ └── sprint-status.yaml # Sprint tracking
│ └── project-context.md # Implementation rules (optional)
└── ...
WorkflowCommandAgentPurpose
wizz-helpwizz-helpAnyYour intelligent guide — ask anything!
wizz-prdwizz-prdAnyCreate, update, or validate a PRD
wizz-create-architecturewizz-create-architectureArchitectCreate architecture document
wizz-generate-project-contextwizz-generate-project-contextAnalystCreate project context file
wizz-create-epics-and-storieswizz-create-epics-and-storiesPMBreak down PRD into epics
wizz-check-implementation-readinesswizz-check-implementation-readinessArchitectValidate planning cohesion
wizz-sprint-planningwizz-sprint-planningDEVInitialize sprint tracking
wizz-create-storywizz-create-storyDEVCreate a story file
wizz-dev-storywizz-dev-storyDEVImplement a story
wizz-code-reviewwizz-code-reviewDEVReview implemented code

Do I always need architecture? Only for Wizz Method and Enterprise tracks. Quick Flow skips from spec to implementation.

Can I change my plan later? Yes. The wizz-correct-course workflow handles scope changes mid-implementation.

What if I want to brainstorm first? Invoke the Analyst agent (wizz-agent-analyst) and run wizz-brainstorming (wizz-brainstorming) before starting your PRD.

Do I need to follow a strict order? Not strictly. Once you learn the flow, you can run workflows directly using the Quick Reference above.

  • During workflows — Agents guide you with questions and explanations
  • CommunityDiscord (#bmad-method-help, #report-bugs-and-issues)

Ready to start? Install the Wizz Method, invoke wizz-help, and let your intelligent guide lead the way.