#网友语录 James Taino It's remarkable how well agentic coding can do with the right workflow. I'm now doing iterations with the following steps:

1. Plan
2. Refactor
3. Write Tests
4. Implement
5. Update Docs
6. Check Code Hygiene
7. Commit
8. Reflect

and have an Obsidian vault in every repo.

---

To be clear. those steps are literally in the agent memory like that and if I say "do another dev cycle" it works its way through all 8. Rinse and repeat.
 
 
Back to Top