Initial commit
This commit is contained in:
27
skills/spec-manager/templates/feat-template.md
Normal file
27
skills/spec-manager/templates/feat-template.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# [Feature Name]
|
||||
|
||||
<purpose>
|
||||
What feature is being added and why it's needed.
|
||||
</purpose>
|
||||
|
||||
<requirements>
|
||||
- User story or requirement 1
|
||||
- User story or requirement 2
|
||||
- User story or requirement 3
|
||||
</requirements>
|
||||
|
||||
<implementation>
|
||||
High-level approach:
|
||||
- Architecture pattern or design choice
|
||||
- Key components or modules involved
|
||||
- Important technical considerations
|
||||
|
||||
Avoid detailed code - focus on structure and decisions.
|
||||
</implementation>
|
||||
|
||||
<testing>
|
||||
Verification plan:
|
||||
- Functional test scenario 1
|
||||
- Functional test scenario 2
|
||||
- Edge cases to verify
|
||||
</testing>
|
||||
Reference in New Issue
Block a user