Create a PRD for a new epic
Conducts an interview to create a PRD for a new epic with numbered tasks and user stories.
/plugin marketplace add markhamsquareventures/essentials/plugin install essentials@mksq-marketplacels docs/prds/*.md 2>/dev/null || echo "No PRDs found"git branch --show-currentCreate a PRD for a new epic through an interview process.
Ask for epic name if not provided as argument
Determine next epic number
docs/prds/ to find the highest epic numberInterview for PRD content - Ask the user about:
Create PRD at docs/prds/{epic-name}.md using this template:
# Epic N: [Epic Name]
**Status:** Draft
## Objective
[One-line summary of what this epic accomplishes and why it matters.]
## Dependencies
- [List any epics or features this depends on]
## Data Model
### [ModelName]
| Field | Type | Notes |
|-------|------|-------|
| id | bigint | Primary key |
| ... | ... | ... |
| timestamps | | created_at, updated_at |
## User Stories
1. **[Action]** - As a user, I can [do something] so that [benefit]
2. ...
## Tasks
### Task 1: [Task Name]
**Files to create/modify:**
- `path/to/file.php`
### Task 2: [Task Name]
...
## Open Questions
1. [Any decisions that need to be made before or during implementation]