返回 Skill 列表
extension
分类: 开发与工程无需 API Key

phase-progress-auditor

审核给定阶段的当前项目状态,检测已完成、部分完成或缺失的工作成果,通过规范填补空白,并确定正确的下一步行动。

person作者: jakexiaohubgithub

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.