vc-generate-phase-program
This skill scaffolds multi-phase programs by generating an umbrella orchestration plan, Program Goal Charter, per-phase plan stubs, and a session-goal block. It enforces a 7-step inner loop (Research → Innovate → Plan-Supplement → PVL → Execute → EVL → Update-Process) with validation gates between phases, ensuring each phase is ready before the next begins. Use it when work naturally breaks into 3+ dependent phases across multiple packages or services.
vc-generate-phase-program creates umbrella plans and kickoff artifacts for multi-phase programs with validation gates between phases.
AI-generated summary based on this skill's SKILL.md
Install
withkynam/vibecode-pro-max-kit/vc-generate-phase-program · repository language: JavaScript
git clone https://github.com/withkynam/vibecode-pro-max-kit
cp -r vibecode-pro-max-kit/.claude/skills/vc-generate-phase-program ~/.claude/skills/vc-generate-phase-programnpx skillfed install withkynam/vibecode-pro-max-kit/vc-generate-phase-programFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How to set up a multi-phase program kickoff with vc-generate-phase-program?
vc-generate-phase-program scaffolds your kickoff by generating an umbrella orchestration plan, Program Goal Charter, per-phase plan stubs, and a session-goal block. It enforces a 7-step inner loop (Research → Innovate → Plan-Supplement → PVL → Execute → EVL → Update-Process) with validation gates between phases, ensuring each phase is ready before the next begins. Start by defining your 3+ dependent phases across multiple packages or services.
What artifacts does vc-generate-phase-program create for program execution?
vc-generate-phase-program produces kickoff artifacts including an umbrella orchestration plan, Program Goal Charter, per-phase plan stubs with execution structure, and a session-goal block for autonomous execution. These artifacts establish phase boundaries, validation checkpoints, and regression workflows so teams can execute each phase independently while maintaining orchestration alignment.
How does vc-generate-phase-program structure phase-by-phase execution?
vc-generate-phase-program sets up phase-by-phase execution by defining per-phase validation gates and regression checkpoints. Each phase follows the 7-step inner loop (RIPER-5 pattern) with Research, Innovate, Plan-Supplement, PVL, Execute, EVL, and Update-Process steps. Validation gates ensure each phase completes successfully before dependent phases begin.
What is the phase program validation gates setup in vc-generate-phase-program?
vc-generate-phase-program defines phase validation and regression checkpoints at phase boundaries. Validation gates (PVL) occur mid-phase to confirm readiness, while EVL gates occur at phase exit. These checkpoints prevent downstream phases from starting until prior phases meet quality and completion criteria, enforcing orchestration discipline across multi-phase work.
When should I use vc-generate-phase-program for project planning?
Use vc-generate-phase-program when your work naturally breaks into 3 or more dependent phases across multiple packages or services. It's ideal for complex programs requiring orchestration across teams, validation between phase transitions, and autonomous execution within each phase. The skill generates the umbrella plan and session-goal blocks needed for large-scale program coordination.
How does vc-generate-phase-program handle dependent phases?
vc-generate-phase-program plans multi-phase orchestration by mapping phase dependencies, defining entry/exit criteria, and establishing validation gates between phases. Each phase stub includes its own execution structure and checkpoints. The umbrella orchestration plan shows how phases depend on one another, ensuring downstream phases don't start until upstream phases pass their validation gates.
SKILL.md
rendered from the published skill — quoted content, verbatim
vc-generate-phase-program
> Output style: Follow process/development-protocols/communication-standards.md — answer-first, plain language, no unexplained jargon, TL;DR on long responses.
Generate kickoff artifacts for a multi-phase RIPER-5 program: umbrella plan, Program Goal Charter,
session-goal block, per-phase plan stubs, and the 7-step per-phase inner loop reference
(R → I → P → PVL → E → EVL → UP, which SKIPS SPEC).
The 7 steps are: Research → Innovate → Plan-Supplement → PVL (plan-validate loop — the gate that confirms the plan is ready before EXECUTE runs) → Execute → EVL (execute-validate loop — the confirmation run after EXECUTE, re-running gate tests independently) → Update-Process.
Source of truth:
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 11 files
.claude/skills/vc-generate-phase-program/SKILL.md
.claude/skills/vc-generate-phase-program/references/program-goal-charter-template.md
.claude/skills/vc-generate-phase-program/scripts/fixtures/validate-phase-stub/fail.md
.claude/skills/vc-generate-phase-program/scripts/fixtures/validate-phase-stub/pass.md
.claude/skills/vc-generate-phase-program/scripts/fixtures/validate-umbrella-artifact/fail.md
.claude/skills/vc-generate-phase-program/scripts/fixtures/validate-umbrella-artifact/pass.md
.claude/skills/vc-generate-phase-program/scripts/validate-phase-stub.mjs
.claude/skills/vc-generate-phase-program/scripts/validate-umbrella-artifact.mjs
.claude/skills/vc-generate-phase-program/templates/phase-loop-workflow-template.js
.claude/skills/vc-generate-phase-program/templates/phase-stub-template.md
.claude/skills/vc-generate-phase-program/templates/umbrella-plan-template.md