From dc7f09a71187bb863bedfe31f4b483cb19e7e27c Mon Sep 17 00:00:00 2001 From: Ismael <712805+ismaelJimenez@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:30:39 +0100 Subject: [PATCH] fix(templates): add missing Assumptions section to spec template (#1939) --- templates/spec-template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/spec-template.md b/templates/spec-template.md index c67d91498..4581e4052 100644 --- a/templates/spec-template.md +++ b/templates/spec-template.md @@ -113,3 +113,16 @@ - **SC-002**: [Measurable metric, e.g., "System handles 1000 concurrent users without degradation"] - **SC-003**: [User satisfaction metric, e.g., "90% of users successfully complete primary task on first attempt"] - **SC-004**: [Business metric, e.g., "Reduce support tickets related to [X] by 50%"] + +## Assumptions + + + +- [Assumption about target users, e.g., "Users have stable internet connectivity"] +- [Assumption about scope boundaries, e.g., "Mobile support is out of scope for v1"] +- [Assumption about data/environment, e.g., "Existing authentication system will be reused"] +- [Dependency on existing system/service, e.g., "Requires access to the existing user profile API"]