Workflow
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.






