Qb banner
TheAstrelo TheAstrelo

Qb

Design community

Description

Behavior validation - verify tests pass and outputs match design. --- ## Purpose Verify that implemented code behaves correctly: - Build succeeds - Tests pass - Behavior matches design specifications - Edge cases from critique are handled --- ## Execution Use the **quality-behavior** agent. **Input:** - `build-report.md` — What was built - `design.md` — Expected behavior - `critique.md` — Edge cases to verify **Process:** 1. Run build: `npm run build` 2. Run tests: `npm test` (if tests

Installation

Installs to ~/.claude/commands/theastrelo-claude-pipeline-qb.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TheAstrelo/Claude-Pipeline/HEAD/.claude/commands/qb.md -o ~/.claude/commands/theastrelo-claude-pipeline-qb.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository