Implement PRDs/specs with a mandatory precheck review before coding. Use when a user asks to implement a PRD/feature spec/requirements doc or says "implement PRD/spec". Perform a preflight review, raise questions on scope/consistency/risks, then implement after confirmation.
A skill that performs mandatory preflight review before implementing PRDs, ensuring issues are caught before coding begins.
Instead of blindly implementing a PRD, this skill:
mkdir -p ~/.claude/skills
ln -s ~/Documents/code/GitHub/agent-playbook/skills/prd-implementation-precheck ~/.claude/skills/prd-implementation-precheck
# Ask to implement a PRD
"Implement the PRD at docs/feature-prd.md"
# The skill will:
# 1. Read and analyze the PRD
# 2. Present precheck report with questions
# 3. Wait for your confirmation
# 4. Implement after approval
| Category | What's Checked | |----------|---------------| | Scope | Over-broad changes? Suggest targeted approach | | Alignment | Conflicts with existing patterns? Propose alternatives | | Dependencies | Missing hooks/providers/data sources? | | Behavior | Flows and edge cases specified? | | Risks | Performance, regression, migration issues? | | Testing | Success criteria and test coverage clear? |
┌─────────────────────────────────────────────────────────────┐
│ PRD Implementation │
├─────────────────────────────────────────────────────────────┤
│ │
│ 1. Locate PRD → Read all referenced files │
│ 2. Precheck → Run checklist, identify issues │
│ 3. Present → Show findings, ask questions │
│ 4. Confirm → User approves or updates PRD │
│ 5. Implement → Minimal, consistent changes │
│ 6. Validate → Tests or manual verification │
│ │
└─────────────────────────────────────────────────────────────┘
## Precheck Report for {PRD}
### Intent
{1-2 sentence summary}
### Blockers
- [ ] Blocker 1
- [ ] Blocker 2
### Questions
1. Question about scope?
2. Question about dependencies?
### Risks
- Risk 1
- Risk 2
### Recommendation
Proceed as-is, or update the PRD first?
| Problem | Solution | |---------|----------| | Implementing unclear PRDs | Precheck catches gaps | | Scope creep | Identified early | | Breaking existing patterns | Flagged before coding | | Missing dependencies | Found before implementation | | Unclear success criteria | Clarified upfront |
MIT
npx skills add zhaono1/prd-implementation-precheck下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer