Review my AI coding workflow
I'm trying to design a simple, production-friendly workflow for AI coding agents (Claude, Codex, Cursor, etc.) and would love feedback from people using them daily. Current workflow: ``` Human → Define feature AI Agent • Understands the existing codebase • Asks clarifying questions • Creates an implementation plan Human • Reviews/refines the plan AI Agent • Generates test cases Human • Reviews/adds edge cases AI Agent • Implements the feature • Requests approval for architecture decisions • Requests approva
评论
?
参与讨论