Start a new epic
Initiates a new epic by gathering requirements, creating a branch, and generating a PRD document.
/plugin marketplace add markhamsquareventures/essentials/plugin install essentials@mksq-marketplacels docs/prds/git branch --show-currentStart a new epic:
dev.branch. Use the epic title as the branch name.docs/prds/ using the following 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]
The PRD should capture scope, requirements, and success criteria before planning begins.
Ask the user what their goal is and then interview them until you have enough context to create the PRD.