Proposals are how you, or an agent, create a task (or series of tasks) to assign to built-in coding agents such as Claude Code or OpenAI Codex for implementation.
There are a number of templates available, which can be selected from the template picker in the top right of the screen.
If you just want to implement something quick, select “Quick Change” from the template picker.
Upon pressing “Create Proposal” you will be taken to the proposal’s view screen where you will see a number of available actions including “Prepare Coding Agent” to start implementation.
Specification Driven Development
Specification (or “Spec”) Driven Development is a methodology wherein you define the “what” up-front and let coding agent(s) define both the technical specification and the backlog of tasks to build it.