Agent skill
system-lifecycle
Orchestrate the full SDLC from Requirement to Code to Test (Traceability).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/core-andreibesleaga-gabbe-3
SKILL.md
System Lifecycle Skill
Triggers
- lifecycle
- traceability
- requirement
- golden thread
- definition of done
- verify requirements
Purpose
To ensure every line of code has a reason (Requirement) and a verification method (Test).
Capabilities
1. The Golden Thread (Traceability)
- Link:
REQ-ID->Design Element->Code Component->Test Case. - Gap Analysis: Find requirements with no tests, or code with no requirements.
2. Definition of Done (DoD) Enforcement
- Checklist:
- Implementation matches Spec?
- Tests pass?
- Documentation updated?
- Traceability Matrix updated?
3. Change Impact Analysis
- Query: "If I change
UserAuth.ts, what Requirements are affected?" - Action: Reverse trace from Code -> Req to find impact scope.
Instructions
- Always ID Requirements: Use
REQ-001,REQ-002formatting in PRDs. - Tag Tests: Add
@req(REQ-001)annotations to test functions/classes. - Maintain Matrix: Update
TRACEABILITY_MATRIX.mdas you code.
Deliverables
TRACEABILITY_MATRIX.md: The living map of the system.impact-analysis.md: Report on proposed changes.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?