Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

task-planning任务规划

Agent Skill

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

总安装

2,025

周安装

87

GitHub Stars

11

下载量

710
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/akillness/oh-my-skills --skill task-planning

简介

用于将混乱需求拆解为可执行的小型规划包,支撑团队落地。

  • 覆盖 backlog 清理、功能分解与发布切片,提供就绪性检查清单。
  • 适合从 roadmap 到交付的翻译过程,强调小步验证与路由输出。
  • 安装命令:npx skills add https://github.com/akillness/oh-my-skills --skill task-planning
  • 使用前应确认输入是否足够具体,避免在无边界上下文中展开。

SKILL.md

Task Planning

Use this skill when the job is turning messy context into one small planning packet that a team can actually act on.

task-planning is the PM front door for backlog cleanup, feature decomposition, sprint-candidate prep, release slicing, milestone packets, and roadmap-to-delivery translation before estimation, boards, review, or execution.

Core references:

When to use this skill

  • The request is too vague, too large, or too mixed to hand straight to implementation.
  • A backlog needs to be cleaned into ready vs not-ready work.
  • A roadmap item, feature, bug cluster, launch beat, or playtest finding needs execution slices.
  • A team needs one compact packet that names dependencies, blockers, and acceptance criteria.
  • The packet spans multiple disciplines: frontend/backend, PM/ops, GTM/content, or code/content/build/playtest work.
  • The key question is "what should we actually do next?" rather than "how big is it?" or "what board should we use?"

When not to use this skill

  • The main job is sizing, forecasting, or story-point languagetask-estimation.
  • The work already exists and the real job is board/worktree/queue controlvibe-kanban.
  • The plan already exists and the real job is review/approval or diff markupplannotator.
  • The main job is daily status coordinationstandup-meeting.
  • The main job is reflection on completed worksprint-retrospective.
  • The work is still concept framing, scope shaping, or game-production orchestration before decompositionbmad, bmad-idea, or bmad-gds first.

Instructions

Step 1: Choose one intake packet

Use references/intake-packets-and-route-outs.md and pick exactly one primary packet:

task_planning_packet:
  packet: backlog-cleanup | feature-slice | sprint-candidate | release-packet | milestone-packet | discovery-first
  domain: developer-workflow | web-fullstack | product-ops | marketing-gtm | game-development | mixed
  source_material: repo/issues | prd/spec | gdd/playtest | launch-notes | chat-context | mixed | unknown
  readiness_state: mostly-ready | mixed | mostly-fuzzy
  output_shape: single-packet | slice-table-plus-not-ready | release-packet | milestone-packet | discovery-packet

Packet meanings:

  • backlog-cleanup — clarify, dedupe, and separate ready from not-ready work.
  • feature-slice — turn one feature or bug cluster into assignable slices.
  • sprint-candidate — prepare the next iteration's ready work.
  • release-packet — shape launch, rollout, campaign, or go-live work.
  • milestone-packet — coordinate cross-discipline milestone or demo work, especially for games.
  • discovery-first — expose unknowns before pretending implementation is ready.

Step 2: Gather the minimum credible evidence

Do not plan from vibes alone. Pull the smallest packet that supports decomposition:

  • goal or problem statement
  • user, business, team, or player outcome
  • current artifacts: issues, spec/PRD, GDD, launch notes, playtest notes, bug list, or chat context
  • timeline or trigger: sprint, release, milestone, event, or dependency window
  • obvious constraints: owner, platform, environment, approvals, external dependencies
  • missing details that could make the packet fake-ready

If evidence is thin, say so and choose discovery-first instead of inventing certainty.

Step 3: Split discovery from delivery early

Before you write slices, separate:

  1. Discovery — unanswered questions, validation, missing decisions
  2. Foundation — setup, architecture, shared assets, tooling, environments
  3. Delivery — user-facing or system-facing implementation slices
  4. Verification — QA, analytics, review, smoke tests, playtests, launch checks
  5. Follow-through — docs, enablement, rollout, reporting, monitoring, distribution

Do not bury research or unresolved decisions inside build tickets.

Step 4: Choose the smallest packet shape

Use references/packet-shapes.md.

Rules:

  • If the user needs one next-action set, prefer a single packet.
  • If the main need is ready vs not-ready triage, use slice table plus not-ready list.
  • If the work is tied to a launch window, use a release packet.
  • If the work is milestone-heavy and cross-discipline, use a milestone packet.
  • If the packet starts doing decomposition, estimation, board control, review, and ceremony work at once, split responsibilities and route outward.

Step 5: Build slices with readiness fields

