mirror of
https://github.com/github/spec-kit.git
synced 2026-07-08 15:06:10 +08:00
* feat: add "VS Code Ask Questions" preset for enhanced interactive questioning * fix: address PR review feedback from Copilot
84 lines
3.0 KiB
JSON
84 lines
3.0 KiB
JSON
{
|
|
"schema_version": "1.0",
|
|
"updated_at": "2026-04-04T00:00:00Z",
|
|
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/presets/catalog.community.json",
|
|
"presets": {
|
|
"aide-in-place": {
|
|
"name": "AIDE In-Place Migration",
|
|
"id": "aide-in-place",
|
|
"version": "1.0.0",
|
|
"description": "Adapts the AIDE workflow for in-place technology migrations (X → Y pattern). Overrides vision, roadmap, progress, and work item commands with migration-specific guidance.",
|
|
"author": "mnriem",
|
|
"repository": "https://github.com/mnriem/spec-kit-presets",
|
|
"download_url": "https://github.com/mnriem/spec-kit-presets/releases/download/aide-in-place-v1.0.0/aide-in-place.zip",
|
|
"homepage": "https://github.com/mnriem/spec-kit-presets",
|
|
"documentation": "https://github.com/mnriem/spec-kit-presets/blob/main/aide-in-place/README.md",
|
|
"license": "MIT",
|
|
"requires": {
|
|
"speckit_version": ">=0.2.0",
|
|
"extensions": ["aide"]
|
|
},
|
|
"provides": {
|
|
"templates": 2,
|
|
"commands": 8
|
|
},
|
|
"tags": [
|
|
"migration",
|
|
"in-place",
|
|
"brownfield",
|
|
"aide"
|
|
]
|
|
},
|
|
"pirate": {
|
|
"name": "Pirate Speak (Full)",
|
|
"id": "pirate",
|
|
"version": "1.0.0",
|
|
"description": "Arrr! Transforms all Spec Kit output into pirate speak. Specs, plans, and tasks be written fer scallywags.",
|
|
"author": "mnriem",
|
|
"repository": "https://github.com/mnriem/spec-kit-presets",
|
|
"download_url": "https://github.com/mnriem/spec-kit-presets/releases/download/pirate-v1.0.0/pirate.zip",
|
|
"homepage": "https://github.com/mnriem/spec-kit-presets",
|
|
"documentation": "https://github.com/mnriem/spec-kit-presets/blob/main/pirate/README.md",
|
|
"license": "MIT",
|
|
"requires": {
|
|
"speckit_version": ">=0.1.0"
|
|
},
|
|
"provides": {
|
|
"templates": 6,
|
|
"commands": 9
|
|
},
|
|
"tags": [
|
|
"pirate",
|
|
"theme",
|
|
"fun",
|
|
"experimental"
|
|
]
|
|
},
|
|
"vscode-ask-questions": {
|
|
"name": "VS Code Ask Questions",
|
|
"id": "vscode-ask-questions",
|
|
"version": "1.0.0",
|
|
"description": "Enhances the clarify command to use vscode/askQuestions for batched interactive questioning, reducing API request costs in GitHub Copilot.",
|
|
"author": "fdcastel",
|
|
"repository": "https://github.com/fdcastel/spec-kit-presets",
|
|
"download_url": "https://github.com/fdcastel/spec-kit-presets/releases/download/vscode-ask-questions-v1.0.0/vscode-ask-questions.zip",
|
|
"homepage": "https://github.com/fdcastel/spec-kit-presets",
|
|
"documentation": "https://github.com/fdcastel/spec-kit-presets/blob/main/vscode-ask-questions/README.md",
|
|
"license": "MIT",
|
|
"requires": {
|
|
"speckit_version": ">=0.1.0"
|
|
},
|
|
"provides": {
|
|
"templates": 0,
|
|
"commands": 1
|
|
},
|
|
"tags": [
|
|
"vscode",
|
|
"askquestions",
|
|
"clarify",
|
|
"interactive"
|
|
]
|
|
}
|
|
}
|
|
}
|