Help us improve
Share bugs, ideas, or general feedback.
From agile-v-skills
Orchestrates multi-agent Agile V pipeline with wave execution, handoff protocols, and checkpoint types. Load for stage transitions or managing 5-stage workflows.
npx claudepluginhub agile-v/agile_v_skills --plugin agile-v-skillsHow 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.
Provides foundational values, directives, and context engineering rules for Agile V agents. Load first in any Agile V session to enforce traceability, validation, and compliance in development workflows.
Orchestrates multi-phase projects by dispatching isolated phase-agents for planning, execution, verification, integration, and review. Tracks state and chains artifacts; use after approving specs with 2+ phases.
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.
Share bugs, ideas, or general feedback.
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.