agile-v-pipeline
SolidOrchestration pipeline, wave execution, handoff protocols, and checkpoint types for the Agile V 5-stage workflow. Load when orchestrating multi-agent pipelines or managing stage transitions.
AI & Automation 53 stars
10 forks Updated 2 weeks ago CC-BY-SA-4.0
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Instructions
Orchestration pipeline for Agile V. Requires **agile-v-core** loaded first.
## Pipeline
```
Stage 1: draft_persisted -> Stage 2: independent_findings -> Stage 1: architect_revisions -> gate_1 -> approved -> baselined -> Stage 3: Synthesis (Build Agent || Test Designer) -> Stage 4: Verification -> [Human Gate 2] -> Stage 5: Acceptance
Compliance Auditor observes all stages.
```
## Handoffs
1. Req Architect persists draft `.agile-v/REQUIREMENTS.md` -> Logic Gatekeeper reads without editing.
2. Gatekeeper records independent findings -> Req Architect revises -> Gate 1 (findings + revision evidence, Human approves).
3. Approval creates a baseline; Build Agent || Test Designer use only that baselined revision, with no shared context.
4. Build Manifest + Test Cases -> Red Team Verifier.
5. Verification Summary -> Gate 2; intended-use validation evidence, when required, remains separate.
**Gate 2 prereqs (Phase 1):** `.agile-v/EVAL_RESULTS.md` + `.agile-v/VERIFICATION_SUMMARY.md` **EvalGate** line. **Gate pause (Phase 2):** append `.agile-v/CHECKPOINTS.md` (`PENDING` + `resume_token`); resume only with matching `.agile-v/APPROVALS.md` entry (see `agile-v-core`).
## Stage Failure Handling
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 architect revisions; preserve reject...
Details
- Author
- Agile-V
- Repository
- Agile-V/agile_v_skills
- Created
- 7 months ago
- Last Updated
- 2 weeks ago
- Language
- Python
- License
- CC-BY-SA-4.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
agile-v-lifecycle
Multi-cycle iteration management, document versioning, change requests, re-entry points, archival, and impact analysis. Load when starting a new cycle (C2+), processing change requests, or managing cross-cycle traceability.
53 Updated 2 weeks ago
Agile-V AI & Automation Solid
agile-v-core
Foundational values, directives, and context engineering rules for all Agile V agents. Load first in every Agile V session.
53 Updated 2 weeks ago
Agile-V Data & Documents Listed
pipeline
Orchestrator for the Agent Development Pipeline — reports current stage, next command, and gate checklist.
0 Updated yesterday
lamuniercosta