Prd writing
Agentic personal OS to automate high-leverage workflows with Codex, Claude Code, Pi, OpenClaw and other coding agents/ runtime platforms.
npx -y skills add itseffi/agentic-os --skill prd-writingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Write a structured PRD for high-risk, cross-team, or multi-sprint initiatives before implementation.
SKILL.md
2.9 KB, as published. Nobody here has run it
PRD Writing
Create clear, implementation-ready product requirements documents for initiatives that need alignment before coding.
The Process
Step 1: Confirm PRD is needed
Use PRD only if at least one is true:
- cross-team dependency
- multi-sprint scope
- high-risk decision or expensive tradeoff
- stakeholder alignment needed before build
If none apply, recommend execution-first flow (writing-plans -> tdd -> verification) instead.
Step 2: Gather required inputs
Collect:
- product goal and target user
- business context and constraints
- known assumptions and risks
- success criteria and timeline
State explicit assumptions when inputs are missing.
Step 3: Produce PRD in required format
Use this exact structure:
# [Product Name]
## About
[High-level overview of the product and goal.]
## Market Insights
[Market context, competitors, trends, and target users.]
## Problem
[Core user problem, pain points, and why existing solutions are insufficient.]
## Solution
[Proposed AI product solution and how it addresses the problem.]
## Feature Prioritization
| Feature | Reach | Impact | Confidence | Effort | RICE Score | Priority |
|---------|-------|--------|------------|--------|------------|----------|
| | | | | | | |
| | | | | | | |
| | | | | | | |
## Requirements
**Functional Requirements:**
- FR1:
- FR2:
- FR3:
**AI/ML Model Requirements:**
- MR1:
- MR2:
- MR3:
**Non-Functional Requirements:**
- NFR1:
- NFR2:
- NFR3:
## Challenges
[Key product, technical, data, and go-to-market challenges.]
## Positioning
| Use Case | Target User | Key Benefit | Differentiator |
|----------|-------------|-------------|----------------|
| | | | |
| | | | |
| | | | |
## Metrics
[Success metrics and north star metric.]
## Rollout Plan
- **Stakeholders & Communication**
- [Stakeholder groups and communication plan]
- **Roll-out Strategy**
- [Launch phases, gating criteria, and post-GA plan]
Step 4: Quality checks before finalizing
Ensure:
- no placeholder fields remain
- RICE rows are populated and prioritized
- metrics include baseline, target, and timeframe
- rollout includes phases and gating criteria
- top risks are explicit
Output
- Final PRD in the required structure
- A short assumptions list
- Open questions/blockers list
When to Use
Use this skill when the task directly matches the workflow described above.
When Not to Use
Do not use this skill when the request is unrelated, low-stakes, or better handled by a simpler direct response.