Skip to content

Commit dc7f09a

Browse files
fix(templates): add missing Assumptions section to spec template (#1939)
1 parent b72a585 commit dc7f09a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

templates/spec-template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,16 @@
113113
- **SC-002**: [Measurable metric, e.g., "System handles 1000 concurrent users without degradation"]
114114
- **SC-003**: [User satisfaction metric, e.g., "90% of users successfully complete primary task on first attempt"]
115115
- **SC-004**: [Business metric, e.g., "Reduce support tickets related to [X] by 50%"]
116+
117+
## Assumptions
118+
119+
<!--
120+
ACTION REQUIRED: The content in this section represents placeholders.
121+
Fill them out with the right assumptions based on reasonable defaults
122+
chosen when the feature description did not specify certain details.
123+
-->
124+
125+
- [Assumption about target users, e.g., "Users have stable internet connectivity"]
126+
- [Assumption about scope boundaries, e.g., "Mobile support is out of scope for v1"]
127+
- [Assumption about data/environment, e.g., "Existing authentication system will be reused"]
128+
- [Dependency on existing system/service, e.g., "Requires access to the existing user profile API"]

0 commit comments

Comments
 (0)