feat: add 5 lifecycle extensions to community catalog#2049
Merged
mnriem merged 4 commits intogithub:mainfrom Apr 1, 2026
Merged
feat: add 5 lifecycle extensions to community catalog#2049mnriem merged 4 commits intogithub:mainfrom
mnriem merged 4 commits intogithub:mainfrom
Conversation
… ship, retro) Add 5 new core command templates inspired by Garry Tan's GStack to complete the spec-driven development lifecycle: - /speckit.critique: Dual-lens product + engineering review before implementation - /speckit.review: Staff-level code review (correctness, security, performance) - /speckit.qa: Systematic QA testing (browser-driven and CLI modes) - /speckit.ship: Release automation (pre-flight, changelog, CI, PR creation) - /speckit.retro: Sprint retrospective with metrics and improvement suggestions Each command includes: - Command template in templates/commands/ - Output report template in templates/ - Extension hook support (before_*/after_*) - YAML frontmatter with prerequisite scripts Updated README.md workflow from 6 to 11 steps and added CHANGELOG entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…iew, qa, ship, retro)" This reverts commit 6eb15a7.
Add the following community extensions: - staff-review: Staff-engineer-level code review - qa: Systematic QA testing with browser/CLI validation - ship: Release engineering automation - retro: Sprint retrospective with metrics - critique: Dual-lens spec and plan critique Each extension is hosted in its own repository under arunt14/ with v1.0.0 releases available.
This was referenced Apr 1, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds five new lifecycle-focused community extensions (critique, staff review, QA, ship, retro) to the Spec Kit community catalog and surfaces them in the main README list.
Changes:
- Add 5 new extension entries to
extensions/catalog.community.json(critique, qa, retro, ship, staff-review) - Update
README.mdcommunity extensions table with the new entries - Bump the community catalog
updated_attimestamp
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| README.md | Adds the five new community extensions to the published community extensions table. |
| extensions/catalog.community.json | Adds full catalog metadata for the five extensions and updates catalog timestamp. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Fix double-encoded em dashes and arrows in catalog.community.json - Sort extension entries alphabetically by key - Rename 'Retrospective Extension' to 'Retro Extension' to avoid name collision with existing 'retrospective' extension
Contributor
Author
|
All 10 review comments addressed in the latest push:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
approved these changes
Apr 1, 2026
Collaborator
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extension Submission
5 Community Extensions for the Development Lifecycle
These extensions fill gaps in the post-implementation lifecycle — code review, QA, shipping, retrospective, and pre-implementation critique. Originally submitted as core commands (PRs #2041-#2045), restructured as community extensions per maintainer feedback.
Extensions
Workflow
Checklist
Supersedes
This PR supersedes PRs #2041, #2042, #2043, #2044, #2045 (which delivered these as core commands).