complete-prd

complete-prd is a command for Claude Code from Yassinello/claude-plugin-prd-workflow. It costs 16 tokens per session (1,271 once invoked), scanned A, original, MIT.

A command that closes a product requirement document (PRD) after its pull request is merged and the change is deployed. A pull request is a proposed code change submitted for review.

In plain words
What is it for?
Use it to check pull-request status, verify deployment, mark the PRD complete, move it to the completed folder, and record completion details.
Why use it?
It keeps feature records aligned with the actual release status and cleans up related branches and worktrees.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/yassinello/claude-plugin-prd-workflow/complete-prd
Clone the repo
git clone --depth 1 https://github.com/Yassinello/claude-plugin-prd-workflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for complete-prd

README.md
[![agentmods](https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/complete-prd.svg)](https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/complete-prd)
Your own site
<a href="https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/complete-prd"><img src="https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/complete-prd.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,271 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.01271
Opus 5 $0.00008 $0.00635
Sonnet 5 $0.00003 $0.00254
Haiku 4.5 $0.00002 $0.00127

Measured 5d ago against content hash bf2e8fcc1e68, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

complete-prd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/complete-prd.md · 233 lines

How it starts

The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Complete PRD Command

Mark a PRD as complete after successful PR merge and deployment.

Purpose

Close the PRD lifecycle:

  • Review and merge PR (if needed)
  • Verify production deployment
  • Update PRD status to "Complete"
  • Move PRD to 04-complete/
  • Clean up worktree and branch
  • Document completion metrics

Workflow

1. Identify PRD to Complete

List PRDs from 02-ready/ and 03-in-progress/ with their PR status:

  • PRD ID and feature name
  • Branch name
  • PR status (merged ✅ / open 🔄 / none ❌)

User selects PRD by number, ID, or filename.

2. Check PR Status

If no PR:

  • ❌ Cannot complete without PR
  • Suggest: Create PR first or use /code-prd to finish implementation

If PR open:

  • Show PR details (branch, checks, approvals, conflicts)
  • Ask: Review and merge now? (yes/no)

If PR merged:

  • ✅ Proceed to deployment verification

3. Review & Merge PR (if open)

PR Review checklist:

  • Code quality: Clean, readable, follows patterns
  • Tests: Coverage adequate, passing
  • Security: No obvious vulnerabilities
  • Performance: No regressions
  • Documentation: Updated if needed

Merge process:

  • Check CI/CD status (all green?)
  • Check conflicts (rebase if needed)
  • Merge to main branch
  • Delete feature branch (optional)

4. Verify Deployment

Check deployment status:

  • Latest commit on main deployed?
  • Deployment successful?
  • Health checks passing?
  • Rollback needed?

If not deployed:

  • Wait for auto-deployment OR
  • Trigger manual deployment OR
  • Schedule completion after deployment

5. Update PRD Document

Add completion section to PRD frontmatter:

---
status: complete
completed_date: YYYY-MM-DD
pr_number: #XX
pr_url: https://github.com/...
deployment_verified: true
actual_effort: X days
notes: |
  Brief completion notes
---

6. Move to Complete

git mv product/prds/03-in-progress/PRD-XXX-name.md product/prds/04-complete/
git commit -m "docs: Complete PRD-XXX - Feature Name"
git push origin main

Read the full file on GitHub · 233 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 233 lines · 16 tokens per session scan A bf2e8fcc1e68

Subscribe to this mod's changes

complete-prd is a command published in the GitHub repository Yassinello/claude-plugin-prd-workflow (12 stars, last pushed 9mo ago), licensed MIT. It adds 16 tokens to every session and 1,271 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.