Spaces:
Sleeping
Sleeping
File size: 3,352 Bytes
b6e19c7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 | # PRD β Product Requirements Document
## Purpose
Read this file at phase start to understand requirements.
Contains full product vision, all phases and acceptance criteria.
Do not implement anything not listed here without user confirmation.
---
## Product Overview
Product Name: [name]
Description: [one paragraph max]
Primary User: [who is this for]
Core Problem: [what problem does this solve]
---
## Success Metrics
[metric one β measurable]
[metric two β measurable]
[metric three β measurable]
---
## Technical Constraints
[constraint one]
[constraint two]
[constraint three]
---
## Phase Overview
Phase 1 β [name] β [one liner]
Phase 2 β [name] β [one liner]
Phase 3 β [name] β [one liner]
Phase 4 β [name] β [one liner]
Phase 5 β [name] β [one liner]
Phase 6 β [name] β [one liner]
Phase 7 β [name] β [one liner]
Phase 8 β [name] β [one liner]
---
## Phase 1 β [Phase Name]
### Goal
[One paragraph β what this phase achieves]
### Features
[feature name] β [one liner description]
[feature name] β [one liner description]
[feature name] β [one liner description]
### Acceptance Criteria
[specific testable criterion]
[specific testable criterion]
[specific testable criterion]
### Out of Scope for This Phase
[what is explicitly NOT included]
[what is explicitly NOT included]
---
## Phase 2 β [Phase Name]
### Goal
[One paragraph]
### Features
[feature name] β [one liner]
[feature name] β [one liner]
### Acceptance Criteria
[criterion]
[criterion]
### Out of Scope for This Phase
[excluded item]
---
## Phase 3 β [Phase Name]
### Goal
[One paragraph]
### Features
[feature name] β [one liner]
### Acceptance Criteria
[criterion]
### Out of Scope for This Phase
[excluded item]
---
## Phase 4 β [Phase Name]
### Goal
[One paragraph]
### Features
[feature name] β [one liner]
### Acceptance Criteria
[criterion]
### Out of Scope for This Phase
[excluded item]
---
## Phase 5 β [Phase Name]
### Goal
[One paragraph]
### Features
[feature name] β [one liner]
### Acceptance Criteria
[criterion]
### Out of Scope for This Phase
[excluded item]
---
## Phase 6 β [Phase Name]
### Goal
[One paragraph]
### Features
[feature name] β [one liner]
### Acceptance Criteria
[criterion]
### Out of Scope for This Phase
[excluded item]
---
## Phase 7 β [Phase Name]
### Goal
[One paragraph]
### Features
[feature name] β [one liner]
### Acceptance Criteria
[criterion]
### Out of Scope for This Phase
[excluded item]
---
## Phase 8 β [Phase Name]
### Goal
[One paragraph]
### Features
[feature name] β [one liner]
### Acceptance Criteria
[criterion]
### Out of Scope for This Phase
[excluded item]
---
## Phase Gate Rules
- Do not start a phase without user confirmation
- Do not proceed to next phase if current tests are failing
- Do not implement features outside current phase scope
- Mark acceptance criteria as complete before closing phase
- All criteria must be checked before phase is marked COMPLETE
---
## Rules for This File
- Fill in placeholders before starting Phase 1
- Do not modify acceptance criteria mid phase
- Do not add features to a phase that is in progress
- New features go into the next available phase or a new phase |