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

prd-implementation-precheckPRD 实施预检查

Agent Skill

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

总安装

10,336

周安装

435

GitHub Stars

47

下载量

3,619
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:prd-implementation-precheck(PRD 实施预检查)
来源仓库:https://github.com/charon-fan/agent-playbook
仓库路径:skills/prd-implementation-precheck
安装命令:
npx skills add https://github.com/charon-fan/agent-playbook --skill prd-implementation-precheck
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/charon-fan/agent-playbook --skill prd-implementation-precheck

简介

用于查找、检索和筛选相关信息,适合快速定位候选结果。

  • 适用于需要根据关键词或任务场景进行信息搜集的研究检索场景。
  • 可通过来源仓库和 README 进一步核验具体用法和功能边界。
  • 安装方式:通过 npx skills add 命令从 GitHub 仓库添加,支持 Codex、Claude、Cursor 和 Gemini CLI。
  • 安装前建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。

SKILL.md

PRD Implementation Precheck

Overview

Perform a short PRD precheck, present issues and questions, then implement only after the user confirms or adjusts the PRD.

Workflow

  1. Locate the PRD and any referenced files.
  2. Precheck the PRD and summarize intent in 1-2 sentences.
  3. List findings and questions (blockers first), then ask for confirmation to proceed.
  4. After confirmation, implement the PRD with minimal, consistent changes.
  5. Validate (tests or manual steps) or state what was not run.

Precheck Checklist

Basic Checks

  • Scope: Identify over-broad changes; suggest a smaller, targeted approach.
  • Alignment: Flag conflicts with existing patterns or architecture; propose alternatives.
  • Dependencies: Note missing hooks/providers/data sources or unclear ownership.
  • Behavior: Verify flows and edge cases are specified; ask for gaps.
  • Risks: Call out performance, regressions, or migration risks.
  • Testing: Check success criteria and test coverage; request specifics if vague.

Edge Case Coverage Checks

Verify the PRD addresses these edge cases (mark as ⚠️ if missing):

Data Boundaries

  • Null/Empty handling - What happens with empty inputs or null values?
  • Boundary values - Are min/max limits defined? What happens at boundaries?
  • Duplicate data - How are duplicates detected and handled?
  • Data format - Are input formats validated? What about special characters?

State Boundaries

  • State transitions - Are all valid state transitions defined?
  • Invalid transitions - What happens on illegal state changes?
  • Concurrent modifications - How are simultaneous edits handled?
  • Rollback scenarios - Can operations be undone? How?

Error Boundaries

  • Network failures - What happens when API calls fail?
  • Timeout behavior - Are timeouts defined? What's the retry strategy?
  • Partial failures - If step 2 of 3 fails, what happens to step 1?
  • Error messages - Are user-facing error messages defined?

UX Boundaries

  • Empty states - What does the user see with no data?
  • Loading states - How is loading indicated?
  • Success feedback - How does the user know the action succeeded?
  • Permission denied - What happens when user lacks permission?

Codebase Consistency Checks

Scan the codebase to verify PRD aligns with existing patterns:

# Check if PRD's proposed patterns match existing code
grep -r "pattern_from_prd" src/ --include="*.ts"
  • Delete strategy - Does PRD match existing soft/hard delete pattern?
  • Error handling - Does PRD use the same error display mechanism?
  • Component reuse - Does PRD leverage existing components?
  • API patterns - Does PRD follow existing API conventions?

Output Format

Precheck Report Template

## PRD Precheck Report

### Summary
{1-2 sentence summary of what the PRD aims to achieve}

### ✅ Covered Edge Cases
- {List edge cases that are well-defined in the PRD}

### ⚠️ Missing Edge Cases
| Edge Case | Category | Suggested Default | Needs Confirmation |
|-----------|----------|-------------------|-------------------|
| Empty list display | UX | Use existing EmptyState | No |
| Concurrent edit | State | Last write wins | **Yes** |

### 🔴 Blockers
- {Critical issues that must be resolved before implementation}

### 🟡 Warnings
- {Non-critical issues that should be addressed}

### Questions for User
1. {Specific question about missing edge case}
2. {Specific question about ambiguous requirement}

---

**Proceed as-is, or update the PRD?**

Output Expectations

  • Provide a concise precheck report with questions and risks.
  • Ask explicitly: "Proceed as-is, or update the PRD?"
  • If no blockers, state assumptions and continue only with user approval.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

31.67%
按下载量换算1,146

Antigravity

23.27%
按下载量换算842

OpenCode

20%
按下载量换算724

Codex

12.99%
按下载量换算470

Gemini CLI

7.08%
按下载量换算256

windsurf

3.73%
按下载量换算135

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills