From 954af85a60c201d8123b2889fb336a5f4721a7ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:32:55 +0000 Subject: [PATCH 1/2] Update Spec Kit Schedule extension to v0.7.4 Update schedule extension submitted by @jfranc38:\n- extensions/catalog.community.json (version, download_url, metadata)\n- docs/community/extensions.md community extensions table\n\nCloses #4457\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\nAssisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous) --- docs/community/extensions.md | 2 +- extensions/catalog.community.json | 35 ++++++++++++++++++++----------- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 274bd1f414..aff583da3d 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -148,7 +148,7 @@ The following community-contributed extensions are available in [`catalog.commun | Spec Kit Figma | Grounds SpecKit spec/plan/tasks in Figma design context via REST or MCP, on macOS/Linux/Windows. | `integration` | Read+Write | [spec-kit-figma](https://github.com/Fyloss/spec-kit-figma) | | Spec Kit Memory | Recalls prior specs and decisions from configurable memory tools (e.g. memsearch) before SDLC stages, so planning and specification start from what the project already knows | `docs` | Read+Write | [spec-kit-memory](https://github.com/zaytsevand/spec-kit-memory) | | Spec Kit Preview | Generate evidence-backed low, mid, or high fidelity previews from Spec Kit artifacts as Markdown or self-contained HTML | `docs` | Read+Write | [spec-kit-preview](https://github.com/bigsmartben/spec-kit-preview) | -| Spec Kit Schedule | Optimal multi-agent task scheduling via CP-SAT — DAG precedence, hallucination-aware caps, file-conflict avoidance, stochastic durations, replanning, and interactive HTML output | `process` | Read+Write | [spec-kit-schedule](https://github.com/jfranc38/spec-kit-schedule) | +| Spec Kit Schedule — parallel subagent rounds | Zero-config planner that turns tasks.md into optimal parallel rounds for subagents (CP-SAT, critical-path aware, file-conflict safe) and an implement command that runs them round by round with tasks.md checkboxes as the single source of progress. | `process` | Read+Write | [spec-kit-schedule](https://github.com/jfranc38/spec-kit-schedule) | | Spec Kit TLDR | Render a feature's spec.md / plan.md into a review-oriented TLDR (self-contained HTML dashboard + PR-native Markdown) that surfaces risks for faster PR review. | `visibility` | Read+Write | [speckit-tldr](https://github.com/qurore/speckit-tldr) | | Spec Orchestrator | Cross-feature orchestration — track state, select tasks, and detect conflicts across parallel specs | `process` | Read-only | [spec-kit-orchestrator](https://github.com/Quratulain-bilal/spec-kit-orchestrator) | | Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 5b3c26494f..274fba00d7 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -4481,38 +4481,49 @@ "updated_at": "2026-06-24T00:00:00Z" }, "schedule": { - "name": "Spec Kit Schedule — CP-SAT Agent Orchestrator", + "name": "Spec Kit Schedule — parallel subagent rounds", "id": "schedule", - "description": "Optimal multi-agent task scheduling via CP-SAT solver with DAG precedence, hallucination-aware caps, file-conflict avoidance, stochastic durations, replanning, and interactive HTML output", + "description": "Zero-config planner that turns tasks.md into optimal parallel rounds for subagents (CP-SAT, critical-path aware, file-conflict safe) and an implement command that runs them round by round with tasks.md checkboxes as the single source of progress.", "author": "Julio César Franco Ardila", - "version": "0.6.2", - "download_url": "https://github.com/jfranc38/spec-kit-schedule/archive/refs/tags/v0.6.2.zip", + "version": "0.7.4", + "download_url": "https://github.com/jfranc38/spec-kit-schedule/archive/refs/tags/v0.7.4.zip", "repository": "https://github.com/jfranc38/spec-kit-schedule", "homepage": "https://github.com/jfranc38/spec-kit-schedule", - "documentation": "https://github.com/jfranc38/spec-kit-schedule/blob/main/README.md", - "changelog": "https://github.com/jfranc38/spec-kit-schedule/blob/main/CHANGELOG.md", + "documentation": "https://github.com/jfranc38/spec-kit-schedule/blob/master/README.md", + "changelog": "https://github.com/jfranc38/spec-kit-schedule/blob/master/CHANGELOG.md", "license": "MIT", "category": "process", "effect": "read-write", "requires": { - "speckit_version": ">=0.4.0" + "speckit_version": ">=0.4.0", + "tools": [ + { + "name": "python3", + "version": ">=3.10,<3.13", + "required": true + }, + { + "name": "uv", + "required": false + } + ] }, "provides": { - "commands": 5, - "hooks": 1 + "commands": 3, + "hooks": 2 }, "tags": [ "scheduling", - "optimization", "multi-agent", + "subagents", "cp-sat", - "operations-research" + "orchestration" ], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-05-06T22:35:00Z", - "updated_at": "2026-05-07T17:25:00Z" + "updated_at": "2026-09-09T00:00:00Z" }, "scope": { "name": "Spec Scope", From 2a902bd6f49dd9445905c04170a47d76b93338bd Mon Sep 17 00:00:00 2001 From: Ken Schlobohm Date: Wed, 9 Sep 2026 17:35:12 -0500 Subject: [PATCH 2/2] Apply suggestion from @KSchlobohm --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 274fba00d7..75e7057a98 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -4483,7 +4483,7 @@ "schedule": { "name": "Spec Kit Schedule — parallel subagent rounds", "id": "schedule", - "description": "Zero-config planner that turns tasks.md into optimal parallel rounds for subagents (CP-SAT, critical-path aware, file-conflict safe) and an implement command that runs them round by round with tasks.md checkboxes as the single source of progress.", + "description": "Zero-config planner that turns tasks.md into optimal parallel rounds for subagents (CP-SAT, critical-path aware, file-conflict safe) and runs them round by round.", "author": "Julio César Franco Ardila", "version": "0.7.4", "download_url": "https://github.com/jfranc38/spec-kit-schedule/archive/refs/tags/v0.7.4.zip",