Loading...
Loading...
Use this skill when > Generate a structured Product Requirements Document (PRD) from existing conversation context and codebase state. Synthesizes knowledge into a PRD without interviewing the user. Use when documenting requirements for a feature or change to publish to the project issue tracker.
npx skill4agent add akillness/oh-my-skills to-prdto-issuestechnical-writingtask-planningneeds-triage# [Feature/Change Name]
## Problem Statement
[User-facing description of the issue or opportunity. What pain does this solve?]
## Solution
[User-facing description of the resolution approach.]
## User Stories
1. As a [actor], I want [feature], so that [benefit].
2. As a [actor], I want [feature], so that [benefit].
[... comprehensive list covering all use cases]
## Implementation Decisions
### Modules
[Major components to build/modify with interface descriptions]
### Technical Choices
[Architecture decisions, schema design, API contracts — avoid file paths and code snippets]
### ADR References
[Links to relevant Architecture Decision Records]
## Testing Decisions
[Testing philosophy for this feature, which modules need coverage, relevant test precedents]
## Out of Scope
- [Explicitly excluded item]
- [Explicitly excluded item]
## Further Notes
[Additional context, open questions, or dependencies].agent-skills/skill-standardization/SKILL.md.agent-skills/skill-standardization/scripts/validate_skill.sh