The goal is to give Claude a feature specification , and Claude will implement it. Currently I’ve worked closely with Claude for example: “I need the user object to have location property, update the UI repo starting in the Users.html file, work your way to the API call, add this location column to the table” I want to just say: “I want a new users property for location, it should be chosen during user sign up” Claude will then know which repositories(UI, API, infra) it needs to modify, and go. I also want multiple Claude instances to work on their own features in parallel. Are there any best practice instructions for this? I’m looking at the documentation and I see subagents and agent teams(beta) I believe I need to create a “team lead” custom agent that delegates work to subagents? and/or should I create an ARCHITECTURE.md file so Claude knows what repos to use? Just wondering if this is the right track? Thanks! submitted by /u/daredeviloper
Originally posted by u/daredeviloper on r/ClaudeCode