Every slice should have:

  • title
  • outcome
  • owner role
  • dependencies
  • inputs required
  • acceptance criteria
  • risk / uncertainty
  • ready? yes / no
  • if not ready, what is missing?

Use short, testable acceptance criteria. Avoid vague statements like "works better" or "launch ready".

Step 6: Surface sequence and blockers

Explicitly name:

  • what can run in parallel
  • what must happen in order
  • what is blocked
  • what should be deferred

Use blocker buckets from references/readiness-checklist.md:

  • missing-scope
  • missing-design
  • missing-data
  • external-dependency
  • environment-access
  • approval-needed
  • cross-team-handoff

Step 7: Run the route-out check

Verify all of these:

  1. The chosen packet matches the real planning job.
  2. Discovery is separated from implementation when confidence is low.
  3. The packet does not silently absorb sizing, board control, plan review, standups, or retros.
  4. Cross-domain nuance survives without turning the output into a tutorial.
  5. The packet ends with one clear next move.

Route-outs to keep explicit:

  • sizing → task-estimation
  • board/worktree/queue control → vibe-kanban
  • plan review / approval → plannotator
  • daily coordination → standup-meeting
  • completed-work reflection → sprint-retrospective
  • concept framing / strategy shaping → bmad, bmad-idea, bmad-gds

Step 8: Return the brief or the final packet

Preferred brief shape before full drafting:

# Task Planning Brief

## Packet choice
- Packet:
- Domain:
- Why it fits:
- Output shape:

## Source material used
- Main evidence:
- Constraints / dependencies:
- Assumptions / gaps:

## Planned slices
1. slice
2. slice
3. slice

## Route-out notes
- Out of scope:
- Not-ready work kept separate:
- Recommended next move:

If the user already asked for the final artifact, return a compact planning packet directly.

Output format

Default packet shape:

# Planning Packet

## Planning horizon
- Packet:
- Domain:
- Confidence: high | medium | low

## Goal
- ...

## Assumptions
- ...

## Work slices
| Slice | Outcome | Owner role | Dependencies | Ready? |
|------|---------|------------|--------------|--------|
| ... | ... | ... | ... | yes/no |

## Slice details
### 1. [Slice name]
- Inputs required:
- Acceptance criteria:
  - [ ] ...
- Risks / uncertainty:
- Notes:

## Sequencing
1. ...
2. ...

## Blockers / not-ready items
- Bucket:
- Missing:
- Next action:

## Recommended next move
- start implementation | run discovery first | groom with owners | estimate now | defer until dependency clears

Examples

Example 1: Fullstack feature slicing

Input

Break down a new team-invite flow for our SaaS app. We need email invites, acceptance, and admin visibility before sprint planning.

Good output direction

  • packet: sprint-candidate
  • domain: web-fullstack
  • split backend/data, invite acceptance flow, admin visibility, verification, and follow-through
  • keep story points out of scope

Example 2: Backlog cleanup

Input

We have a pile of vague onboarding backlog items. Clean them up so we can see what is actually ready next week.

Good output direction

  • packet: backlog-cleanup
  • output shape: slice-table-plus-not-ready
  • mark missing scope, ownership, or approvals explicitly
  • separate discovery tickets from implementation tickets

Example 3: Marketing / launch packet

Input

Plan the next release push for our B2B launch: landing-page updates, email sequence, attribution checks, and launch-day reporting.

Good output direction

  • packet: release-packet
  • domain: marketing-gtm
  • separate asset creation, review/approval, distribution, measurement, and reporting
  • route deep copywriting/campaign execution to marketing-automation

Example 4: Game milestone packet

Input

Plan the next milestone for our roguelike demo: tutorial polish, controller support, and a streamer-ready build.

Good output direction

  • packet: milestone-packet
  • domain: game-development
  • separate code/system work, content/polish, build/QA, and playtest/distribution concerns
  • keep broader game-production orchestration routed to bmad-gds when needed

Best practices

  1. Choose one primary packet before decomposing the work.
  2. Keep discovery separate from delivery whenever requirements are unstable.
  3. Prefer small, reviewable slices over broad work categories.
  4. Surface blockers and missing inputs explicitly instead of burying them in notes.
  5. Preserve domain nuance for developer workflow, web/fullstack, product/ops, marketing/GTM, and game work without bloating the front door.
  6. Route sizing, board control, review, daily cadence, and retrospectives out instead of stretching the skill boundary.
  7. Keep the packet compact enough that a team can act on it immediately.
  8. Update compact and manifest discovery surfaces when the role wording changes materially.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude

32.6%
按下载量换算231

Codex

31.85%
按下载量换算226

Cursor

17.58%
按下载量换算125

Gemini CLI

8.87%
按下载量换算63

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills