Add V-Model Extension Pack to catalog#1640
Open
leocamello wants to merge 2 commits intogithub:mainfrom
Open
Conversation
First community extension: V-Model paired dev-spec and test-spec generation with regulatory-grade traceability. - 3 commands: requirements, acceptance, trace - Deterministic coverage validation (regex-based, not AI) - Targets: IEC 62304, ISO 26262, DO-178C, FDA 21 CFR Part 820 - Repository: https://github.com/leocamello/spec-kit-v-model - Release: v0.1.0
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds the V-Model Extension Pack to the spec-kit extension catalog. The extension enforces V-Model methodology with paired development and test specifications, providing three slash commands for requirements generation, acceptance testing, and traceability matrices. The extension targets safety-critical and compliance-heavy domains (IEC 62304, ISO 26262, DO-178C, FDA 21 CFR Part 820).
Changes:
- Updated catalog timestamp to 2026-02-20
- Added v-model extension entry with metadata, requirements, and tags
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Address review feedback: - provides.commands: array → number (3), add hooks (1) - Add created_at and updated_at timestamps - Add statistics block (downloads: 0, stars: 0)
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: V-Model Extension Pack
Repository: https://github.com/leocamello/spec-kit-v-model
Version: 0.1.0
License: MIT
Author: @leocamello
What it does
The V-Model Extension Pack enforces V-Model methodology — every development specification has a simultaneously generated, paired testing specification with full traceability. It provides three slash commands:
/speckit.v-model.requirements/speckit.v-model.acceptance/speckit.v-model.traceKey features
REQ-001→ATP-001-A→SCN-001-A1encodes traceability in the identifierCatalog entry changes
Adds a single entry to
extensions/catalog.jsonwith download URL pointing to the v0.1.0 release.Installation (once merged)