iowarp/prd
v0.4.1Apache-2.0
Turns an idea into a product requirements document through a phase-gated interview, ending in PRD.md plus per-milestone prompt files ready to drive a coding agent. Not for the problem-first product thesis; use product-intent.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "prd",
"version": "0.4.1",
"description": "Turns an idea into a product requirements document through a phase-gated interview, ending in PRD.md plus per-milestone prompt files ready to drive a coding agent. Not for the problem-first product thesis; use product-intent.",
"license": "Apache-2.0",
"extensions": {
"ai.iowarp.clio": {
"manifestVersion": 1,
"kind": "skill",
"resources": {
"skills": "."
},
"components": [
{
"kind": "skill",
"id": "prd",
"path": "SKILL.md"
}
]
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- ai.iowarp.clio