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:
2026-03-07 18:50:02 -05:00
parent 0ec7f7f08a
commit 8ab1efcca7
2 changed files with 164 additions and 0 deletions

View 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)