Workflow
Describe the feature
Enter a description of the feature to build. Potpie asks clarifying questions before generating anything.

Clarifying questions
Potpie surfaces a set of clarifying questions as multiple choice options. Answers lock in the scope and requirements before the specification begins.

Specification
Potpie parses the codebase against the confirmed requirements and generates a specification covering every file to create or modify, implementation details for each change, and dependency relationships between affected components.

Plan
Once the spec is confirmed, Potpie generates a plan.
- Summary
- Architecture
- Plan items
An explanation of what changes, which parts of the codebase are in scope, and how the new code fits the existing system.

Code generation
Potpie generates the code and presents every change as a diff. Changes match the existing code style and conventions identified during specification.

Multi-agent mode
Potpie runs in two modes depending on request complexity:- Single agent: Potpie handles the full request from start to finish.
- Multi agent: Potpie’s subagents can do research as well as coding.




