github-actions[bot]
29eb6eddf1
Update DocGuard — CDD Enforcement to v0.33.0 ( #3559 )
...
Update docguard extension submitted by @raccioly:
- extensions/catalog.community.json (version, download_url, description, updated_at)
- docs/community/extensions.md community extensions table
Closes #3556
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-16 07:42:26 -05:00
github-actions[bot]
5409670c13
[extension] Add Figma Starter extension to community catalog ( #3547 )
...
* Add Figma Starter extension to community catalog
Add figma-starter extension submitted by @vibhus to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3545
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: add missing python3 >=3.8 version constraint in figma-starter catalog entry
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
* fix(agent-context): reduce Python subprocess overhead in PS 5.1 YAML fallback
The PowerShell update-agent-context.ps1 script falls back to Python when
PS 5.1 (which lacks ConvertFrom-Yaml and cannot parse YAML as JSON) reads
the extension config. It previously launched Python twice: once to verify
that Python 3 + PyYAML were available, and once to run a temp script file
that parsed the YAML and printed JSON.
On Windows CI each Python startup—plus potential Windows Defender scanning
of a freshly-created .tmp file—can take several seconds. With two launches
plus PS 5.1's own startup time the subprocess.run(timeout=30) threshold in
test_powershell_script_discovers_nested_plan was regularly exceeded, causing
the CI job to fail.
Replace the two-phase approach with a single Python -c one-liner that
verifies PyYAML availability, parses the YAML file, and emits JSON in one
process. This halves the number of Python launches and eliminates the temp
file entirely, keeping total execution time well under 30 s.
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
* revert(agent-context): restore update-agent-context.ps1 to pre-optimization state
The runtime optimization (one-liner Python fallback, stderr suppression) was
unrelated to the Figma Starter catalog addition (issue #3545 ) and removed the
actionable PyYAML/parse diagnostic messages. Revert the file so the PR only
contains the catalog-entry and documentation changes.
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-15 10:58:49 -05:00
github-actions[bot]
a4aa4f6701
[extension] Add Spec-Kit BDD extension to community catalog ( #3548 )
...
* Add Spec-Kit BDD extension to community catalog
Add bdd extension submitted by @RSginer to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3546
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix(catalog): add optional BDD framework tools to bdd extension entry
Add the six optional tool dependencies submitted with the bdd extension
to the requires.tools field so they appear in CLI extension details:
pytest-bdd, behave, @cucumber/cucumber, cucumber, io.cucumber, SpecFlow
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-15 09:44:23 -05:00
github-actions[bot]
7a99c4a230
[extension] Update Quality Gates (Enforcement Layer) extension to v0.3.2 ( #3542 )
...
* Update Quality Gates (Enforcement Layer) extension to v0.3.2
Update gates extension submitted by @schwichtgit to:
- extensions/catalog.community.json (version, download_url, description, provides, changelog, updated_at)
- docs/community/extensions.md community extensions table
Closes #3541
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: limit catalog changes to gates entry only, revert unrelated re-serialization
Reverts the wholesale Unicode-escape and tools-array reformatting that
was unintentionally introduced across catalog.community.json. Only the
gates-specific updates remain:
- description updated to v0.3.2 wording
- version: 0.1.0 → 0.3.2
- download_url updated to gates-0.3.2.zip
- git tool required: true → false
- commands: 5 → 8, hooks: 1 → 2
- updated_at: 2026-07-13 → 2026-07-15
- changelog field added
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
* fix: move changelog field above license in gates entry
Move changelog URL field to sit after documentation and before license,
matching the catalog's standard field ordering. Remove the dangling
changelog at the bottom of the entry so updated_at is the final field
with no trailing comma.
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
* fix: shorten gates catalog description
Assisted-by: GitHub Copilot (model: GPT-5, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-15 09:29:15 -05:00
github-actions[bot]
faeb956664
Add PatchWarden Evidence Pack extension to community catalog ( #3514 )
...
Add patchwarden-evidence extension submitted by @jiezeng2004-design to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3512
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-14 10:08:42 -05:00
github-actions[bot]
99a3b7ccab
Update Autonomous Run Governance preset to v0.1.4 ( #3511 )
...
Update autonomous-run-governance preset submitted by @hindermath to:
- presets/catalog.community.json (version, download_url, documentation, provides)
- docs/community/presets.md community presets table
Closes #3510
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-14 09:49:05 -05:00
github-actions[bot]
d956ab722b
[extension] Update DocGuard — CDD Enforcement extension to v0.32.0 ( #3489 )
...
* Update DocGuard — CDD Enforcement extension to v0.32.0
Update docguard extension submitted by @raccioly:
- extensions/catalog.community.json (version, download_url, description, updated_at)
- docs/community/extensions.md community extensions table
Closes #3483
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: add npx and specify to docguard requires.tools in catalog
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
* fix: shorten docguard description to ≤200 chars and correct validator count to 24
- Description was 275 chars, now 196 (under the 200-char catalog limit)
- Change "27 validators" → "24 validators" to match v0.32.0 README
- Applied to both extensions/catalog.community.json and docs/community/extensions.md
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-14 06:51:50 -05:00
github-actions[bot]
e48f134c3b
[extension] Add Multi-Repo Branch Sync extension to community catalog ( #3411 )
...
* Add Multi-Repo Branch Sync extension to community catalog
Add multi-repo-sync extension submitted by @sebastienthibaud to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3406
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: restore multi-repo-sync sha256
* fix: update multi-repo-sync link text and catalog updated_at
- Change extensions.md link text from 'spec-kit-multi-repo-sync' to 'multi-repo-sync' to match extension ID convention
- Refresh catalog.community.json top-level updated_at to 2026-07-13T00:00:00Z
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
* fix: update multi-repo-sync entry timestamps to 2026-07-13
Set created_at and updated_at to 2026-07-13T00:00:00Z to match the
catalog publication date, per add-community-extension/SKILL.md:86-87.
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-14 06:50:20 -05:00
github-actions[bot]
a8d3038ece
[extension] Add Spec Kit Memory extension to community catalog ( #3455 )
...
* Add Spec Kit Memory extension to community catalog
Add memory extension submitted by @zaytsevand to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3446
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: resolve merge conflicts with main branch
- extensions/catalog.community.json: keep updated_at 2026-07-10 (more recent)
- docs/community/extensions.md: include both Spec Kit Figma (main) and
Spec Kit Memory (this PR) in alphabetical order
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
* fix: add memsearch optional tool dependency to memory extension catalog entry
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-13 17:50:58 -05:00
github-actions[bot]
5f59a5b238
Add Test-First Governance preset to community catalog ( #3504 )
...
Add test-first-governance preset submitted by @mnriem to:
- presets/catalog.community.json (alphabetical order)
- docs/community/presets.md community presets table
Closes #3502
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-13 17:43:04 -05:00
github-actions[bot]
3c9aa1f81b
Add Autonomous Run Governance preset to community catalog ( #3501 )
...
Add autonomous-run-governance preset submitted by @hindermath to:
- presets/catalog.community.json (alphabetical order)
- docs/community/presets.md community presets table
Closes #3499
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-13 17:13:17 -05:00
github-actions[bot]
801ff888ff
[extension] Add Quality Gates (Enforcement Layer) extension to community catalog ( #3431 )
...
* Add Quality Gates (Enforcement Layer) extension to community catalog
Add gates extension submitted by @schwichtgit to:
- extensions/catalog.community.json (alphabetical order, between fx-to-dotnet and github-issues)
- docs/community/extensions.md community extensions table
Closes #3414
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: revert unrelated catalog reformatting and remove empty changelog field from gates entry
- Restore original ordering/formatting of aide, checkpoint, critique,
threatmodel entries and inline requires.tools objects that were
inadvertently reordered in the previous commit
- Remove `"changelog": ""` from the gates entry (empty URL is
inconsistent with catalog conventions; field should be omitted when
no changelog URL exists)
Addresses review comments:
- github/spec-kit#3431 (comment) — unrelated reformatting/reordering
- github/spec-kit#3431 (comment) — empty changelog field
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
* Fix gates entry tool requirements: git required, add node and shellcheck optional
- Mark git as required (per v0.1.0 README: \"jq and git — the hooks and verify.sh require them\" and release notes: \"Requires Spec Kit >=0.12.0, jq, and git\")
- Add node as optional tool (per issue #3414 submission)
- Add shellcheck as optional tool (per issue #3414 submission)
- Update gates entry updated_at and top-level updated_at to 2026-07-13
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-13 15:16:45 -05:00
github-actions[bot]
c2af5c5a52
Add Verify Review Ship extension to community catalog ( #3450 )
...
Add verify-review-ship extension submitted by @cadugevaerd to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3429
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-13 09:17:43 -05:00
github-actions[bot]
983a87f3e3
Add EARS Requirements Syntax extension to community catalog ( #3407 )
...
Add ears extension submitted by @v-dhruv to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3395
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-10 09:56:24 -05:00
github-actions[bot]
e3989e3572
Add Spec Kit Figma extension to community catalog ( #3408 )
...
Add figma extension submitted by @sebastienthibaud to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3396
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-10 09:53:36 -05:00
Tine Kondo
3f7392ae32
docs: add 'spectatui' entry to friends.md ( #3362 )
...
* docs: add 'spectatui' entry to friends.md
Added a new entry for 'spectatui', a terminal UI dashboard for GitHub Spec-Kit, detailing its features and capabilities.
https://github.com/tinesoft/spectatui
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* docs: fix wording of the `spectatui` tool's decription
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-07-09 13:45:04 -05:00
github-actions[bot]
c5fdae752b
Update Golden Demo extension to v0.3.0 ( #3394 )
...
Update golden-demo extension submitted by @jasstt:
- extensions/catalog.community.json (version, download_url, description, provides, tags, updated_at)
- docs/community/extensions.md community extensions table
Closes #3360
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-09 07:39:04 -05:00
github-actions[bot]
0da969df14
[extension] Add LLM Wiki extension to community catalog ( #3361 )
...
* Add LLM Wiki extension to community catalog
Add wiki extension submitted by @formin to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3319
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* fix: limit catalog.community.json changes to wiki entry + timestamps only
Reverts the unintended reordering and reformatting of existing extensions
(aide, checkpoint, critique, threatmodel, etc.) and companion's tools array.
Only the new wiki entry and updated_at timestamps are now changed.
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-07-08 08:29:02 -05:00
github-actions[bot]
f764270d06
Add Orchestration Task Context Management extension to community catalog ( #3372 )
...
Add orchestration-task-context-management extension submitted by @benizzio to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3356
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-07 12:56:34 -05:00
github-actions[bot]
7839acce86
Update DocGuard — CDD Enforcement extension to v0.30.0 ( #3371 )
...
Update docguard extension submitted by @raccioly:
- extensions/catalog.community.json (version, download_url, description, updated_at)
- docs/community/extensions.md community extensions table
Closes #3355
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-07 12:30:29 -05:00
github-actions[bot]
1935cf7e48
Update Ripple extension to v1.1.0 ( #3370 )
...
Update ripple extension submitted by @chordpli:
- extensions/catalog.community.json (version, download_url, description, requires.tools)
- docs/community/extensions.md community extensions table
Closes #3354
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-07 12:25:54 -05:00
github-actions[bot]
4bb5166445
Add Charter extension to community catalog ( #3363 )
...
Add charter extension submitted by @Huljo to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3322
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-07-07 09:53:05 -05:00
github-actions[bot]
6288dea6ae
[extension] Add Analytics extension to community catalog ( #3296 )
...
* Add Analytics extension to community catalog
Add analytics extension submitted by @Huljo to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3288
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Fix empty changelog field for analytics extension
Set the analytics extension changelog to the GitHub releases page instead of
an empty string, which the catalog treats as a URI when present and can fail
schema validation and downstream tooling.
Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com >
2026-07-01 16:16:21 -05:00
github-actions[bot]
844c73685b
[extension] Update Intake extension to v0.1.3 ( #3254 )
...
* Update Intake extension to v0.1.3
Update intake extension submitted by @bigsmartben to:
- extensions/catalog.community.json (version, download_url, description, provides.commands, updated_at)
- docs/community/extensions.md community extensions table
Closes #3247
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Revert catalog-wide formatting churn; keep intake-only changes
Addresses review feedback on PR #3254 : the previous commit re-serialized
the entire community catalog (escaping Unicode punctuation like — to
\u2014 and reformatting unrelated entries). Restore the catalog to its
prior formatting and limit the diff to the intake entry (version,
download_url, description, provides.commands, updated_at).
Assisted-by: GitHub Copilot (model: claude-opus-4.8, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com >
2026-06-30 08:36:05 -05:00
github-actions[bot]
9c691e57b9
Update Architecture Workflow extension to v1.2.2 ( #3255 )
...
Update arch extension submitted by @bigsmartben to:
- extensions/catalog.community.json (version, download_url, description, commands count)
- docs/community/extensions.md community extensions table
Closes #3246
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-30 08:16:24 -05:00
github-actions[bot]
ada293e203
Add Repository Governance extension to community catalog ( #3252 )
...
Add repository-governance extension submitted by @bigsmartben to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3245
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-30 07:34:23 -05:00
siC@r10-mw
b7e67f55bf
Add community bundle submission path ( #3162 )
...
* Add community bundle submission path
* Address bundle submission review feedback
* Align bundle submission triage label
* Clarify bundle submission review scope
* Clarify community bundle catalog listing
2026-06-26 16:56:34 -05:00
github-actions[bot]
e7ec7c190f
Update SicarioSpec Core preset to v0.5.1 ( #3165 )
...
Update sicario-core preset submitted by @SiCar10mw:
- presets/catalog.community.json (version, download_url, description, tags)
- docs/community/presets.md community presets table
Closes #3164
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-25 14:10:23 -05:00
Rafael Sales
05cf078ea4
docs: add SpecKit Assistant npm package to Community Friends ( #3142 )
...
* docs: add SpecKit Assistant npm package to Community Friends
Adds SpecKit Assistant (https://www.npmjs.com/package/speckit-assistant )
to the Community Friends list. It is a visual interface for the specify
CLI that orchestrates Spec-Driven Development (SDD) — connecting local
specification, planning, and task checklists with AI agents (Claude,
Gemini, Copilot). No installation required; run it via npx speckit-assistant.
As the author of both the VS Code Spec Kit Assistant extension and the
SpecKit Assistant npm package, I maintain these community tools that
provide a visual interface on top of the specify CLI.
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
* docs: clarify SpecKit Assistant requires no global installation
Address Copilot review: 'No installation required' was misleading for an
npx-run package since npx still downloads it. Clarify that no global
installation is required.
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-06-24 17:37:28 -05:00
github-actions[bot]
0cde6be41b
Add Spec Roadmap extension to community catalog ( #3153 )
...
Add roadmap extension submitted by @srobroek to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3150
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-24 15:32:04 -05:00
github-actions[bot]
e12beda5f9
[extension] Add Golden Demo extension to community catalog ( #3151 )
...
* Add Golden Demo extension to community catalog
Add golden-demo extension submitted by @jasstt to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3127
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Remove empty changelog field from golden-demo catalog entry
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-06-24 15:17:04 -05:00
github-actions[bot]
45423d6bc6
[extension] Update Spec Kit Preview extension to v1.1.0 and sync Firebender agent lists ( #3116 )
...
* Update Spec Kit Preview extension to v1.1.0
Update preview extension submitted by @bigsmartben to:
- extensions/catalog.community.json (version, name, description, download_url, commands, tags, updated_at)
- docs/community/extensions.md community extensions table (name, description, alphabetical order)
Closes #3109
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Sync issue templates with firebender integration
Assisted-by: GitHub Copilot (model: GPT-5, 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 >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com >
2026-06-23 09:32:16 -05:00
github-actions[bot]
a86ee0e8b6
Add Spec Kit Discovery Extension to community catalog ( #3119 )
...
Add discovery extension submitted by @bigsmartben to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3113
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-23 08:30:21 -05:00
github-actions[bot]
8c85919f0f
Update Architecture Workflow extension to v1.2.1 ( #3118 )
...
Update arch extension submitted by @bigsmartben to:
- extensions/catalog.community.json (version, download_url, description, provides.commands)
- docs/community/extensions.md community extensions table
Closes #3111
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-23 08:30:01 -05:00
github-actions[bot]
2344eafdd9
Add Intake extension to community catalog ( #3117 )
...
Add intake extension submitted by @bigsmartben to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3110
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-23 08:16:15 -05:00
github-actions[bot]
afe7657d2c
Add SicarioSpec Core preset to community catalog ( #3102 )
...
Add sicario-core preset submitted by @SiCar10mw to:
- presets/catalog.community.json (alphabetical order)
- docs/community/presets.md community presets table
Closes #3101
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-22 17:10:00 -05:00
github-actions[bot]
5224f33d7d
Update Game Narrative Writing preset to v1.1.0 ( #3099 )
...
Update game-narrative-writing preset submitted by @adaumann:
- presets/catalog.community.json (version, download_url, description, provides, tags, updated_at)
- docs/community/presets.md community presets table
Closes #3096
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 >
2026-06-22 16:15:28 -05:00
github-actions[bot]
85d59d2d70
[extension] Add Tasks to GitHub Project extension to community catalog ( #3090 )
...
* Add Tasks to GitHub Project extension to community catalog
Add tasks-to-project extension submitted by @mancioshell to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3082
Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Revert catalog re-serialization churn and drop git tool requirement
Restore extensions/catalog.community.json to upstream content and add only
the tasks-to-project entry, removing the unrelated Unicode-escape and
tool-object expansion churn across the catalog. Drop the git tool from the
entry's requirements to match the published extension.yml (gh + python3).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com >
2026-06-22 11:10:53 -05:00
github-actions[bot]
afff4eba15
Add Token Economy extension to community catalog ( #3049 )
...
Add token-economy extension submitted by @formin to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #3048
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-18 08:29:16 -05:00
Thorsten Hindermann
ae23a84677
Update a11y-governance preset to v0.4.0 ( #2981 )
2026-06-17 06:44:32 -05:00
Maksim Kudriavtsev
497ca074ed
Add Command Density preset to community catalog ( #3006 )
2026-06-16 17:40:20 -05:00
Thorsten Hindermann
0fad994e86
Update architecture-governance preset to v0.5.0 ( #2929 )
...
* Update architecture-governance preset to v0.3.0
* Update architecture-governance preset to v0.4.0
* Update architecture-governance preset to v0.5.0
* Address Copilot wording feedback for architecture preset
2026-06-16 17:20:28 -05:00
Thorsten Hindermann
79b3f6733a
Update isaqb-architecture-governance preset to v0.2.0 ( #2984 )
...
* Update isaqb-architecture-governance preset to v0.2.0
* Address Copilot wording feedback for isaqb preset
2026-06-16 16:42:43 -05:00
Thorsten Hindermann
6c098ce1e0
Update security-governance preset to v0.6.0 ( #2932 )
...
* Update security-governance preset to v0.5.0
* Update security-governance preset to v0.6.0
2026-06-16 16:10:27 -05:00
Thorsten Hindermann
3b6c4e7419
Update agent-parity-governance preset to v0.3.0 ( #2982 )
2026-06-16 14:04:55 -05:00
Thorsten Hindermann
04c74eef49
Update cross-platform-governance preset to v0.2.0 ( #2983 )
...
* Update cross-platform-governance preset to v0.2.0
* Address Copilot wording feedback for cross-platform preset
2026-06-16 13:58:02 -05:00
Manfred Riem
194fd08bd8
Add Data Model Diagram extension to community catalog ( #2922 )
...
* Add Data Model Diagram extension to community catalog
Add data-model-diagram extension submitted by @benizzio to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #2920
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Fix author field to match extension.yml manifest
Use the full author name from extension.yml rather than GitHub username.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
* Align entry timestamps with catalog updated_at date
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
---------
Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-16 13:44:52 -05:00
Manfred Riem
b22834bd4a
Add Spec Kit TLDR extension to community catalog ( #3007 )
...
Add tldr extension submitted by @qurore to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #2987
Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-16 13:30:03 -05:00
Manfred Riem
7a3710242c
Add Loop Engineering extension to community catalog ( #3002 )
...
Add loop extension submitted by @formin to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table
Closes #2977
Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-16 10:10:03 -05:00
Manfred Riem
97d5376fc7
Update MemoryLint extension to v1.5.1 ( #3000 )
...
Update memorylint extension submitted by @RbBtSn0w:
- extensions/catalog.community.json (version, download_url, description, provides)
- docs/community/extensions.md community extensions table
Closes #2974
Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com >
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-06-16 09:56:48 -05:00