From one-horizon
Get one view of what shipped, what is next, and what is blocked in One Horizon. Supports personal and team scope. Use for "my recap", "team recap", "team status", "what have I done and what's next", or "what is everyone working on". Requires One Horizon MCP.
npx claudepluginhub onehorizonai/skills --plugin one-horizonThis skill uses the workspace's default tool permissions.
Fetch consolidated recap data for a person or team.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Fetch consolidated recap data for a person or team.
Call my-work-recap:
my-work-recap({ "includeInitiatives": true })
With date range:
my-work-recap({
"startDate": "2024-01-20T00:00:00Z",
"endDate": "2024-01-26T23:59:59Z",
"includeInitiatives": true
})
Call team-work-recap:
team-work-recap({ "teamId": "<teamId>", "includeInitiatives": true })
With date range:
team-work-recap({
"teamId": "<teamId>",
"startDate": "2024-01-20T00:00:00Z",
"endDate": "2024-01-26T23:59:59Z",
"includeInitiatives": true
})
Recap order prioritizes roadmap work first, then bugs, then personal tasks.
Recap/list output may omit descriptions; call get-task-details for any task that needs deeper context.