bb-review
User Input
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Goal
Run a BuildBetter-enriched review for the current feature with one of these modes:
usability: user-story walkthrough and UX validationcode: implementation/code quality reviewboth(default): run both
This command is BuildBetter-first: prioritize buildbetter-context.md, buildbetter-context.json, and user-stories.md as review evidence when available.
Execution Flow
More from buildbetter-app/bb-skills
trust-but-verify
Use when a feature branch has been implemented and you need to verify the UI/UX and functionality match the original plan before merging
12bb-analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
12bb-plan
Execute the implementation planning workflow using the plan template to generate design artifacts.
10bb-tasks
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
10bb-checklist
Generate a custom checklist for the current feature based on user requirements.
10bb-implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md
10