agentsclimarketplace

Agile v lifecycle

Skill Agile-V/agile_v_skills/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.From its SKILL.md

Install
npx -y skills add Agile-V/agile_v_skills --skill agile-v-lifecycle

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its file declares

Copied from the file, not written here

The file declares its own license as CC-BY-SA-4.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.7 KB, 581 tokens by cl100k_base, as published. Nobody here has run it

Instructions

Multi-cycle lifecycle management for Agile V. Requires agile-v-core loaded first.

Cycle ID

C1, C2, ... -- recorded in STATE.md, propagated to all artifact IDs.

Document Versioning

DocumentRuleExample
REQUIREMENTS.mdRevision header + per-REQ status<!-- Revision: C2 -->
BUILD_MANIFEST.mdART-XXXX.N suffixART-0001.2
TEST_SPEC.mdTC origin cycleTC-0001 [C1]
VALIDATION_SUMMARY.mdOne per cycle; prior archivedVALIDATION_SUMMARY_C1.md
DECISION_LOG.mdCycle-tagged entries[C2] DECISION: ...
ATM.mdPartitioned by cycleSee compliance-auditor

REQ Status Tags

approved [Cn] | modified [Cn] (was/now + CR ref) | new [Cn] | deprecated [Cn] | superseded [Cn]

Change Requests

Append-only in CHANGE_LOG.md. Format: CR-XXXX with Cycle, Affected REQ, Change, Rationale, Impact (ART + TC), Requested by, Approved status. Flow: Req Architect creates -> Logic Gatekeeper validates -> Human approves at Gate 1.

Cycle Triggers

(1) New feature request. (2) Verification failure requiring REQ change. (3) Approved CR invalidating artifacts. (4) Scheduled iteration. All require Human decision.

Re-Entry Points

TriggerRe-EntryScope
New featureStage 1Full pipeline new REQs; regression unchanged
REQ change from verificationStage 1CR -> Gate 1 -> full affected; regression others
Bug fix (no REQ change)Stage 3Build fixes; re-verify affected only
ScheduledStage 1Review all; full for changes; regression stable

Archival

On Gate 2 acceptance: snapshot living docs -> .agile-v/cycles/CN/ (frozen). Never modify archives. DECISION_LOG and CHANGE_LOG never archived -- append-only timeline.

Impact Analysis (per agent)

(1) Req Architect: tag REQs new/modified/deprecated/unchanged. (2) Logic Gatekeeper: re-validate new+modified only. (3) Build Agent: rebuild modified only; carry forward unchanged. (4) Test Designer: delta tests for new/modified; regression baseline for unchanged. (5) Red Team: execute delta + regression separately. (6) Compliance Auditor: cycle-tag ATM; flag unupdated links.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.