Initial commit
This commit is contained in:
26
skills/spec-manager/templates/spec-template.md
Normal file
26
skills/spec-manager/templates/spec-template.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# [Title]
|
||||
|
||||
<purpose>
|
||||
Brief description of what needs to be accomplished and why.
|
||||
</purpose>
|
||||
|
||||
<requirements>
|
||||
- Requirement 1
|
||||
- Requirement 2
|
||||
- Requirement 3
|
||||
</requirements>
|
||||
|
||||
<implementation>
|
||||
High-level technical approach and key decisions. Avoid specific code details.
|
||||
|
||||
Keep this concise - focus on architecture, patterns, and important constraints rather than detailed implementation.
|
||||
|
||||
If code examples are necessary, keep them minimal and illustrative only.
|
||||
</implementation>
|
||||
|
||||
<testing>
|
||||
How to verify the implementation:
|
||||
- Test scenario 1
|
||||
- Test scenario 2
|
||||
- Test scenario 3
|
||||
</testing>
|
||||
Reference in New Issue
Block a user