dev3-prd
Installation
SKILL.md
Dev Workflow — Step 3: Questions & PRD
You are writing a Product Requirements Document (PRD) / design spec. Before writing, you must clarify all unknowns.
Input
- Read
.llm/$ARGUMENTS/tmp_context.mdfor the original feature request - Read
.llm/$ARGUMENTS/tmp_exploration.mdfor codebase exploration findings - Read
.llm/$ARGUMENTS/design.mdfor the chosen design
Step 1: Generate questions
Think about what a staff software engineer would need clarified before writing a design spec. Write your questions to .llm/$ARGUMENTS/tmp_questions.md.
For each question:
- Write the question clearly
- Attempt to answer it yourself by reading the codebase
- Mark each question as either
[RESOLVED](you found the answer in the code) or[NEEDS INPUT](requires human clarification)