Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计提醒

task-prd-creator任务 prd 创建者

Agent Skill

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

总安装

3,451

周安装

125

GitHub Stars

21

下载量

1,174
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/shipshitdev/library --skill task-prd-creator

简介

task-prd-creator 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Task & PRD Creator

Write a clear, actionable PRD or task. Output depends on where the user tracks work.

Step 1: Detect workflow preference

Check in order:

  1. User explicitly says "GitHub issue", "local file", or both
  2. Check if gh auth status succeeds and a GitHub remote exists → GitHub available
  3. Check if .agents/TASKS/ or .agents/PRDS/ exist → local available
  4. If ambiguous, ask: "GitHub issue, local file, or both?"

Step 2: Understand the request

Ask only what's missing — don't interrogate if context is clear:

  • What problem does this solve?
  • Who's affected? (user-facing, internal, infra)
  • Any hard constraints or dependencies?
  • Is this part of a larger epic? (→ sub-issue)
  • Priority: critical / high / medium / low

Step 3: Research before writing

  • Read relevant architecture docs if available (.agents/SYSTEM/ARCHITECTURE.md)
  • Search codebase for related patterns
  • Check for existing issues on same topic: gh issue list --search "[keyword]"

Step 4: Write the PRD

See references/full-guide.md for the full PRD structure.

A good PRD has:

  • Problem — why this exists, what breaks without it
  • Goal — one sentence, measurable outcome
  • Scope — what's in, what's explicitly out
  • Acceptance criteria — testable, not vague
  • Technical notes — approach, risks, dependencies

Keep it tight. No filler. Acceptance criteria must be checkable by a human.

Step 5: Output to correct destination

GitHub (primary if available)

New issue:

gh issue create \
  --title "[type]: clear title" \
  --body "$(cat <<'BODY'
[PRD content here]
BODY
)" \
  --label "feature" \
  --assignee "@me"

Sub-issue (linked to parent):

# Create sub-issue
gh issue create --title "..." --body "..."

# Link as sub-issue to parent #N
gh issue develop N --checkout  # only if needed
# Use: gh api repos/{owner}/{repo}/issues/{parent}/sub_issues --method POST -f sub_issue_id={child_id}

Draft PR from issue:

gh issue develop [issue-number] --branch "feature/[name]"

Local files (optional, or when no GitHub)

  • Task: .agents/TASKS/[kebab-name].md
  • PRD: .agents/PRDS/[kebab-name].md

See references/full-guide.md for local file templates.

Step 6: Get approval before creating

Show the draft PRD. Wait for "looks good" or edits. Then create.

Rules

  • disable-model-invocation: true → only runs when user explicitly invokes
  • Never create files or GitHub issues without user seeing the draft first
  • Sub-issues should be small enough to ship in one PR
  • If requirements are unclear, write the problem statement first — not the solution

Related

  • spec-first — spec-driven development before writing code
  • gh-fix-ci — fix CI on existing PRs
  • strategy-expert — broader roadmap and content planning

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

27.48%
按下载量换算323

OpenCode

21.75%
按下载量换算255

Gemini CLI

16.38%
按下载量换算192

Antigravity

12.09%
按下载量换算142

Codex

7.18%
按下载量换算84

Cursor

3.56%
按下载量换算42

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills