AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Idea To Prd

skill-xmu-csnoob-praxiskit-idea-to-prd · by xmu-csnoob

Create work/PRD.md from work/idea.md. Enforces No-New-Fields Rule; gates eagerly when idea.md is sparse.

— No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-xmu-csnoob-praxiskit-idea-to-prd

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-xmu-csnoob-praxiskit-idea-to-prd)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Idea To Prd? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Idea to PRD

Convert an idea brief into a PRD that is specific enough for planning, but not yet a task board. If idea.md is sparse, drift risk transfers to the PRD — gate every PRD field that lacks a [user] source in idea.md.

work/idea.md -> idea-to-prd -> work/PRD.md -> prd-to-task-graph

Contract

Inputs: work/idea.md (must follow schemas/idea.schema.md, every field annotated) Output: work/PRD.md per schemas/prd.schema.md (v2.0); fires references/clarification-gate.md for any PRD field that lacks a [user] or [user via *] source in idea.md and is not inferable Preconditions: work/idea.md exists; every idea.md field has a source annotation Stop boundary: Does NOT decompose into tasks. Hands off to prd-to-task-graph.

Workflow

  1. Load source context. Read work/idea.md. If work/praxiskit-context.md exists, read it first.
  2. Load gate reference + schema. Read references/clarification-gate.md and schemas/prd.schema.md.
  3. Map idea.md to PRD fields.
  • Each PRD field → matching idea.md field with [user] or [user via *].
  • No [user] source in idea.md → add to gaps.
  • inferable PRD fields may be derived from [user] idea.md fields → mark [inferred from {field}].
  1. Process idea.md Open Questions. For each:
  • Subject already has a [user] annotated field elsewhere in idea.md → answered; promote to confirmed PRD field.
  • No matching [user] field → carry to PRD ## Open Questions with the same blocking / non-blocking type.
  1. Apply No-New-Fields Rule (see below). Any field that would appear in PRD with no [user] source AND not inferable → add to gaps.
  2. Call clarification-gate for all gaps. Prefer host-native multi-question UI (up to 4 grouped questions per round) — especially when many fields are gaps at once.
  3. Write work/PRD.md only after all gaps are resolved. Annotate every field.
  4. Update work/praxiskit-context.md.
  5. Stop at product requirements. Do not decompose into tasks.

No-New-Fields Rule

Core constraint of idea-to-prd. No PRD value may appear unless it is:

  • A [user] or [user via *] annotated field in work/idea.md,
  • An answer collected through the clarification gate in this run, OR
  • An inferable derivation from the above (marked [inferred from {field}]).

forbidden-to-infer lists (API params, metadata field names, performance targets, consistency guarantees) MUST NOT be inferred — they become blocking Open Questions if the user cannot be reached.

Output

Write work/PRD.md from templates/prd.md.

Acceptance criteria must be observable. Do not use vague criteria like "works well"; translate them to concrete Given/When/Then behavior.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.