docs: Add guidelines for writing technical design documents and a detailed design for the new in-memory todo list system.
This commit is contained in:
12
Provider/.agents/rules/how-to-write-tdd.md
Normal file
12
Provider/.agents/rules/how-to-write-tdd.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
trigger: model_decision
|
||||
description: When working on a TDD (technical design document)
|
||||
---
|
||||
|
||||
TDD Should be added to the /tdd folder.
|
||||
When writing a TDD, please write it so that it can be read by human or agent ai.
|
||||
Please start by writing that it was authored by an ai agent and write your actual agent name.
|
||||
Pleaes add the date.
|
||||
The TDD should starts with the What, then the Why and finally the how.
|
||||
Everytime you write a document you can read other tdd in the folder for inspiration.
|
||||
When implementation is finished, the user can add to edit the TDD to add more informations (implementation details that are important, benchmarks, any change of plan during development)
|
||||
Reference in New Issue
Block a user