bmad-checkpoint-preview

Guide human reviewers through a five-step LLM-assisted change review process.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Wizarck/iguanatrader --skill bmad-checkpoint-preview-wizarck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-checkpoint-preview
Source: https://github.com/Wizarck/iguanatrader/tree/main/skills/bmad-checkpoint-preview
Command: npx skills add https://github.com/Wizarck/iguanatrader --skill bmad-checkpoint-preview-wizarck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides a human through reviewing a change, aligning attention to where it matters and ensuring thorough testing in a deterministic workflow.

Core Features & Use Cases

  • LLM-assisted review: provides structured prompts and context to facilitate comprehension of changes.
  • HITL-guided workflow: enforces a five-step process (Orientation → Walkthrough → Detail Pass → Testing → Wrap-Up) to standardize reviews.
  • Risk awareness: surfaces high-risk spots and provides a review trail to support decision making.

Quick Start

Submit the change you want reviewed to start the guided, human-in-the-loop checkpoint process.

Frequently Asked Questions about bmad-checkpoint-preview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a structured human-in-the-loop code review?

A structured human-in-the-loop code review uses a five-step workflow—Orientation, Walkthrough, Detail Pass, Testing, and Wrap-Up—to standardize change evaluation and enforce thorough testing. This guided process aligns reviewer attention to high-risk spots.

What is a checkpoint review process for software changes?

A checkpoint review process is a deterministic, human-in-the-loop workflow that guides reviewers through code changes using LLM-assisted prompts. It integrates a structured review trail with step-based guidance to ensure comprehensive evaluation and testing.

How do I scope risk assessment during a code walk-through?

Risk assessment during a code walk-through is scoped by integrating explicit risk-scoping and decision points within the review workflow. The process surfaces high-risk spots in the diff, providing a structured review trail to support human decision making.

Can I use an LLM to guide a design review for a diff?

Yes, you can use an LLM-assisted workflow to guide a design review for a diff. The workflow provides structured prompts and context to facilitate comprehension, enforcing a five-step process from Orientation to Wrap-Up to standardize the human review.

What are the limitations of a guided human review workflow?

The limitations of a guided human review workflow include its strict enforcement of a deterministic five-step process, which requires explicit human decision points at each stage. This standardized structure may slow down rapid, informal evaluations of minor changes.