From agile-v-skills
Orchestrates the Agile V 5-stage pipeline with wave execution, handoff protocols, and checkpoint types. Load when managing multi-agent stage transitions or pipeline failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agile-v-skills:agile-v-pipelineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestration pipeline for Agile V. Requires **agile-v-core** loaded first.
Orchestration pipeline for Agile V. Requires agile-v-core loaded first.
Stage 1: Requirements -> Stage 2: Validation -> [Human Gate 1] -> Stage 3: Synthesis (Build Agent || Test Designer) -> Stage 4: Verification -> [Human Gate 2] -> Stage 5: Acceptance
Compliance Auditor observes all stages.
Gate 2 prereqs (Phase 1): EVAL_RESULTS.md + VALIDATION_SUMMARY.md EvalGate line. Gate pause (Phase 2): append CHECKPOINTS.md (PENDING + resume_token); resume only with matching APPROVALS.md entry (see agile-v-core).
If a stage fails (e.g., Logic Gatekeeper rejects requirements, Red Team finds CRITICAL issues), the pipeline stops at that stage. Do not proceed to the next stage.
| Failure | Action |
|---|---|
| Gate 1 rejected | Return to Stage 1; Req Architect updates REQUIREMENTS.md |
| Build Agent HALT | Human resolves blocker; Build Agent resumes; do not skip to Stage 4 |
| Red Team FAIL | Return to Stage 3; Builder addresses findings; re-verify affected only |
| Gate 2 blocked | Do not proceed to Stage 5; resolve EVAL gate or get WAIVED approval |
Never advance to Stage 5 with open CRITICAL or MAJOR findings.
Dependency analysis -> Wave assignment (no-deps = Wave 1) -> Parallel within waves (fresh context each) -> Sequential across waves -> Prefer vertical slices (feature > layer).
| Type | Action |
|---|---|
| Auto | Proceed |
| Human-Verify | Confirm output |
| Human-Decision | Choose alternative |
| Human-Action | Physical/external step |
All except Auto require Human Gate protocol.
npx claudepluginhub agile-v/agile_v_skills --plugin agile-v-skillsLoads Agile V foundational values, directives, context engineering rules, and the SCOPE-V task execution framework for traceable, validated agent workflows.
Orchestrates multi-phase project execution by dispatching isolated persona agents for planning, execution, verification, integration, and review.
Guides users through the V-Model workflow by reading project state, recommending the next phase, auditing handoffs, and running the closing handoff after security audit.