Yep, this is my experience with Claude code. Given clear requirements it can build an app. And it excels at complicated but well documented tasks like integrations. The only issue is that I don't see any code review or tests or risk audit. But those are just prompts, so easy to add.
thanks for reading, updating the post now to explain we use the Superpowers skill and spend 90% of our effort on specs / tests. measure thrice, cut once.
sure, also I have it look for bugs, problems with database indexes (missing or should be/ should not be unique). reviews for code quality, srp, complexity, etc. also reviewing deployment and infra. and what happens when the db goes down. and find 10 problems that can happen after deployment and how to detect and manage.
2 comments