Comment by j_bum

Comment by j_bum 3 days ago

5 replies

This was a fun read.

I’ve similarly been using spec.md and running to-do.md files that capture detailed descriptions of the problems and their scoped history. I mark each of my to-do’s with informational tags: [BUG], [FEAT], etc.

I point the LLM to the exact to-do (or section of to-do’s) with the spec.md in memory and let it work.

This has been working very well for me.

lcnPylGDnU4H9OF 3 days ago

Do you mind linking to example spec/to-do files?