work-summarizer
Work Summarizer
Create concise summaries from recap data.
Instructions
- Fetch source data with
my-work-recap,team-work-recap, orlist-completed-work. - Call
work-summarizer:
work-summarizer({
"completedTasks": "<json-array>",
"plannedTasks": "<json-array>",
"initiatives": "<json-array>",
"blockers": "<json-array>",
"period": "this week",
"format": "bullet points",
"audience": "team"
})
Output Style
- Natural, conversational — like a developer talking to a coworker
- Past tense for completed work
- Groups related changes together
- Uses real feature/service names, no buzzwords
- Concise: aim for clarity over completeness
More from onehorizonai/skills
bug-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.
23get-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.
23initiative-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.
22handoff-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.
22list-taxonomy
Look up One Horizon taxonomy labels when the user explicitly asks for label IDs or available goals, products, releases, or components. Prefer task-management when taxonomy lookup is only one step in a larger operational request. Requires One Horizon MCP.
22update-todo
Update a TODO task in One Horizon. Use when asked to "mark this todo done", "update this task", or "edit this TODO". Do not use for initiatives or bug/feature-request updates. Requires One Horizon MCP.
15