phase2-exit-check

Apply five exit criteria to Phase 2 analysis files and output a PASS or NEEDS-REWORK verdict.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/YurainSoon/research-director --skill phase2-exit-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase2-exit-check
Source: https://github.com/YurainSoon/research-director/tree/main/.claude/skills/phase2-exit-check
Command: npx skills add https://github.com/YurainSoon/research-director --skill phase2-exit-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exit rubric for Phase 2 (Small-Scale Verification). Load after the Analyst has written phase_2_verification/analysis/analysis_{n}.md against the latest finalized result_{n}.md, and the Main Agent needs to determine whether Phase 2 is done (proceed to Phase 3) or whether the run calls for a rollback. Evaluates structural completeness of the analysis only — the routing decision itself belongs to the Main Agent, which reads the dominant rollback depth this check surfaces. Does NOT re-diagnose results, does NOT auto-invoke Loop 3.

Core Features & Use Cases

  • Load the latest Phase 2 analysis, its paired results, the confirmed method design, and the initial ideation idea to assess handoff readiness.
  • Apply the five exit criteria in order to produce a binary PASS/NEEDS-REWORK verdict and surface the dominant rollback depth for routing decisions.
  • Provide a clear, linear assessment that the Main Agent can act on without re-diagnosing results or auto-invoking loops.

Quick Start

After completing Phase 2 work, run this skill to verify whether the handoff artifacts meet the exit criteria and ready the pipeline for Phase 3 or indicate rollback.

Frequently Asked Questions about phase2-exit-check

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

FAQPage Schema
How do I determine if Phase 2 verification is complete or requires a rollback?

A Phase 2 exit check evaluates structural completeness by reading the latest analysis, matched results, confirmed method design, and initial ideation, then produces a binary verdict and dominant rollback depth for routing.

What is a Phase 2 exit check in a verification pipeline?

A Phase 2 exit check is a structural evaluation that reads verification analysis and results to determine handoff readiness, outputting a PASS or NEEDS-REWORK verdict without re-diagnosing results or auto-invoking loops.

How do I assess handoff readiness before proceeding to Phase 3?

Assess handoff readiness by loading the latest Phase 2 analysis, paired results, confirmed method design, and initial ideation idea, then applying five ordered exit criteria to verify structural completeness.

Does the Phase 2 exit check automatically re-diagnose results or trigger Loop 3?

No, the Phase 2 exit check does not re-diagnose results or auto-invoke Loop 3. It provides a linear structural assessment, leaving the actual routing decision to the Main Agent based on the surfaced rollback depth.

What artifacts do I need to run a Phase 2 completion and rollback assessment?

You need the latest phase_2_verification analysis file, its matched results file, the confirmed phase_1 method design, and the phase_0 ideation idea to run the structural assessment and generate a verdict.