Skip to content

Commit ecb31c7

Browse files
authored
Merge branch 'main' into feat/agile-lifecycle-v1.1.0
2 parents 0254eb7 + 4a862bb commit ecb31c7

4 files changed

Lines changed: 39 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
"email": "nuno.salvacao@gmail.com"
109109
},
110110
"source": "./plugins/agile-lifecycle",
111-
"category": "productivity"
111+
"category": "productivity",
112+
"tags": ["agile", "lifecycle", "project-management", "ai-ml", "gates", "phases"]
112113
}
113114
]
114115
}

plugins/agile-lifecycle/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.2.0] - 2026-03-15
8+
9+
### Added
10+
- `docs/genai-overlay.md` — AI/ML-specific lifecycle extensions and GenAI decision frameworks
11+
- `docs/tailoring-guide.md` — Configuration guide for tailoring the lifecycle to different product types (SaaS, AI/ML, web, MVP)
12+
- `tests/validate-plugin.sh` — Static validation suite with 6 core checks (manifest, agents CRLF, skills, commands, hooks schema, documentation)
13+
- 7 missing SKILL.md files implementing all 16 skills referenced in the plugin
14+
15+
### Changed
16+
- Updated skill count from 13 to 16 across all descriptions (README, plugin.json, skill-index.md)
17+
- Expanded Phase 7 documentation for operational readiness and continuous improvement
18+
- Improved documentation coverage across all phase guides
19+
- Enhanced genai-overlay with additional AI/ML-specific decision frameworks and tailoring patterns
20+
21+
### Fixed
22+
- Corrected template references in all 7 phase-essentials files
23+
- Converted bold Quality/Output/Edge headings to Markdown level-2 headings in 4 transversal agents
24+
- Phase-essentials and structural quality improvements across all 31 agents and 10 documentation files
25+
- Documentation alignment with current 16-skill architecture
26+
727
## [0.1.0] - 2026-03-15
828

929
### Added

plugins/agile-lifecycle/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Then:
7373

7474
## Skills
7575

76-
phase-contract · gate-checklist · artefact-authoring · risk-management · metrics-tracking · sprint-facilitation · ai-lifecycle · change-control · operational-readiness · lifecycle-tailoring · evidence-management · retrospective · definition-of-done
76+
phase-contract · gate-checklist · artefact-authoring · risk-management · metrics-tracking · sprint-facilitation · ai-lifecycle · change-control · operational-readiness · lifecycle-tailoring · evidence-management · retrospective · definition-of-done · backlog-management · phase-contract-enforcement · responsibility-flows
7777

7878
## Tailoring
7979

@@ -84,14 +84,27 @@ phase-contract · gate-checklist · artefact-authoring · risk-management · met
8484
/agile-tailoring mvp # MVP/prototype (Phases 1-3 only)
8585
```
8686

87+
## Limitations
88+
89+
This plugin does **not** include:
90+
91+
- **Team collaboration tracking** — No issue tracker or sprint board integration. Use your existing Jira/Linear/GitHub Issues workflow; the plugin provides governance overlays on top.
92+
- **Real-time metrics dashboards** — Metrics are generated on-demand via `/agile-metrics-report`, not streamed live.
93+
- **Automated testing/CI-CD orchestration** — The plugin validates testing strategy and QA readiness but does not run or manage CI/CD pipelines.
94+
- **Resource capacity planning** — No workload balancing or team allocation tools. Assumes teams manage capacity externally.
95+
- **Budget/cost tracking** — Financial governance is out of scope; focus is on product lifecycle and quality gates.
96+
- **Stakeholder communication templates** — Provides structure and agents; you author the actual comms.
97+
98+
The framework is **gated-iterative, not waterfall**. Gates are decision checkpoints, not hard blockers—you can waive or re-plan before proceeding.
99+
87100
## Documentation
88101

89102
- `docs/getting-started.md` — Quick start guide
90103
- `docs/lifecycle-overview.md` — Framework reference and state machine
91104
- `docs/phase-guide.md` — Phase-by-phase guide
92105
- `docs/gate-guide.md` — Gate operating model
93106
- `docs/agent-index.md` — All 31 agents
94-
- `docs/skill-index.md` — All 13 skills
107+
- `docs/skill-index.md` — All 16 skills
95108
- `docs/command-reference.md` — All 11 commands
96109
- `docs/ai-product-guide.md` — AI/ML specific guidance
97110

plugins/agile-lifecycle/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started with agile-lifecycle
22

3-
The `agile-lifecycle` plugin implements a hybrid gated-iterative lifecycle framework for AI/ML and digital products. It provides 31 specialized agents, 13 skills, 11 slash commands, and comprehensive artefact management across 7 phases and 6 formal gates.
3+
The `agile-lifecycle` plugin implements a hybrid gated-iterative lifecycle framework for AI/ML and digital products. It provides 31 specialized agents, 16 skills, 11 slash commands, and comprehensive artefact management across 7 phases and 6 formal gates.
44

55
## Prerequisites
66

@@ -23,7 +23,7 @@ This creates the lifecycle structure, prompts for project name and type, and boo
2323
/agile-phase-start 1
2424
```
2525

26-
The `opportunity-framing` agent will guide you through Subfase 1.1.
26+
The `opportunity-framing` agent will guide you through Sub-phase 1.1.
2727

2828
### 3. Check status at any time
2929

0 commit comments

Comments
 (0)