Pmatch banner
TheAstrelo TheAstrelo

Pmatch

Design community

Description

Verify plan-design alignment before build. --- ## Prerequisites Check that both design and plan exist: ```bash SESSION_DIR=$(cat .claude/artifacts/current.txt 2>/dev/null) if [ -z "$SESSION_DIR" ]; then echo "ERROR: No active session. Run /arm first." exit 1 fi if [ ! -f "$SESSION_DIR/design.md" ]; then echo "ERROR: No design.md found. Run /design first." exit 1 fi if [ ! -f "$SESSION_DIR/plan.md" ]; then echo "ERROR: No plan.md found. Run /plan first." exit 1 fi ``` --- ## Dri

Installation

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

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

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

Full documentation available on GitHub

View Source Repository