Skip to content

Commit 4dbd334

Browse files
feat(waterfall-lifecycle): add plugin manifest and marketplace registration
Generated by Nuno Salvação Co-Authored-By: Nexo <nexo.modeling@gmail.com>
1 parent 14b7349 commit 4dbd334

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@
110110
"source": "./plugins/agile-lifecycle",
111111
"category": "productivity",
112112
"tags": ["agile", "lifecycle", "project-management", "ai-ml", "gates", "phases"]
113+
},
114+
{
115+
"name": "waterfall-lifecycle",
116+
"description": "Formal predictive waterfall lifecycle framework for AI/ML products — 8 phases, 8 formal gates (A–H), 33 agents, 15 skills, and full artefact management. For regulated environments with formal handovers and requirements traceability.",
117+
"version": "0.1.0",
118+
"author": {
119+
"name": "Nuno Salvacao",
120+
"email": "nuno.salvacao@gmail.com"
121+
},
122+
"source": "./plugins/waterfall-lifecycle",
123+
"category": "development"
113124
}
114125
]
115126
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "waterfall-lifecycle",
3+
"version": "0.1.0",
4+
"description": "Formal predictive waterfall lifecycle framework for AI/ML products — 8 phases, 8 formal gates (A–H), 33 agents, 15 skills, full artefact management. Designed for regulated environments, requirements traceability, and formal handovers.",
5+
"author": {
6+
"name": "Nuno Salvacao",
7+
"email": "nuno.salvacao@gmail.com",
8+
"url": "https://www.linkedin.com/in/nsalvacao/"
9+
},
10+
"keywords": [
11+
"waterfall",
12+
"predictive",
13+
"lifecycle",
14+
"phase-gates",
15+
"ai-governance",
16+
"requirements-traceability",
17+
"formal-handovers",
18+
"artefact-management",
19+
"multi-agent"
20+
],
21+
"license": "MIT",
22+
"homepage": "https://github.com/nsalvacao/nsalvacao-claude-code-plugins",
23+
"repository": "https://github.com/nsalvacao/nsalvacao-claude-code-plugins"
24+
}

0 commit comments

Comments
 (0)