Hacker News new | ask | show | jobs
by mrdependable 30 days ago
Don't you need to look at the code you want to change in order to direct the AI in what you want to do, or are you simply telling it to make a feature and then looking at the changes it makes?
1 comments

That's how I code nowadays:

1. Start a session.

2. Grill my requirements (I use Matt Pocock's skills).

3. Write an ADR, then either start implementing or separate into pieces.

4. Review the code on pyor.review, compared to Github, Pyor allows me to categorize the files and changes then review the important stuff and skim the noise it identifies.

5. Since I can do local reviews with Pyor, I can do that with Claude and feed back my comments to be addressed without it going to Github first.

6. Create a PR then merge it.