From agile-v-skills
Orchestrates Agile V multi-agent pipeline with handoff protocols, wave execution, and checkpoint types. Load when managing stage transitions or coordinating build, test, and verification agents.
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).
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 foundational values, directives, and context engineering rules for the Agile V methodology. Use this skill first to enable validation-first, traceable, compliance-aware agent behavior.
Orchestrates multi-phase project execution by dispatching dedicated persona agents for planning, execution, verification, and review. Use after spec approval for automated phase chaining.
Guides through V-Model workflow: assesses project state from BACKLOG.md, HANDOFFS.md, git; recommends next phase skill; audits handoffs; creates feature branches at entry points.