logoalt Hacker News

3371today at 4:17 AM2 repliesview on HN

> Plus your handoff files becomes a useful piece of project memory that you can reference later.

I've been doing this since I started agentic development, and have a whole framework based on this; Simply put I define workflow s that output templated files for everytype of tasks that happens in development.

It's a powerful pattern I'd recommend everyone.


Replies

posevatoday at 9:03 AM

Can you please add more details? Thank you in advance!

ulimntoday at 7:16 AM

I started doing this and then a colleague of mine recommended me OpenSpec. It might be overkill for small projects but it’s pretty clean and if you have goldfish memory like me, it helps to track changes.