From d81cc4ab47266ec7d1e65dd7bfec12a3fce759a1 Mon Sep 17 00:00:00 2001 From: Vianca Date: Tue, 17 Mar 2026 10:47:19 -0700 Subject: [PATCH 1/2] feat: register spec-kit-learn extension --- extensions/README.md | 1 + extensions/catalog.community.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/extensions/README.md b/extensions/README.md index b7c40803bd..b557c5dec4 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -89,6 +89,7 @@ The following community-contributed extensions are available in [`catalog.commun | Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | [understanding](https://github.com/Testimonial/understanding) | | V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) | | Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) | +| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) | ## Adding Your Extension diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index dd03fb1053..3df26c559e 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -590,6 +590,37 @@ "stars": 0, "created_at": "2026-03-03T00:00:00Z", "updated_at": "2026-03-03T00:00:00Z" + }, + "learn": { + "name": "Learning Extension", + "id": "learn", + "description": "Generate educational guides from implementations and enhance clarifications with mentoring context", + "author": "Vianca Martinez", + "version": "1.0.0", + "download_url": "https://github.com/imviancagrace/spec-kit-learn/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/imviancagrace/spec-kit-learn", + "homepage": "https://github.com/imviancagrace/spec-kit-learn", + "documentation": "https://github.com/imviancagrace/spec-kit-learn/blob/main/README.md", + "changelog": "https://github.com/imviancagrace/spec-kit-learn/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 2, + "hooks": 1 + }, + "tags": [ + "learning", + "education", + "mentoring", + "knowledge-transfer" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-03T00:00:00Z", + "updated_at": "2026-03-03T00:00:00Z" } } } From 0e857ab100cb09e48ff5e67682b60d957585d88a Mon Sep 17 00:00:00 2001 From: "Vianca M." <92328779+imviancagrace@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:00:12 -0700 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> resolve copilot review Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- extensions/README.md | 2 +- extensions/catalog.community.json | 64 +++++++++++++++---------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/extensions/README.md b/extensions/README.md index b557c5dec4..a6700b4ba1 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -79,6 +79,7 @@ The following community-contributed extensions are available in [`catalog.commun | DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero dependencies. | [spec-kit-docguard](https://github.com/raccioly/docguard) | | Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) | | Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) | +| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) | | Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) | | Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) | | Ralph Loop | Autonomous implementation loop using AI agent CLI | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) | @@ -89,7 +90,6 @@ The following community-contributed extensions are available in [`catalog.commun | Understanding | Automated requirements quality analysis — 31 deterministic metrics against IEEE/ISO standards with experimental energy-based ambiguity detection | [understanding](https://github.com/Testimonial/understanding) | | V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) | | Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) | -| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) | ## Adding Your Extension diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 3df26c559e..a6bdd7dad1 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-03-16T00:00:00Z", + "updated_at": "2026-03-17T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "archive": { @@ -559,6 +559,37 @@ "created_at": "2026-02-20T00:00:00Z", "updated_at": "2026-02-22T00:00:00Z" }, + "learn": { + "name": "Learning Extension", + "id": "learn", + "description": "Generate educational guides from implementations and enhance clarifications with mentoring context.", + "author": "Vianca Martinez", + "version": "1.0.0", + "download_url": "https://github.com/imviancagrace/spec-kit-learn/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/imviancagrace/spec-kit-learn", + "homepage": "https://github.com/imviancagrace/spec-kit-learn", + "documentation": "https://github.com/imviancagrace/spec-kit-learn/blob/main/README.md", + "changelog": "https://github.com/imviancagrace/spec-kit-learn/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 2, + "hooks": 1 + }, + "tags": [ + "learning", + "education", + "mentoring", + "knowledge-transfer" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-03-17T00:00:00Z", + "updated_at": "2026-03-17T00:00:00Z" + }, "verify": { "name": "Verify Extension", "id": "verify", @@ -590,37 +621,6 @@ "stars": 0, "created_at": "2026-03-03T00:00:00Z", "updated_at": "2026-03-03T00:00:00Z" - }, - "learn": { - "name": "Learning Extension", - "id": "learn", - "description": "Generate educational guides from implementations and enhance clarifications with mentoring context", - "author": "Vianca Martinez", - "version": "1.0.0", - "download_url": "https://github.com/imviancagrace/spec-kit-learn/archive/refs/tags/v1.0.0.zip", - "repository": "https://github.com/imviancagrace/spec-kit-learn", - "homepage": "https://github.com/imviancagrace/spec-kit-learn", - "documentation": "https://github.com/imviancagrace/spec-kit-learn/blob/main/README.md", - "changelog": "https://github.com/imviancagrace/spec-kit-learn/blob/main/CHANGELOG.md", - "license": "MIT", - "requires": { - "speckit_version": ">=0.1.0" - }, - "provides": { - "commands": 2, - "hooks": 1 - }, - "tags": [ - "learning", - "education", - "mentoring", - "knowledge-transfer" - ], - "verified": false, - "downloads": 0, - "stars": 0, - "created_at": "2026-03-03T00:00:00Z", - "updated_at": "2026-03-03T00:00:00Z" } } }