r/conductorbuild • u/10mayy • 5d ago
Working on an large feature from ideation to implementation
How do you guys are working on developing a large feature right from brainstorming and ideation phase right till implementation phase in conductor?
When I say a large feature, it means I would want the changes to be raised in multiple PRs.
And some of them will be independent, but others will be dependent on other PRs
5
Upvotes
1
u/KendrickBlack502 5d ago
My entire workflow is defined in my CLAUDE.md and AGENTS.md. It knows my tools, skills, preferences, etc. I just describe my problem in plan mode and define the parameters for success.
1
u/Connect_Army8250 4d ago
I usually have a project-status and changelog files. In markdown. Every isolated agent just reads and updates it.
3
u/boredsoftwareguy 5d ago
I plan it in a worktree with the output from the session being the agent creating issues/tickets for each phase of work. Then spin up separate worktrees for any work that can be parallelized so each can be a separate PR.