Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

plan-task计划任务

Agent Skill

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

总安装

216

周安装

9

GitHub Stars

2

下载量

72
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alvesrafa/dev-routine --skill plan-task

简介

plan-task 将模糊需求转化为可执行任务分解,输出包含里程碑与依赖关系的结构化计划。

  • 适用于新项目启动、功能模块拆分或跨团队协作排期等规划类工作场景。
  • 自动关联项目架构文档与团队规范,生成兼顾技术可行性与交付节奏的任务清单。
  • 若缺少描述则 Agent 会暂停等待输入,确保计划贴合实际需求而非假设。
  • 建议使用表格形式呈现时间线与责任人分配,便于后续跟踪与资源协调。

SKILL.md

Skill: /plan-task

Trigger

/plan-task "task description"

Without a description, ask before continuing.

Response guidelines

Be comprehensive but concise. Prefer tables and lists over paragraphs. Omit obvious explanations. No flowcharts.

Reading project context

Read if they exist:

  • .claude/project.md — stack, environments, modules
  • .claude/conventions.md — team standards
  • .claude/architecture.md — technical decisions
  • .claude/known-issues.md — known pitfalls

If they don't exist, inform and continue with generic context.

Stage 0: Clarification

Before producing the plan, check if the description is sufficient.

Ask up to 3 targeted questions if any of the following are true:

  • The task type cannot be determined (feature / bug / refactor / infra)
  • The affected module or service is not identifiable from the description or .claude/architecture.md
  • The scope boundary is ambiguous (e.g., "improve performance" with no target component named)

Do not ask about implementation preferences — only ask for facts needed to scope the plan correctly.

After asking, wait for the user's reply before proceeding to Stage 1. If the description is clear enough, skip Stage 0 silently and proceed.

Stage execution

By default, all stages run sequentially in one response.

The user can say "do only Stage 1", "stop after Stage 3", "skip to Stage 5". Respect this literally.

If a mid-stage ambiguity requires input, emit the completed portion of the current stage, then write:

Paused at Stage N. [Question]. Reply to continue.

Stage 1: Task understanding

Rephrase in 2–3 lines. List assumed premises as a table if there's ambiguity.

PremiseAssumed value
Task typefeature / bug / refactor / infra
Target moduleidentified name or "unknown"

If after rephrasing you identify a fundamental ambiguity that would make the remaining stages unreliable, pause here and ask the user to confirm before continuing.

Stage 2: Files and modules involved

File / FolderActionReason
path/to/fileCreate / Modify / DeleteShort reason

Stage 3: Dependencies and prerequisites

ItemTypeRequired before
Migration XDBStep 2
Service Y runningInfraStep 1
Feature flag ZConfigStep 3

If no dependencies exist, write: *No external dependencies identified.*

Stage 4: Implementation checklist

[ ] Step 1 — clear description
[ ] Step 2 — clear description
...

Each item should be small enough to be done and tested independently.

Stage 5: Edge cases and risks

ScenarioImpactMitigation
Short descriptionHigh / Medium / LowShort mitigation

Stage 6: Acceptance criteria

CriterionHow to verify
Feature works end-to-endManual test or automated test description
No regressionsExisting test suite passes

Final output: Ready-to-use prompt

After completing all stages, generate the following block verbatim, filled in with the collected context. This prompt is ready to be copied and triggered:


You are [senior dev role inferred from the stack]. Your job is to implement the task described below. You are helping [user type: solo dev / team / backend eng / etc.] in [environment inferred from .claude/project.md or generic].

Use this tone: precise, direct, no filler.

Reference this material when answering:
<context>
[Paste here: task summary from Stage 1, files from Stage 2, dependencies from Stage 3, risks from Stage 5]
</context>

Rules:
- Follow the conventions in .claude/conventions.md if it exists
- Touch only the files listed in Stage 2 unless a deviation is explicitly justified
- Each implementation step must be independently testable before moving to the next
- If unsure about scope, ask before implementing — do not assume

Examples:
<example>
User: implement step 1
Assistant: [concrete code or action for step 1, scoped to the files listed]
</example>

Conversation history:
<history>
{{HISTORY}}
</history>

Current request:
<request>
{{REQUEST}}
</request>

Reason carefully before answering. Do not reveal private reasoning. Return only the final answer.

Output format:
<response>
[FINAL ANSWER]
</response>

Prompt ready. Copy and trigger when you want to start implementation.

Behavior with description

Use the description to:

  • Identify type (feature / bug / refactor / infra)
  • Adjust level of detail
  • Detect modules by name and cross-reference with .claude/architecture.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38%
按下载量换算27

Claude

31.92%
按下载量换算23

Cursor

18.01%
按下载量换算13

Gemini CLI

8.32%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills