vrau

Orchestrate development workflows through brainstorming, planning, and execution phases with Git management.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/mguilarducci/vrau --skill vrau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vrau
Source: https://github.com/mguilarducci/vrau/tree/main/skills/vrau
Command: npx skills add https://github.com/mguilarducci/vrau --skill vrau

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex development workflows by guiding users through structured phases with mandatory review checkpoints, preventing common pitfalls and ensuring a robust process.

Core Features & Use Cases

  • Phased Workflow Management: Guides users through Brainstorm, Plan, and Execute phases.
  • Mandatory Reviews: Enforces code/design reviews at the end of each phase.
  • Branching and Worktree Management: Integrates with Git for safe and organized development.
  • Use Case: Kick off a new feature development by having Vrau guide you through brainstorming requirements, planning implementation steps, and executing the code, with reviews at each stage.

Quick Start

Use the vrau skill to start a new workflow for developing a user authentication module.

Frequently Asked Questions about vrau

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

FAQPage Schema
How do I orchestrate complex development workflows with mandatory code review gates?

You orchestrate complex development workflows by enforcing a strict, non-skippable phase order with mandatory fresh-eyes reviews at the end of brainstorming, planning, and execution phases. This prevents pitfalls and ensures a robust process.

What is the best way to structure a development process into distinct phases?

Structuring a development process into distinct phases involves guiding teams sequentially through brainstorm, plan, and execute stages. This approach enforces mandatory reviews at each checkpoint, ensuring organized and robust task execution.

Can I resume an existing task workflow without restarting the phases?

Yes, you can resume existing task workflows without restarting. The orchestration mechanism utilizes file-based state detection to identify progress and resume the workflow from the appropriate non-skippable phase.

Does this workflow orchestration integrate with Git branching and GitHub issue tracking?

Yes, workflow orchestration integrates directly with Git branching and worktree management for safe development. It also optionally supports GitHub issue tracking to monitor progress throughout the execution phases.

Why are fresh-eyes reviews required at the end of each development phase?

Fresh-eyes reviews are required at the end of each development phase to enforce strict quality checkpoints and prevent common pitfalls. Skipping these mandatory reviews is intentionally blocked to ensure a robust process.

What do I need to set up before initiating a new phased development workflow?

Before initiating a new phased development workflow, you need a Git environment configured for branching and worktree management. Optionally, integrate GitHub issue tracking to enable progress monitoring during task execution.