Skip to content

Commit abe0d1d

Browse files
Add OpenUP Governed Lifecycle extension to community catalog (#4598)
Add openup extension submitted by @anvigo12 to the community catalog and documentation. Closes #4567. Assisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0d3e5f7 commit abe0d1d

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

‎docs/community/extensions.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ The following community-contributed extensions are available in [`catalog.commun
110110
| .NET Framework to Modern .NET Migration | Orchestrate end-to-end .NET Framework to modern .NET migration across 7 phases, with SDD lifecycle integration | `process` | Read+Write | [spec-kit-fx-to-net](https://github.com/RogerBestMsft/spec-kit-FxToNet) |
111111
| OKF Knowledge Bundle Generator | Generates and maintains an Open Knowledge Format (OKF v0.1) knowledge bundle from a source-code repository, mining git history for rationale and parking what it cannot verify as open questions | `docs` | Read+Write | [speckit_okf](https://github.com/alexcpn/speckit_okf) |
112112
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) |
113+
| OpenUP Governed Lifecycle | Adds the OpenUP lifecycle to Spec Kit: phases, iterations, a seven-level WBS, an executable risk register, bi-directional traceability, and machine-checkable milestone gates. | `process` | Read+Write | [specup](https://github.com/anvigo12/specup) |
113114
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) |
114115
| Orchestration Task Context Management | Adds subagent work-unit orchestration to generated Spec Kit task files | `process` | Read+Write | [spec-kit-orchestration-task-context-management](https://github.com/benizzio/spec-kit-orchestration-task-context-management) |
115116
| OWASP LLM Threat Model | OWASP Top 10 for LLM Applications 2025 threat analysis on agent artifacts | `code` | Read-only | [spec-kit-threatmodel](https://github.com/NaviaSamal/spec-kit-threatmodel) |

‎extensions/catalog.community.json‎

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,6 +3548,48 @@
35483548
"created_at": "2026-03-26T00:00:00Z",
35493549
"updated_at": "2026-03-26T00:00:00Z"
35503550
},
3551+
"openup": {
3552+
"name": "OpenUP Governed Lifecycle",
3553+
"id": "openup",
3554+
"description": "Adds the OpenUP lifecycle to Spec Kit: phases, iterations, a seven-level WBS, an executable risk register, bi-directional traceability, and machine-checkable milestone gates.",
3555+
"author": "Aniket Gore",
3556+
"version": "0.1.0",
3557+
"download_url": "https://github.com/anvigo12/specup/releases/download/v0.1.0/openup-0.1.0.zip",
3558+
"sha256": "012e11f5949060d57bef2c5ea15772e4649fc92d723e171a85e6230fb87cb46f",
3559+
"repository": "https://github.com/anvigo12/specup",
3560+
"homepage": "https://github.com/anvigo12/specup",
3561+
"documentation": "https://github.com/anvigo12/specup/blob/main/docs/guide/using-specup.md",
3562+
"changelog": "",
3563+
"license": "MIT",
3564+
"category": "process",
3565+
"effect": "read-write",
3566+
"requires": {
3567+
"speckit_version": ">=1.0.0,<2.0.0",
3568+
"tools": [
3569+
{
3570+
"name": "python3",
3571+
"version": ">=3.10",
3572+
"required": true
3573+
}
3574+
]
3575+
},
3576+
"provides": {
3577+
"commands": 9,
3578+
"hooks": 4
3579+
},
3580+
"tags": [
3581+
"governance",
3582+
"traceability",
3583+
"risk",
3584+
"lifecycle",
3585+
"openup"
3586+
],
3587+
"verified": false,
3588+
"downloads": 0,
3589+
"stars": 0,
3590+
"created_at": "2026-09-15T00:00:00Z",
3591+
"updated_at": "2026-09-15T00:00:00Z"
3592+
},
35513593
"optimize": {
35523594
"name": "Optimize Extension",
35533595
"id": "optimize",

0 commit comments

Comments
 (0)