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

To Prd

skill-officialunofficial-skills-to-prd · by officialunofficial

Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

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

Install

$ agentstack add skill-officialunofficial-skills-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-officialunofficial-skills-to-prd)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo 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 To Prd? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

To PRD

Take the current conversation and your understanding of the codebase and turn them into a PRD. Do NOT interview the user — synthesize what you already know.

The issue tracker and triage label vocabulary should already have been handed to you — run /setup-skills if not.

Process

  1. Explore the repo to learn the current state of the codebase, if you haven't yet. Use the project's domain glossary throughout the PRD, and respect any ADRs covering the area you're touching.
  1. Sketch the seams you'll test the feature at. Favour existing seams over new ones, and pick the highest seam available. When a new seam is unavoidable, propose it as high up as you can. Fewer seams across the codebase is better — one is ideal.

Check with the user that these seams match what they expect.

  1. Write the PRD from the template below, then publish it to the project issue tracker. Apply the ready-for-agent triage label — no further triage needed.

Problem Statement

The problem the user is facing, in the user's own terms.

Solution

The solution to that problem, in the user's own terms.

User Stories

A LONG, numbered list of user stories. Each takes the form:

  1. As an , I want a , so that
  1. As a mobile bank customer, I want to see the balance on my accounts, so that I can make better-informed decisions about my spending

Make this list exhaustive — cover every aspect of the feature.

Implementation Decisions

The implementation decisions that were made. This can cover:

  • The modules to be built or modified
  • The interfaces of those modules that will change
  • Technical clarifications from the developer
  • Architectural decisions
  • Schema changes
  • API contracts
  • Specific interactions

Do NOT include specific file paths or code snippets. They can go stale fast.

Exception: if a prototype produced a snippet that captures a decision more precisely than prose could (a state machine, reducer, schema, type shape), inline it inside the relevant decision and note briefly that it came from a prototype. Trim to the decision-bearing parts — not a working demo, just the pieces that carry the decision.

Testing Decisions

The testing decisions that were made. Include:

  • What makes a good test here (test external behaviour, not implementation details)
  • Which modules will be tested
  • Prior art for the tests (similar tests already in the codebase)

Out of Scope

What this PRD deliberately leaves out.

Further Notes

Anything else worth recording about the feature.

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.