scaffold-review-phase

Audit project phases for clarity, system alignment, and ADR impact.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rmans/ClaudeScaffold --skill scaffold-review-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-review-phase
Source: https://github.com/rmans/ClaudeScaffold/tree/main/Install/.claude/skills/scaffold-review-phase
Command: npx skills add https://github.com/rmans/ClaudeScaffold --skill scaffold-review-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring that project phases are clearly defined, aligned with the overall design, and properly integrated into the project's roadmap and ADRs, preventing scope creep and design drift.

Core Features & Use Cases

  • Phase Scope Auditing: Reviews a specific project phase for completeness, quality, and adherence to design principles.
  • System Alignment Check: Verifies that all systems mentioned within a phase's scope are correctly defined and referenced.
  • ADR Impact Analysis: Assesses how Architecture Decision Records influence or are impacted by the phase's objectives.
  • Registration Verification: Confirms the phase is correctly listed in project indexes and roadmaps.
  • Downstream Coverage: Checks if subsequent tasks or slices adequately cover the phase's defined scope.
  • Use Case: Before a development sprint begins, use this Skill to review the 'P2-005: Core Combat Mechanics' phase to ensure its goals are clear, its dependencies are met, and it aligns with the latest ADRs on player feedback.

Quick Start

Use the scaffold-review-phase skill to review phase P2-005.

Frequently Asked Questions about scaffold-review-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a project phase for scope clarity and system alignment?

To audit a project phase, review its scope for clarity, specificity, entry and exit criteria, and ADR impact. This verifies system alignment and checks downstream coverage by reading contextual documents like the roadmap and design doc.

What does an ADR impact analysis check during a phase review?

An ADR impact analysis assesses how Architecture Decision Records influence or are impacted by a phase's objectives. It ensures the phase scope aligns with documented architecture decisions to prevent design drift.

How do I verify phase registration in project roadmaps and indexes?

Verifying phase registration confirms the phase is correctly listed in project indexes and roadmaps. The audit checks registration status and flags any missing elements or disconnects between the phase file and the roadmap.

When do I need to run a scope gate review before a development sprint?

Run a scope gate review before a development sprint begins to ensure phase goals are clear, dependencies are met, and the scope aligns with the latest ADRs. This prevents scope creep and design drift during implementation.

Can I check downstream task coverage against a defined phase scope?

Yes, checking downstream coverage verifies that subsequent tasks or slices adequately cover the phase's defined scope. The audit flags any disconnects between the phase objectives and the planned downstream work.

Why does my phase scope review flag missing system definitions?

A phase scope review flags missing definitions when systems mentioned within the scope are not correctly defined or referenced. The system alignment check identifies these missing elements to prevent integration disconnects.