Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计未展示

task-management任务管理

Agent Skill

task-management 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

194

周安装

8

GitHub Stars

2

下载量

63
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:task-management(任务管理)
来源仓库:https://github.com/onehorizonai/skills
仓库路径:skills/task-management
安装命令:
npx skills add https://github.com/onehorizonai/skills --skill task-management
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/onehorizonai/skills --skill task-management

简介

task-management 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它支持基于上下文过滤内容、提取关键实体并生成结构化摘要。
  • 通过 npx skills add 命令从指定仓库安装,需确认权限范围和操作边界。
  • 安装前建议核实维护状态、是否会触发联网或文件读写,避免误操作影响生产环境。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Task Management

Handle messy operational requests over One Horizon tasks by choosing the right lookup, create, update, and comment flow.

One Horizon work model

  • Initiative: roadmap-first planned work. Use for work that moves the product plan forward, usually spans multiple steps or days, and should roll up to goals, products, releases, components, or team reporting. Treat initiatives as agent-ready specs for meaningful product work.
  • Bug: unplanned defect, regression, or broken behavior that should be tracked as issue intake and worked like a fix stream rather than planned roadmap expansion.
  • Personal task: simple personal follow-up. Use for small, private, owner-level tasks that do not need to show up as roadmap structure for the wider team. A completed implementation slice can also be written back as a personal task linked to an initiative.
  • Ongoing work: recurring owner-driven work without a defined end date, such as code reviews, routine support, or inbox maintenance, when the workspace uses that concept. This is not the same as roadmap work.

Work type heuristic for "create a task"

  • If the user describes planned product work that should tie back to the roadmap, default to an initiative.
  • If the user describes something broken, failing, regressed, or needing a fix, default to a bug.
  • If the user describes recurring operational work like code reviews, support rotation, or ongoing triage, treat it as ongoing work when the workspace already uses that concept.
  • If the user describes a small personal reminder or one-off follow-up that only they need to see, default to a personal task.
  • If implementation work was done in service of an initiative and the user wants write-back, a completed personal task linked to that initiative is an acceptable delivery record.
  • If the user just says "create a task" without enough signal, classify in this order: initiative for roadmap work, bug for defects, ongoing for recurring operational work, personal task for private follow-up.

Use when

  • The user wants to find, inspect, create, assign, tag, or update work.
  • The request is operational and may require multiple One Horizon calls.
  • IDs, workspace, team, or task type must be resolved before taking action.

Do not use when

  • The user wants a retro, standup update, handoff notes, bug triage notes, or stakeholder summary.
  • The main job is narrative output rather than task operations.
  • The user wants help drafting or refining a structured initiative brief before creating roadmap work. Use initiative-brief.

Operating rules

  • Prefer the smallest action that completes the request.
  • Resolve ambiguity before mutating data: identify workspace, task type, assignee, and team as needed.
  • Use comments for progress notes or write-back. Do not rewrite descriptions just to log status.
  • When editing an initiative description, use patch-document with workspaceId, taskId set to the initiative ID, and precise ops. The server resolves or creates the linked content document automatically.
  • Prefer precise patch operations over rewriting the entire initiative description.
  • Use update-initiative only for initiative metadata: title, status, assigneeIds, teamIds, taxonomyLabelIds, and parentInitiativeId.
  • If both initiative description and metadata change, do patch-document(taskId=initiativeId,...) first, then update-initiative(...). Call get-task-details after the mutations if you need the refreshed full initiative.
  • If a patch fails because the target or anchor is stale or missing, call get-task-details, then retry with corrected ops.
  • If list output is too thin, call get-task-details before acting.
  • When status changes materially, add a short comment explaining what changed and why.
  • If there are multiple plausible task types, infer from the request first and ask one concise clarifying question only when mutation would otherwise be risky.
  • If multiple task matches are found, summarize the best matches and ask the user to pick before updating the wrong record.
  • If a step fails after earlier steps succeeded, report exactly what changed, what did not, and what input is still missing.
  • When the user asks generically to "create a task", infer the work type from roadmap relevance, defect language, recurring nature, and visibility expectations before choosing a tool.
  • Do not create a personal task for work that should clearly live on the roadmap.
  • Do not create an initiative for private follow-up or routine recurring work.
  • If the request sounds like ongoing work but no direct ongoing-work create path is available, explain that distinction and ask one concise question before creating the wrong record type.

Decision flow

