Extension ID
orchestration-task-context-management
Extension Name
Orchestration Task Context Management
Version
0.0.0
Description
Adds subagent work-unit orchestration to generated Spec Kit task files
Author
Igor Benicio de Mesquita
Repository URL
https://github.com/benizzio/spec-kit-orchestration-task-context-management
Download URL
https://github.com/benizzio/spec-kit-orchestration-task-context-management/archive/refs/tags/v0.0.0.zip
License
MIT
Homepage (optional)
https://github.com/benizzio/spec-kit-orchestration-task-context-management
Documentation URL (optional)
https://github.com/benizzio/spec-kit-orchestration-task-context-management/blob/main/README.md
Changelog URL (optional)
https://github.com/benizzio/spec-kit-orchestration-task-context-management/blob/main/CHANGELOG.md
Required Spec Kit Version
=0.7.2
Required Tools (optional)
Number of Commands
2
Number of Hooks (optional)
2
Tags
agent, orchestration, tasks, context
Key Features
- Inserts or refreshes a work-unit orchestration ledger in generated feature
tasks.md files.
- Adds parent-orchestrator rules, subagent handoff requirements, verification gates, and context compaction recovery guidance.
- Provides read-only validation before
/speckit.implement starts.
- Declares an optional
after_tasks hook and required before_implement validation hook.
- Keeps Spec Kit templates untouched and edits only the active feature task file.
Testing Checklist
Submission Requirements
Testing Details
Tested on:
Test scenarios:
- Installed the extension.
- Confirmed the extension provides 2 commands and 2 hooks.
- Ran
/speckit.orchestration-task-context-management.prepare after task generation.
- Verified the generated
tasks.md received a context-orchestration work-unit ledger.
- Ran
/speckit.orchestration-task-context-management.validate.
- Confirmed validation passed before
/speckit.implement.
Example Usage
specify extension add orchestration-task-context-management --from https://github.com/benizzio/spec-kit-orchestration-task-context-management/archive/refs/tags/v0.0.0.zip
/speckit.orchestration-task-context-management.prepare
/speckit.orchestration-task-context-management.validate
/speckit.implement
Proposed Catalog Entry
{
"orchestration-task-context-management": {
"name": "Orchestration Task Context Management",
"id": "orchestration-task-context-management",
"description": "Adds subagent work-unit orchestration to generated Spec Kit task files",
"author": "Igor Benicio de Mesquita",
"version": "0.0.0",
"download_url": "https://github.com/benizzio/spec-kit-orchestration-task-context-management/archive/refs/tags/v0.0.0.zip",
"repository": "https://github.com/benizzio/spec-kit-orchestration-task-context-management",
"homepage": "https://github.com/benizzio/spec-kit-orchestration-task-context-management",
"documentation": "https://github.com/benizzio/spec-kit-orchestration-task-context-management/blob/main/README.md",
"changelog": "https://github.com/benizzio/spec-kit-orchestration-task-context-management/blob/main/CHANGELOG.md",
"license": "MIT",
"requires": {
"speckit_version": ">=0.7.2"
},
"provides": {
"commands": 2,
"hooks": 2
},
"tags": ["agent", "orchestration", "tasks", "context"],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-07-04T00:00:00Z",
"updated_at": "2026-07-04T00:00:00Z"
}
}
Additional Context
The extension was tested with the real Spec Kit project https://github.com/benizzio/ghostfolio-cryptogains.
It is intentionally template-independent: it does not modify .specify/templates/; it only inserts or refreshes orchestration sections in the active feature tasks.md.
Extension ID
orchestration-task-context-management
Extension Name
Orchestration Task Context Management
Version
0.0.0
Description
Adds subagent work-unit orchestration to generated Spec Kit task files
Author
Igor Benicio de Mesquita
Repository URL
https://github.com/benizzio/spec-kit-orchestration-task-context-management
Download URL
https://github.com/benizzio/spec-kit-orchestration-task-context-management/archive/refs/tags/v0.0.0.zip
License
MIT
Homepage (optional)
https://github.com/benizzio/spec-kit-orchestration-task-context-management
Documentation URL (optional)
https://github.com/benizzio/spec-kit-orchestration-task-context-management/blob/main/README.md
Changelog URL (optional)
https://github.com/benizzio/spec-kit-orchestration-task-context-management/blob/main/CHANGELOG.md
Required Spec Kit Version
Required Tools (optional)
Number of Commands
2
Number of Hooks (optional)
2
Tags
agent, orchestration, tasks, context
Key Features
tasks.mdfiles./speckit.implementstarts.after_taskshook and requiredbefore_implementvalidation hook.Testing Checklist
Submission Requirements
extension.ymlmanifest includedTesting Details
Tested on:
Test scenarios:
/speckit.orchestration-task-context-management.prepareafter task generation.tasks.mdreceived a context-orchestration work-unit ledger./speckit.orchestration-task-context-management.validate./speckit.implement.Example Usage
specify extension add orchestration-task-context-management --from https://github.com/benizzio/spec-kit-orchestration-task-context-management/archive/refs/tags/v0.0.0.zip /speckit.orchestration-task-context-management.prepare /speckit.orchestration-task-context-management.validate /speckit.implementProposed Catalog Entry
{ "orchestration-task-context-management": { "name": "Orchestration Task Context Management", "id": "orchestration-task-context-management", "description": "Adds subagent work-unit orchestration to generated Spec Kit task files", "author": "Igor Benicio de Mesquita", "version": "0.0.0", "download_url": "https://github.com/benizzio/spec-kit-orchestration-task-context-management/archive/refs/tags/v0.0.0.zip", "repository": "https://github.com/benizzio/spec-kit-orchestration-task-context-management", "homepage": "https://github.com/benizzio/spec-kit-orchestration-task-context-management", "documentation": "https://github.com/benizzio/spec-kit-orchestration-task-context-management/blob/main/README.md", "changelog": "https://github.com/benizzio/spec-kit-orchestration-task-context-management/blob/main/CHANGELOG.md", "license": "MIT", "requires": { "speckit_version": ">=0.7.2" }, "provides": { "commands": 2, "hooks": 2 }, "tags": ["agent", "orchestration", "tasks", "context"], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-07-04T00:00:00Z", "updated_at": "2026-07-04T00:00:00Z" } }Additional Context
The extension was tested with the real Spec Kit project https://github.com/benizzio/ghostfolio-cryptogains.
It is intentionally template-independent: it does not modify
.specify/templates/; it only inserts or refreshes orchestration sections in the active featuretasks.md.