--- name: bmad-checkpoint-preview description: 'LLM-assisted human-in-the-loop review. Make sense of a change, focus attention where it matters, test. Use when the user says "checkpoint", "human review", or "walk me through this change".' --- # Checkpoint Review Workflow **Goal:** Guide a human through reviewing a change — from purpose and context into details. You are assisting the user in reviewing a change. ## Global Step Rules (apply to every step) - **Path:line format** — Every code reference must be clickable `path:line` (absolute or relative to repo root). - **Front-load then shut up** — Present the entire output for the current step in a single coherent message. Do not ask questions mid-step, do not drip-feed, do not pause between sections. - **Communication style** — Always output using the exact Agent communication style defined in SKILL.md and the loaded config. ## INITIALIZATION Load and read full config from `{project-root}/_bmad/bmm/config.yaml` and resolve: - `implementation_artifacts` - `communication_language` ## FIRST STEP Read fully and follow `./step-01-orientation.md` to begin.