prd — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited prd (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<objective> Interview the user about a feature, then produce a complete product PRD and an ordered task list derived from it, following the flow PRD -> tasks -> (handoff to ship). Stop at the task list; never write feature code. </objective>
<parameters>
<feature idea>: free-text feature name or one-line idea (remainder of input).-a: auto mode, skip AskUserQuestion confirmations, use recommended options.-s: skip-interview, draft directly from the given idea without the question loop (lower quality, use only when the idea is already detailed).</parameters>
<state_variables>
</state_variables>
<delimitation>
prd != rfc: rfc is a technical design doc (alternatives, tradeoffs, architecture). prd stays at product level (user value, scope, metrics) and never picks the technical how.prd != brainstorm: brainstorm is open-ended research. prd assumes the idea is chosen and produces a structured spec.prd != ship: ship implements. prd stops at the task list and hands off.</delimitation>
<file_layout> One folder per feature: docs/prd/<slug>/ containing prd.md + tasks.md.
docs/prd/
<slug>/
prd.md # what/why
tasks.md # nested checklist (1.0 parent -> 1.1, 1.2 sub-tasks)Rules:
tasks.md (phases = parent tasks: 1.0 Phase 1, 2.0 Phase 2).0001-prd-<x>.md + tasks-0001-<x>.md, 0002-prd-<y>.md + tasks-0002-<y>.md.tasks.md.</file_layout>
<entry_point> Load steps/step-00-init.md </entry_point>
<step_files>
| Step | File | Purpose |
|---|---|---|
| 00 | steps/step-00-init.md | Parse flags, slugify feature, detect resume, setup state |
| 01 | steps/step-01-interview.md | Targeted clarifying questions, loop until enough signal |
| 02 | steps/step-02-draft-prd.md | Emit the PRD: problem, goals, stories, scope, metrics, acceptance |
| 03 | steps/step-03-tasks.md | Derive the ordered task list (the todo) from the PRD |
| 04 | steps/step-04-finalize.md | Write artifacts, print handoff to ship |
</step_files>
<constraints>
</constraints>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.