clean up commands

This commit is contained in:
Leon van Zyl
2025-11-08 11:50:43 +02:00
parent 71de019f47
commit 4b70e6ba33
14 changed files with 25 additions and 173 deletions

View File

@@ -0,0 +1,11 @@
---
description: create feature
---
# Given the above conversation:
- Store the requirements and implementation plan in /specs. Create a new sub folder for this feature. The implementation plan should be split into phases with actionable tasks for each phase. Each tasks should have a checkbox so we can keep track of our progress - example [ ] Task description.
- Exclude unit and e2e testing from the implementation plan, UNLESS the user clearly asks for it to be included.
- IF no conversation exists and the implementation plan is not clear, then ask the user what the requirements are first and then create the spec sub-folder, requirements and implementation plan .md files.