Agent skill

phase-progress-auditor

Audits current project state for a given phase, detects completed, partial, or missing artifacts, fixes gaps via specs, and determines the correct next action.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/phase-progress-auditor

SKILL.md

Phase Progress Auditor

Purpose

This skill ensures Claude never blindly regenerates work. It inspects the current project state before taking action.

Audit Before Action (MANDATORY)

Before executing any phase-level workflow:

  1. Check existing specs
  2. Check plans and tasks
  3. Check implementation files
  4. Check checklists / reviews

Possible States

  • ✅ Complete
  • 🟡 Partial
  • ❌ Missing
  • ⚠️ Inconsistent (spec ≠ code)

Behavior Rules

If Complete

  • Do NOT regenerate
  • Suggest next logical phase or enhancement

If Partial

  • Identify exact gaps
  • Generate ONLY missing specs or steps
  • Never overwrite existing correct work

If Missing

  • Run full phase workflow from scratch

If Inconsistent

  • Propose spec fixes first
  • Regenerate implementation ONLY after approval

Output Format

Always report:

  • Current state
  • Detected issues
  • Proposed next actions

Never assume. Always verify.

Didn't find tool you were looking for?

Be as detailed as possible for better results