Documentation
README
Schema Workflow
Drive any schema-tagged MCP work item through its gate-enforced lifecycle. This skill is schema-driven โ it reads note requirements and authoring guidance from the item's tag schema at runtime, never hardcoding what notes should contain.
When this skill applies: Any item whose type field matches a schema defined in
work_item_schemas: in .taskorchestrator/config.yaml, or whose tags match a schema in
note_schemas: (legacy). Items without a matching type or tags advance freely (no gates).
Entry Point
Start by loading the item's context:
get_context(itemId="<uuid>")
The response tells you everything needed to proceed:
This is the opening of the README. Read the full README on GitHub.