prevc-flow

Routes tasks through Planning, Review, Execution, and Validation with scale-adaptive gates.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/NEXUZ-SYS/devflow --skill prevc-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prevc-flow
Source: https://github.com/NEXUZ-SYS/devflow/tree/main/skills/prevc-flow
Command: npx skills add https://github.com/NEXUZ-SYS/devflow --skill prevc-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PREVC-flow orchestrates development work by routing tasks through Planning, Review, Execution, Validation, and Confirmation with scale-aware gates to maintain discipline and guardrails.

Core Features & Use Cases

  • Automates phase sequencing across Full, Lite, and Minimal modes.
  • Enforces HARD-GATE rules to prevent skipping phases and ensures gates are met before progression.
  • Invokes phase skills (prevc-planning, prevc-review, prevc-execution, prevc-validation, prevc-confirmation) and coordinates PRD integration to keep a unified workflow.
  • Supports dynamic autonomy upgrades/downgrades mid-workflow and scale-aware routing for efficient execution.

Quick Start

Provide a task description and let prevc-flow route it through the PREVC phases according to scale and autonomy.

Frequently Asked Questions about prevc-flow

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

FAQPage Schema
How do I orchestrate a development workflow with phase gating and PRD integration?

Orchestrate a development workflow by routing tasks through Planning, Review, Execution, Validation, and Confirmation phases with scale-adaptive routing and PRD-driven decisions. The PREVC workflow enforces hard-gate rules to prevent skipping phases and ensures deterministic progress.

What is scale-adaptive routing in a development workflow orchestrator?

Scale-adaptive routing in a workflow orchestrator dynamically adjusts phase sequencing across Full, Lite, and Minimal modes. It manages phase gates and autonomy levels to match the complexity of the task, ensuring efficient execution without losing guardrails.

How do I prevent skipping phases in an automated development workflow?

Prevent skipping phases in an automated development workflow by enforcing hard-gate rules that require validation before progression. The orchestrator detects phase completion and blocks task advancement until gate criteria are fully met.

Can I adjust autonomy levels dynamically during a development workflow?

You can adjust autonomy levels dynamically during a development workflow. The orchestrator supports mid-workflow autonomy upgrades and downgrades, allowing scale-aware routing to adapt to evolving task requirements while maintaining phase guardrails.

Does the PREVC workflow orchestrator support minimal and lite execution modes?

The PREVC workflow orchestrator supports minimal, lite, and full execution modes. Mode detection analyzes the task description to route work through the appropriate phase gates, applying scale-adaptive routing for efficient progress.

When should I not use a phase-gated workflow orchestrator for development tasks?

Avoid using a phase-gated workflow orchestrator for simple, single-step development tasks that do not require review or validation gates. The hard-gate rules and phase sequencing add overhead that is best suited for multi-phase scale-adaptive execution.