1. Resolve scope

  • If the user needs team or member IDs, call find-team.
  • If the user needs to locate existing work by text, call search-tasks.
  • If the user asks for active, completed, or blocked work rather than a specific item, call list-work.
  • If the user needs to find a document by name or title, call find-documents with the query parameter. Combine with optional taskId, types, or statuses filters to narrow results. Treat results as metadata plus excerpt only.
  • If the user has multiple workspaces or workspaceId is ambiguous, call list-workspaces to identify the right one.
  • If the user's own ID is needed (e.g. for filtering by assignee or creator), call who-am-i.

2. Inspect before editing

  • If the request mentions an existing task but the task ID is missing, search or list first.
  • If the action depends on full task context, call get-task-details.
  • If the action depends on a standalone workspace document body, use find-documents only to identify the candidate documentId, then call get-document for the full content.

3. Choose the right mutation path

  • Personal follow-up or small owned work: personal task via create-todo or update-todo
  • Roadmap work create: create-initiative
  • Roadmap initiative metadata edits: update-initiative
  • Roadmap initiative description edits: patch-document(taskId=initiativeId,...)
  • Defect intake or triage: report-bug or update-bug
  • Product ask: report-feature-request or update-feature-request
  • Comments or reactions: add-task-comment, list-task-comments, toggle-task-comment-reaction
  • Taxonomy tagging: list-taxonomy before update-initiative

Taxonomy policy

  • Only look up taxonomy when the user asks to tag, categorize, or align work to goals, products, releases, or components.
  • For new initiatives, use taxonomy only when it affects roadmap placement or reporting.
  • Do not add taxonomy speculatively.

4. Normalize the result

  • Confirm what changed.
  • Include the task title and status when relevant.
  • Call out any follow-up needed, such as unresolved ambiguity or missing ownership.

Common patterns

Find or inspect work

  1. Use search-tasks, list-work, or find-team to resolve the target.
  2. Use get-task-details if the user needs full context.
  3. To find a standalone workspace document by name or title, call find-documents with query as a top-level string. Optionally add taskId, types, or statuses to narrow results. Results include IDs, titles, metadata, and excerpt only. They omit document bodies:
find-documents({
  "workspaceId": "<workspaceId>",
  "query": "login spec",
  "types": ["spec"],
  "statuses": ["Published"]
})
  1. If the user needs the full standalone document body, call get-document with the selected documentId:
get-document({
  "workspaceId": "<workspaceId>",
  "documentId": "<documentId>"
})

Create work

  1. Infer whether the request is an initiative, bug, ongoing work case, personal task, or feature request.
  2. Resolve assignees, teams, and taxonomy only when needed.
  3. If it is ongoing work and there is no direct create path in scope, do not force it into an initiative or personal task without confirming intent.
  4. Create the record with the matching tool.

Classification cues

Choose initiative when

  • The work is planned and should map back to the roadmap.
  • The user is describing a spec, project, integration, feature area, or multi-step delivery.
  • The work should be visible in rollups, reporting, or strategic planning.
  • If the initiative is still fuzzy and the user needs help writing it well, use initiative-brief before creating it.

Choose bug when

  • The user reports broken behavior, regressions, failures, incidents, or unexpected behavior to fix.

Choose personal task when

  • The task is a small personal follow-up, reminder, or private next step.
  • The task mainly exists so one person can remember or track a simple action.

Treat as ongoing work when

  • The work is recurring, owner-driven, and does not have a clear end state.
  • Examples include code reviews, inbox triage, support rotation, and routine maintenance.
  • When the workspace uses ongoing work, prefer that framing over roadmap initiative or private personal task.

Update work

  1. Confirm the exact target task.
  2. Apply the correct update tool for the task type.
  3. For initiative description edits, use patch-document with the initiative taskId.
  4. If both initiative description and metadata change, patch first and then call update-initiative for metadata only.
  5. If a patch fails because the target or anchor is stale or missing, call get-task-details and retry with corrected ops.
  6. Call get-task-details after the mutations if refreshed initiative content is needed.
  7. Add a comment if the change reflects progress, delivery, or a decision.

Tag or assign work

  1. Resolve user, team, or taxonomy IDs first.
  2. Update only the relevant fields.
  3. Report the new owner or labels in the response.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.43%
按下载量换算21

Claude

30.96%
按下载量换算20

Cursor

17.57%
按下载量换算11

Gemini CLI

9.97%
按下载量换算6

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills