Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

project-planning项目策划

Agent Skill

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

总安装

1,224

周安装

51

GitHub Stars

52

下载量

408
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/zenobi-us/dotfiles --skill project-planning

简介

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

  • 适用于需求拆解、资源估算或里程碑设定等项目管理前期准备工作。
  • 通过 npx skills add 命令从指定仓库安装,调用时输入项目目标即可获得任务分解建议。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 建议结合来源仓库和原始 README 核验是否支持甘特图生成或与 Jira 等工具集成。

SKILL.md

What are [Planning Artifact] Types?

Throughout the project-planning instructions you will see often refernces to types in the form of [Epic], [Spec], [Story], [Task], [Research], and [Decision].

This is to reinforce to you the reader or agent that these are distinct artifact types with specific roles.

  • [PRD]: Product Requirements Document, A high-level statement of what the product should achieve. They capture the needs and expectations of stakeholders. A [PRD] informs managers in the creation of one or more [Epic].
  • [Epic]: A large body of work that is described by Stories. An [Epic] is always accompanied by a [Spec], they have a 1:1 relationship.
  • [Spec]: A detailed description of the project's requirements and objectives. It leads to creation of one or more [Story].
  • [Research]: Information gathering and analysis conducted to inform project decisions. Primary phase: Planning/Initiation (during PRD/Epic/Spec creation). Secondary phase: ad-hoc during Execution when implementation raises unknowns. [Research] informs [Spec], [Decision], and project direction. Linked to [PRD], [Epic], [Spec], [Decision], [Story], or [Task].
  • [Decision]: A conclusion reached after evaluating options, often based on [Research]. [Decision] can influence [Spec] and project direction. Created during Initiation/Planning (for strategic decisions) or during Execution (for implementation decisions). Status must be "Decided" or "Unresolved". All [Decision] artifacts with status "Unresolved" MUST be linked to the [Retrospective] during the Closing phase.
  • [Story]: A scenario or use case, manageable piece of work derived from an [Epic]. [Story] always contain "user stories". [Story] are always implemented by [Task].
  • [Task]: A specific piece of work that needs to be completed as part of a [Story]. They are always linked to both a [Story] and an [Epic]. They can also be linked to other [Task] in interesting ways (e.g., blocking, dependent on, related to).
  • [Retrospective]: A reflective artifact created at the end of an epic or project phase to capture lessons learned, successes, and areas for improvement. It summarizes insights from the team and stakeholders to inform future projects. Each [Retrospective] is linked to its corresponding [Epic] and any unresolved [Decision] artifacts.

Workflow Phases

Projects flow through five distinct phases. Understanding where artifacts belong is critical for agents executing this skill.

Agents make tactical decisions autonomously (which artifact to create, when to move statuses, validating content) but escalate strategic decisions to Q (scope changes, timeline shifts, technical refactoring, resource constraints).

Phase Overview

  1. Planning — Create artifacts defining the work (PRD → Epic → Spec → Stories → Tasks)

- → See: skill_reference(references/workflow/planning-phase.md) for detailed artifact creation sequence and validation gates

  1. Execution — Move work to completion through status transitions

- → See: skill_reference(references/workflow/execution-phase.md) for execution guidance

  1. Closing — Archive completed work and formally close Epic/Project

- → See: skill_reference(references/workflow/closing-phase.md) for closing procedures

  1. Retrospective — Capture learnings (can follow Epic or Project completion)

- → See: skill_reference(references/workflow/retrospective-phase.md) for retrospective guidance

Escalation Matrix

Pause and escalate to Q when encountering:

  • Scope changes — Feature additions/removals mid-Epic or mid-Planning
  • Timeline shifts — Projected delivery date moves >1 week
  • Technical refactoring — Discovered design changes during work
  • Resource constraints — Task/Story complexity exceeds capacity

See: skill_reference(references/workflow/overview.md) for complete escalation matrix, artifact relationship diagram, and agent decision model.

Estimation

When estimation is required, read the resources:

  • See: skill_reference(references/estimation.md) for detailed estimation techniques and best practices.

Relationships

Artifacts maintain clear relationships to ensure traceability and context throughout the project lifecycle.

  • See: skill_reference(references/relationships.md) for detailed relationship types and usage guidelines for all artifact types (PRD, Epic, Research, Story, Task, Retrospective, Decision).

Artifact Status Transitions

Each artifact type has valid status progressions that guide state management throughout the project lifecycle.

  • See: skill_reference(references/status-flow.md for detailed status flow diagrams and descriptions for all artifact types (PRD, Epic, Research, Story, Task, Retrospective, Decision).

Artifact Schemas and Content Structure

All artifacts follow consistent schema patterns for organization and linking. Each artifact type has specific frontmatter requirements and content sections.

→ Use the linked skill resources for detailed schema definitions, artifact content structure, and link type definitions for all artifact types (PRD, Epic, Research, Story, Task, Retrospective, Decision).

See below for specific artifact schemas:

  • PRD skill_reference(schema/01-artifact-prd.md)
  • Epic skill_reference(schema/02-artifact-epic.md)
  • Spec skill_reference(schema/03-artifact-spec.md)
  • Research skill_reference(schema/04-artifact-research.md)
  • Decision skill_reference(schema/05-artifact-decision.md)
  • Story skill_reference(schema/06-artifact-story.md)
  • Task skill_reference(schema/07-artifact-task.md)
  • Retrospective skill_reference(schema/08-artifact-retrospective.md)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenCode

30.93%
按下载量换算126

Claude Code

23.49%
按下载量换算96

Antigravity

15.45%
按下载量换算63

Gemini CLI

13.4%
按下载量换算55

moltbot

7.1%
按下载量换算29

windsurf

3.06%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills