CONDUCTOR FRAMEWORK
A lightweight product development system designed for solo developers and small teams working with LLMs. It lives in your codebase as folders + markdown — not another SaaS tool.
DOWNLOAD THE SYSTEM
// OPEN SOURCE
HOW IT WORKS
// HUMAN-FRIENDLY GUIDE
The Conductor Framework is a simple way to keep product context, planning, and execution in one place—right next to your code. You don’t “adopt a tool.” You adopt a workflow: capture ideas, shape them into problems, decide what matters, and ship in small loops.
Think of it like a lightweight replacement for a whole stack of tools (docs + tickets + PM rituals), optimized for a team of one using AI. It gives you a consistent place to put things so you can move faster without losing the plot.
- >You’re building in public and need a clear roadmap.
- >You want a repeatable way to go from idea → shipped feature.
- >You use AI daily and want a consistent handoff protocol.
- >You prefer files-in-repo over another SaaS tab.
- >Perfect planning or heavy process.
- >Replacing Jira for a 50-person org.
- >Docs for docs’ sake.
- >Big-bang roadmaps with no shipping loop.
Roadmap (what could we build?)
↓
Backlog (what should we build next? broken into user stories)
↓
PRD (what exactly are we building? for whom? why?)
↓
Implementation (how do we build it?)
↓
Workbench (building it now)
↓
Archive (done)Two roadmap lenses: Themes (evergreen epics by product area) and Objectives (time-bound initiatives with KRs + phases).
Dump everything into Workbench/Inbox. Ideas, bugs, random thoughts, links. No sorting. No guilt.
Turn the best items into a problem statement (Theme epic), then break it into a few user stories in the Backlog.
Write a short PRD that makes scope explicit (in/out) and defines success criteria. If you can’t define “done,” you can’t ship.
Create an Implementation Plan with phases + tests. Move it into Active Work. Ship. Archive when complete.