From one-horizon
Handle operational One Horizon requests that need task lookup, creation, updates, assignment, or tagging. Use when asked "mark this done", "assign this", "create a bug", "log a follow-up", "find the task for X", "show comments", or "tag this initiative". Do not use for retros, standups, handoff notes, or stakeholder summaries. Requires One Horizon MCP.
npx claudepluginhub onehorizonai/skills --plugin one-horizonThis skill uses the workspace's default tool permissions.
Handle messy operational requests over One Horizon tasks by choosing the right lookup, create, update, and comment flow.
Creates sequential tasks with priority, status, due dates in secondbrain's .claude/data/tasks YAML shards. Activates on 'create task', 'add todo', or similar requests.
Creates formatted Teamwork tasks from user descriptions of bugs, QA handoffs, epics, or little tasks, using context-aware template selection for web dev project tracking.
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.
Handle messy operational requests over One Horizon tasks by choosing the right lookup, create, update, and comment flow.
initiative-brief.patch-document with workspaceId, taskId set to the initiative ID, and precise ops. The server resolves or creates the linked content document automatically.update-initiative only for initiative metadata: title, status, assigneeIds, teamIds, taxonomyLabelIds, and parentInitiativeId.patch-document(taskId=initiativeId, ...) first, then update-initiative(...). Call get-task-details after the mutations if you need the refreshed full initiative.get-task-details, then retry with corrected ops.get-task-details before acting.find-team.search-tasks.list-work.get-task-details.create-todo or update-todocreate-initiativeupdate-initiativepatch-document(taskId=initiativeId, ...)report-bug or update-bugreport-feature-request or update-feature-requestadd-task-comment, list-task-comments, toggle-task-comment-reactionlist-taxonomy before update-initiativesearch-tasks, list-work, or find-team to resolve the target.get-task-details if the user needs full context.initiative-brief before creating it.patch-document with the initiative taskId.update-initiative for metadata only.get-task-details and retry with corrected ops.get-task-details after the mutations if refreshed initiative content is needed.