Validate Output banner
khanh-vu khanh-vu

Validate Output

Development community

Description

--- description: Validate work.md against all quality gates usage: /validate-output --- # Validate Output Command Run all validators on the current `.claude/work.md` to ensure it meets quality standards. ## Validators to Run 1. **Scorecard Validator** - Check all scorecard items marked PASS/FAIL 2. **Write Zone Guard** - Verify Write Zone updated correctly 3. **Secret Scan** - Ensure no secrets in output 4. **Diff Discipline** - Verify minimal, focused changes 5. **Format Lint** - Validate o

Installation

Installs to ~/.claude/commands/khanh-vu-claude-force-validate-output.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/khanh-vu/claude-force/HEAD/.claude/commands/validate-output.md -o ~/.claude/commands/khanh-vu-claude-force-validate-output.md

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

Full documentation available on GitHub

View Source Repository