corvus-phase-4

Coordinate phase-level implementation and validation with mandatory quality gates.

3|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/NachoFLizaur/corvus --skill corvus-phase-4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corvus-phase-4
Source: https://github.com/NachoFLizaur/corvus/tree/main/skill/corvus-phase-4
Command: npx skills add https://github.com/NachoFLizaur/corvus --skill corvus-phase-4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase 4 coordinates per-phase execution and mandatory quality gates to ensure that all tasks within a phase align with the master plan, reducing drift and enabling deterministic delivery.

Core Features & Use Cases

  • Phase-level orchestration: coordinates 4a (implementation), 4b (quality gate), and 4c (master plan update) to enable parallel task delegation with per-phase validation.
  • Mandatory quality gate: enforces phase-wide validation, including failure analysis and iterative fixes, before progressing.
  • Master plan synchronization: updates MASTER_PLAN.md at phase boundaries to advance to subsequent phases.

Quick Start

Initiate Phase 4 by delegating all phase tasks to dedicated code-implementers, run the phase-level quality checks, and then update MASTER_PLAN.md when complete.

Frequently Asked Questions about corvus-phase-4

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

FAQPage Schema
How do I coordinate phase-level tasks with quality gates in a multi-phase project?

Coordinate phase-level tasks with quality gates by delegating all phase tasks to dedicated code-implementers, running phase-level quality checks, and updating the master plan at phase boundaries to ensure deterministic delivery.

What is phase-level orchestration for multi-task phases?

Phase-level orchestration coordinates implementation, quality gate validation, and master plan updates to ensure all tasks within a phase align with the master plan, reducing drift and enabling parallel task delegation with per-phase validation.

How do mandatory quality gates handle failure analysis during phase execution?

Mandatory quality gates enforce phase-wide validation, including failure analysis and iterative fixes, before progressing to the next phase, ensuring all tasks pass quality checks without drift.

When do I need to update MASTER_PLAN.md during phase coordination?

Update MASTER_PLAN.md at phase boundaries after completing phase-level quality checks, which synchronizes the master plan and advances the project to subsequent phases.

What is the maximum number of iterations allowed for phase revalidation?

Phase revalidation enforces a maximum of 3 iterations for failure analysis and iterative fixes, ensuring deterministic phase-level flow before advancing to the next phase.

Can I use phase coordination for parallel task delegation with one task per code-implementer?

Yes, phase coordination orchestrates per-phase execution with one-task-per-code-implementer delegation, running mandatory quality gate steps and master plan updates to ensure deterministic execution.