-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmarketplace.json
More file actions
25 lines (25 loc) · 899 Bytes
/
Copy pathmarketplace.json
File metadata and controls
25 lines (25 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "vaiyav-plugins",
"owner": {
"name": "Valentin Yakovlev"
},
"description": "Plugins by Valentin Yakovlev (VaiYav) — SpecKit Product Forge and related developer workflow tooling.",
"plugins": [
{
"name": "speckit-product-forge",
"source": "./",
"description": "Full product lifecycle orchestrator for SpecKit: research → product-spec → plan → tasks → implement → verify → test → release-readiness, across express/lite/standard/v-model modes with human-in-the-loop gates, cross-artifact sync-verify, a living/delta spec with a REQ→…→TEST→EVT traceability matrix, and brown-field backfill.",
"category": "workflow",
"tags": [
"speckit",
"lifecycle",
"product-spec",
"planning",
"testing",
"traceability",
"v-model",
"release-readiness"
]
}
]
}