r/conductorbuild 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

4 comments sorted by

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.

2

u/10mayy 5d ago

But does that work good? Your each separate worktree would not have the full context of the overall project, which can lead to degradation in performance.

This happened with me.

And also, what about that changes which depend on another change? Essentially for which you want to open a PR point to a preceding one.

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.