work-item-delivery-loop
Work Item Delivery Loop
Run work execution with strict sequencing and explicit write-back.
Operating Rules
- Always fetch before editing: list -> details -> implement -> write-back.
- Never mark work complete without validation evidence.
- If initiative matching is ambiguous, ask for confirmation.
- A run is incomplete until MCP write-back is done.
- Never modify task descriptions to record progress. Use
add-task-commentinstead. - When editing an initiative description, use
patch-documentwithworkspaceId,taskIdset to the initiative ID, and preciseops; the server resolves or creates the linked content document automatically. - Prefer
replace_text,insert_before,insert_after, anddelete_textover rewriting the entire description. - Use
update-initiativeonly for initiative metadata:title,status,assigneeIds,teamIds,taxonomyLabelIds, andparentInitiativeId. - If both initiative description and metadata change, do
patch-document(taskId=initiativeId, ...)first, thenupdate-initiative(...). If refreshed full details are needed after editing, callget-task-details. - If a patch fails because the target or anchor is stale or missing, call
get-task-details, then retry with corrected ops. - Always pass
"source": "skill"when callingadd-task-commentso comments are tagged with their origin. - Use
Changes/Whycomments only when real delivery happened (bug fix, completed personal task, completed initiative work). - For research/planning/triage-only updates, add an
Updatecomment instead.
More from onehorizonai/skills
work-summarizer
Turn One Horizon activity into a clean update for a manager, team, or stakeholder. Use when asked to "summarize my work", "write a status report", "create a weekly summary", or "brief my manager". Includes initiatives and blockers when provided. Requires One Horizon MCP.
25bug-triage-prep
Turn open bugs into triage notes a team can actually use. Use when asked "prepare bug triage", "summarize open bugs", or "prioritize defects for review". Requires One Horizon MCP.
24get-task-details
Fetch the full details for one known One Horizon task when the task ID is already available and the user needs exact task context. Prefer task-management when details are only one step in a larger operational request. Requires One Horizon MCP.
24initiative-summary
Turn initiative data into a clear status update. Use when asked "summarize these initiatives", "give me initiative status", or "prepare initiative update notes". Requires One Horizon MCP.
23handoff-notes
Turn current work into handoff notes someone else can pick up without guessing. Use when asked to "write handoff notes", "prepare transition docs", or "document my current ownership". Requires One Horizon MCP.
23list-taxonomy
Look up One Horizon taxonomy labels when the user explicitly asks for label IDs or available goals, products, companies, or components. Prefer task-management when taxonomy lookup is only one step in a larger operational request. Requires One Horizon MCP.
23