You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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
+
87
100
## Documentation
88
101
89
102
-`docs/getting-started.md` — Quick start guide
90
103
-`docs/lifecycle-overview.md` — Framework reference and state machine
91
104
-`docs/phase-guide.md` — Phase-by-phase guide
92
105
-`docs/gate-guide.md` — Gate operating model
93
106
-`docs/agent-index.md` — All 31 agents
94
-
-`docs/skill-index.md` — All 13 skills
107
+
-`docs/skill-index.md` — All 16 skills
95
108
-`docs/command-reference.md` — All 11 commands
96
109
-`docs/ai-product-guide.md` — AI/ML specific guidance
Copy file name to clipboardExpand all lines: plugins/agile-lifecycle/docs/getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Getting Started with agile-lifecycle
2
2
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.
4
4
5
5
## Prerequisites
6
6
@@ -23,7 +23,7 @@ This creates the lifecycle structure, prompts for project name and type, and boo
23
23
/agile-phase-start 1
24
24
```
25
25
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.
0 commit comments