Skip to content

Commit 282e14b

Browse files
committed
feat: add spec-kit-onboard extension to community catalog
Adds the onboard extension (v2.1.0) — contextual onboarding and progressive growth for developers new to spec-kit projects. - 7 commands: start, explain, trail, quiz, badge, mentor, team - 3 hooks: after-implement, before-implement, after-explain - Repository: https://github.com/dmux/spec-kit-onboard
1 parent 8520241 commit 282e14b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ The following community-contributed extensions are available in [`catalog.commun
181181
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) |
182182
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
183183
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |
184+
| 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) |
184185
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |
185186
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
186187
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | `visibility` | Read-only | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |

extensions/catalog.community.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,39 @@
437437
"created_at": "2026-03-05T00:00:00Z",
438438
"updated_at": "2026-03-05T00:00:00Z"
439439
},
440+
"onboard": {
441+
"name": "Onboard",
442+
"id": "onboard",
443+
"description": "Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step.",
444+
"author": "Rafael Sales",
445+
"version": "2.1.0",
446+
"download_url": "https://github.com/dmux/spec-kit-onboard/archive/refs/tags/v2.1.0.zip",
447+
"repository": "https://github.com/dmux/spec-kit-onboard",
448+
"homepage": "https://github.com/dmux/spec-kit-onboard",
449+
"documentation": "https://github.com/dmux/spec-kit-onboard/blob/main/README.md",
450+
"changelog": "https://github.com/dmux/spec-kit-onboard/blob/main/CHANGELOG.md",
451+
"license": "MIT",
452+
"requires": {
453+
"speckit_version": ">=0.1.0"
454+
},
455+
"provides": {
456+
"commands": 7,
457+
"hooks": 3
458+
},
459+
"tags": [
460+
"onboarding",
461+
"learning",
462+
"mentoring",
463+
"developer-experience",
464+
"gamification",
465+
"knowledge-transfer"
466+
],
467+
"verified": false,
468+
"downloads": 0,
469+
"stars": 0,
470+
"created_at": "2026-03-26T00:00:00Z",
471+
"updated_at": "2026-03-26T00:00:00Z"
472+
},
440473
"plan-review-gate": {
441474
"name": "Plan Review Gate",
442475
"id": "plan-review-gate",

0 commit comments

Comments
 (0)