logoalt Hacker News

avereveardtoday at 11:31 AM0 repliesview on HN

the one file that does the same (maybe code focused, easily adapted)

---

Only documentation to write is project.md and TODO.md do not write documentation anywhere else.

TODO.md: document gaps, tasks and progress, grouped by feature

project.md: document architecture, responsability map, features and the tribal knowledge needed to find things

Do not document code, method, classes.

STANDARD OPERATING PROCEDURES:

Beginning of task:

- read: goals.md tech.md project.md

- update TODO.md add step by step [ ] tasks under the # feature you will implement

During execution of task:

- perform the task step by step, delegate if possible to sub tasks or sub agents

- log with [x] the work performed in TODO.md as you go

End of task:

- remove completed features from the TODO.md

- maintain project.md