Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计提醒

task-manager任务管理器

Agent Skill

task-manager 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,747

周安装

170

GitHub Stars

3

下载量

1,859
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jmsktm/claude-settings --skill 'Task Manager'

简介

task-manager 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在开发流程中进行事项整理。

  • 适用于围绕仓库状态、代码变更或协作事项的开发管理场景。
  • 通过 GitHub API 或命令行工具集成,支持 Issue 跟踪与 PR 分析。
  • 需确认访问权限、API 限额及是否涉及敏感数据读取。
  • 建议结合项目实际情况验证操作边界,避免误改生产环境。

SKILL.md

Task Manager

The Task Manager skill helps you organize, prioritize, and track tasks efficiently using proven productivity frameworks like Eisenhower Matrix, GTD (Getting Things Done), and MoSCoW prioritization. It ensures work is properly sequenced, delegated, and tracked to completion.

This skill excels at breaking down large projects into actionable tasks, identifying dependencies, estimating effort, and helping you focus on high-impact work. It integrates with your existing project management tools and provides clear daily/weekly task views.

Task Manager emphasizes clarity (well-defined tasks), ownership (clear assignees), and progress visibility (real-time status tracking).

Core Workflows

Workflow 1: Daily Task Organization

Steps:

  1. Capture - Collect all pending tasks from:

- Project plans and backlogs - Email and Slack messages - Meeting notes and action items - Bug reports and support tickets - Personal ideas and commitments

  1. Clarify - For each task:

- Write clear, actionable description starting with a verb - Estimate effort (S/M/L or hours) - Identify any dependencies or blockers - Assign to person or role - Add due date if time-sensitive

  1. Organize - Categorize by:

- Priority: Critical, High, Medium, Low - Type: Feature, Bug, Chore, Spike - Status: Todo, In Progress, Blocked, Done - Project/Epic: Which larger effort does this belong to?

  1. Prioritize - Use Eisenhower Matrix:

- Urgent + Important: Do today (top 3 tasks) - Important + Not Urgent: Schedule this week - Urgent + Not Important: Delegate or automate - Neither: Defer or delete

  1. Execute - Focus on:

- Starting with highest-impact task - Completing one task before starting another - Updating status as you progress - Communicating blockers immediately

  1. Review - End of day:

- Mark completed tasks as done - Move unfinished work to tomorrow - Note any learnings or obstacles - Prep tomorrow's top 3 tasks

Output: Prioritized daily task list with clear next actions.

Workflow 2: Weekly Task Planning

Steps:

  1. Review project milestones and sprint goals
  2. Identify this week's key deliverables (3-5 max)
  3. Break deliverables into daily tasks
  4. Estimate total effort vs. available capacity
  5. Adjust scope or timeline if over-committed
  6. Schedule deep work blocks for complex tasks
  7. Reserve 20% capacity for interruptions and emergencies

Output: Week-at-a-glance task board with daily breakdown.

Workflow 3: Task Delegation

Steps:

  1. Identify tasks that can be delegated
  2. Match task to person with right skills and capacity
  3. Provide clear context and acceptance criteria
  4. Set expectations on timeline and check-ins
  5. Create tracking mechanism for delegated work
  6. Follow up at agreed intervals

Workflow 4: Backlog Grooming

Steps:

  1. Review all tasks in backlog (weekly or bi-weekly)
  2. Archive or delete obsolete tasks
  3. Update priorities based on current goals
  4. Break down vague tasks into specific actions
  5. Identify quick wins (< 1 hour tasks)
  6. Flag tasks that need more information

Quick Reference

ActionCommand/Trigger
Create task"add task: [description]"
Prioritize tasks"prioritize my tasks"
Show today's work"what should I work on today"
Weekly plan"plan this week's tasks"
Delegate task"delegate [task] to [person]"
Update status"mark [task] as [status]"
Show blockers"what's blocked"
Quick wins"show me quick wins"
Review backlog"groom backlog"
Estimate effort"estimate [task]"

Best Practices

  • Make tasks atomic: Each task should be completable in 4-8 hours max; if larger, break it down
  • Use action verbs: Start every task with a verb (Build, Fix, Write, Review, Test, Deploy)
  • Define "done": Every task needs clear acceptance criteria so you know when it's complete
  • Limit WIP: Work on 1-3 tasks at a time; multitasking destroys productivity
  • Track blockers immediately: Don't let blocked tasks sit silently; escalate and communicate
  • Time-box tasks: If a task is taking 2x estimated time, stop and reassess approach
  • Batch similar tasks: Group related tasks (all code reviews, all email responses) to reduce context switching
  • Protect deep work: Block 2-4 hour chunks for complex tasks; no meetings or interruptions
  • Review daily: Spend 10 minutes at end of day reviewing progress and planning tomorrow
  • Celebrate completions: Acknowledge finished tasks; builds momentum and morale
  • Use templates: Create task templates for recurring work (code review, bug triage, deployment)
  • Link to context: Include links to relevant docs, PRs, issues, or designs in task description

Prioritization Frameworks

Eisenhower Matrix

                URGENT              NOT URGENT
IMPORTANT    |  DO NOW           |  SCHEDULE    |
             |  (Crises, fires)  |  (Planning)  |
             |-------------------|--------------|
NOT          |  DELEGATE         |  ELIMINATE   |
IMPORTANT    |  (Interruptions)  |  (Busywork)  |

MoSCoW Method

  • Must Have: Non-negotiable for release
  • Should Have: Important but not critical
  • Could Have: Nice to have if time permits
  • Won't Have: Out of scope for this iteration

RICE Scoring

Score = (Reach × Impact × Confidence) / Effort

  • Reach: How many users affected
  • Impact: How much it helps (0.25, 0.5, 1, 2, 3)
  • Confidence: How sure are you (%, as decimal)
  • Effort: Person-weeks required

Value vs. Effort

         HIGH VALUE
            |
    QUICK WINS | BIG BETS
            |
  --------- + ---------- EFFORT
            |
  TIME SINKS | LOW VALUE
            |
       LOW VALUE

Priority order: Quick Wins > Big Bets > Low Value > Time Sinks

Task Sizing Guide

SizeDurationComplexityExample
XS15-30 minTrivialFix typo, update config
S1-2 hoursSimpleWrite documentation, simple bug fix
M4-8 hoursModerateBuild new component, API endpoint
L1-2 daysComplexFeature integration, performance optimization
XL3-5 daysVery ComplexMajor refactor, new service

If task is > 5 days: Break it down into smaller tasks.

Status Definitions

  • Todo: Ready to start, all dependencies met
  • In Progress: Currently being worked on
  • Blocked: Waiting on dependency or decision
  • In Review: Work complete, awaiting approval
  • Done: Shipped to production or accepted by stakeholder
  • Deferred: Postponed to future sprint/release

Integration Points

  • Project Planner: Pulls tasks from project plans
  • Sprint Planner: Organizes tasks into sprints
  • GitHub Issues: Syncs with issue tracker
  • TodoWrite tool: Uses built-in task tracking
  • Calendar: Schedules time blocks for tasks
  • Slack/Discord: Sends task notifications and updates

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

33.45%
按下载量换算622

Claude

30.07%
按下载量换算559

Cursor

18.54%
按下载量换算345

Gemini CLI

10.07%
按下载量换算187

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills