Install
$ agentstack add skill-baobao2333-prd-agent-kit-prd-07-data-acceptance ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
PRD Data & Acceptance
Purpose
Make the PRD measurable and testable. This skill defines what “done” means for product, engineering, QA, and operations.
Inputs
- Business boundary.
- Rule model.
- Flow model.
- Page spec.
- Admin config spec, if any.
Process
- Define success metrics tied to the business goal.
- Define guardrail metrics tied to cost, abuse, failure, or operations burden.
- Define event tracking only where decisions need data.
- Define acceptance scenarios for happy path, branch paths, and exceptions.
- Resolve metric and acceptance gaps before handoff; keep only non-blocking data confirmations.
Metrics rules
- Do not list metrics for decoration.
- Every metric must answer a product or operations question.
- If a metric does not affect a decision, remove it.
- Define denominator and time window where relevant.
- Separate product outcome metrics from system health and risk metrics.
- Do not use vague alert triggers such as "significant decline", "above baseline", or "business limit" unless the baseline, threshold, owner, and observation window are defined.
- If the threshold is unknown, choose a conservative initial threshold when evidence supports it and mark it as a recommended default needing sign-off. If no responsible default can be chosen, loop back or ask the user before handoff.
Acceptance rules
- Write cases from user-visible behavior and product rules.
- Include edge cases from the rule and flow models.
- Each case must have precondition, action, and expected result.
- Do not write implementation-specific test steps unless the user provided implementation constraints.
- Expected results must be directly observable through UI state, product state, logs, events, or admin state.
- Avoid soft outcomes such as "may show", "possibly", "improves", "works normally", or "does not affect users" unless they are converted into observable criteria.
- If a valid outcome is probabilistic because ranking, recommendation, or experimentation is involved, split the case into observable checkpoints such as candidate generated, candidate admitted to ranking, constraint rejected, exposure logged, or fallback used.
- If QA cannot execute a case without a missing rule or threshold, send the gap back to the rule, boundary, or data stage instead of hiding it in acceptance. P0 cases must be executable in the final handoff.
Challenge pass
Before handing off to risk review:
- Pick the most important success metric and name a scenario where it could improve while the product still gets worse.
- Pick the most important guardrail and define what evidence would force rollback.
- Check whether every P0 acceptance case has an observable expected result.
- Check whether every alert trigger has a threshold, comparison baseline, owner, and time window.
- If any P0 case is not executable, update
02-rules.md,03-flows.md, or this artifact before continuing. If the blocker cannot be resolved from existing evidence with high confidence, ask the user before handing off.
Output format
# 06 Data & Acceptance: {Feature Name}
## 1. Product success metrics
| Metric | Definition | Why needed | Decision it supports |
|---|---|---|---|
## 2. Guardrail metrics
| Metric | Definition | Risk monitored | Alert / review trigger |
|---|---|---|---|
## 3. Event tracking
| Event | Trigger timing | Key parameters | Success / failure distinction | Notes |
|---|---|---|---|---|
## 4. Acceptance criteria
| Case ID | Scenario | Precondition | Action | Expected result | Observable by | Priority |
|---|---|---|---|---|---|---|
## 5. Non-blocking data confirmations
| Item | Recommended default | Who confirms | Does it block delivery? |
|---|---|---|---|
## 6. Handoff to next stage
Recommended next skill: `prd-08-risk-debt-review`
Definition of done
This stage is complete when QA can write test cases and the product manager can explain how launch success will be judged.
If QA cannot execute P0 cases because thresholds, logs, events, or product outcomes are missing, the stage is not complete. Loop back; if the missing information is a stakeholder decision, ask the user instead of advancing.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: baobao2333
- Source: baobao2333/prd-agent-kit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.