girishr

Specpilot Report — Testing skill for Claude Code

Testing community

Run the Spec-First review gate: classify the change, update specs, then wait for confirmation before coding.

How to install Specpilot Report

Installs to ~/.claude/commands/girishr-specpilot-specpilot-report.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/girishr/SpecPilot/HEAD/.claude/commands/specpilot-report.md -o ~/.claude/commands/girishr-specpilot-specpilot-report.md

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

What Specpilot Report does


description: Run the Spec-First review gate: classify the change, update specs, then wait for confirmation before coding

Formalize the Spec-First review gate (mandate 8) for the pending change.

  1. Classify the pending change as trivial, feature, or architectural:
    • Trivial: no spec update required.
    • Feature: touches project/requirements.md and planning/tasks.md.
    • Architectural: touches all affected spec files plus CHANGELOG.md.
  2. Read the relevant .specs/ files per

Alternatives in Testing

  • Pua — Use when the user invokes /pua or asks for PUA mode, try-harder/retry help, change-approach coaching, completi 19.5k ★
  • Spec Driven Develop — Spec-driven development workflow for AI coding agents: architecture-first planning, task decomposition, GitHub 975 ★
  • TDD Diagnostics.V1 — Follow strict TDD stages 272 ★

Full documentation available on GitHub

View Source Repository