Releases: dmux/spec-kit-onboard
Releases · dmux/spec-kit-onboard
v2.1.0 — Community Extension Publishing Support
What's new in v2.1.0
This release adds everything needed to publish spec-kit-onboard to the spec-kit community catalog.
Changes
extension.yml— new manifest in spec-kit community schema v1.0; command names follow the requiredspeckit.onboard.*patterncatalog-entry.json— ready-to-submit entry forgithub/spec-kit'scatalog.community.json.extensionignore— excludes dev-only files (spec-kit-onboard.md,Makefile,.markdownlint.json) from packaged releasesLICENSE— renamed fromLICENSE.mdto comply with community publishing requirementsextension.json— retained for backwards compatibility with spec-kit v1.x; version bumped to2.1.0
Submitting to the community catalog
To list this extension in the spec-kit community catalog, open a PR against github/spec-kit adding the contents of catalog-entry.json as a new entry in extensions/catalog.community.json.
v2.0.0
- Interactive quiz mode: new
after-explainhook suggests/onboard quizautomatically at the right moment (after reading ≥ 3 artifacts, after reading all specs of a feature, or after 7 days since last quiz) — no need to type the command manually - Question history:
quiz_questions_history[]added to the profile (schema v2.0); every question asked is persisted with artifact + topic fingerprint, guaranteeing no question is ever repeated across sessions - Multi-developer support:
/onboard startnow creates per-developer profiles at.onboard/profiles/<name>.json; all commands resolve the active profile by name; legacyprofile.jsonis migrated automatically; prompts to select a profile when multiple exist and--devis not specified - Profile schema bumped to v2.0: new fields
quiz_questions_history,implementation_attempts,last_mentor_suggestion,last_quiz_nudge
v1.2.0
- New command
/onboard team: aggregated view of all developer profiles in.onboard/; supports single and multi-profile layouts /onboard team --report: exports full team progress report to.onboard/team-report.mdwith per-developer sections, feature coverage, gaps, and recommendations/onboard mentornow integrates withjiraandazure-devopsextensions: appends linked issue/work item status and URL to the task briefing when available
v1.1.0
--format mermaidin/onboard trail: interactive diagram with color coding by task status (green/blue/red), click handlers linking to task files, and subgraphs grouping completed vs open tasks- docguard integration in
/onboard explain: displays quality score and failing criteria before the explanation, integrated into the explanation body per developer level - New hook
before-implement: automatically tracksspec-awarebadge by checking whether the developer has read all specs before starting implementation; displays a non-blocking advisory if specs are unread