Skip to content

Commit 5b3c686

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 b22f381 commit 5b3c686

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

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
"presetify": {
441474
"name": "Presetify",
442475
"id": "presetify",

0 commit comments

Comments
 (0)