itsAR-VR

phase-review

0
0
# Install this skill:
npx skills add itsAR-VR/goatedskills --skill "phase-review"

Install specific skill from multi-skill repository

# Description

Review the newest docs/planning/phase-N after implementation; verify outcomes (lint/build), map evidence to success criteria, and write a post-implementation review.

# SKILL.md


name: phase-review
description: Review the newest docs/planning/phase-N after implementation; verify outcomes (lint/build), map evidence to success criteria, and write a post-implementation review.


Instructions

Read all references in references/ before using this skill.

Multi-Agent Awareness

IMPORTANT: Multiple agents may be working on different phases concurrently. Post-implementation review must verify:

  1. Integration with concurrent work — Did other phases modify the same files during implementation?
  2. Merge correctness — If merges occurred, were they done correctly?
  3. Build stability — Does the combined state of all concurrent work pass quality gates?
  4. Documentation alignment — Do coordination notes (if any) match what actually happened?

When reviewing, always:
- Check git status for changes from other agents
- Verify build/lint against the current combined state (not just this phase's changes)
- Note any multi-agent coordination that occurred in the review

See 08_MULTI_AGENT_COORDINATION.md for detailed procedures.

Signals

  • The user says: "review the phase", "post-implementation review", "did we finish phase N", "wrap up the phase", "verify the plan", "phase review".
  • A docs/planning/phase-<N>/plan.md exists and implementation work has occurred.
  • You need to confirm quality gates (at minimum: npm run lint, npm run build) and document results.

References

Directory: references/

  • 01_INTENT.md
  • 02_PRECONDITIONS.md
  • 03_RULES.md
  • 04_PROCEDURE.md
  • 05_TEMPLATES.md
  • 06_REVIEW_CHECKLIST.md
  • 07_EDGE_CASES.md
  • 08_MULTI_AGENT_COORDINATION.md

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.