Layout

- Left panel (50%) — the implementation stream (preserved from Phase 3) so you can review what was done
- Right panel (50%) — manual setup panel showing any steps you need to complete before creating the PR
Manual setup steps
If the implementation requires manual configuration (e.g., environment variables, service credentials, or database migrations), the AI generates amanual-setup.md file with instructions. This appears in the right panel as a checklist you can follow.
Common manual setup steps include:
- Setting environment variables
- Configuring third-party services
- Running database migrations
- Updating deployment configurations
- Generating API keys
PR description generation
When you click Create PR/s, p0 generates a comprehensive PR description based on:- Your product spec
- Completed ticket documentation from
completed-tickets-documentation/ - AI-generated specifications from
agent-written-specifications/
Multi-repo PRs
For workspaces with multiple repositories, p0 creates one PR per repository that has changes:- Each repo gets its own PR with the same description
- PRs are tracked independently (separate URLs and statuses)
- Failed repos can be retried individually in Phase 5
Creating the PR
Click Create PR/s at the bottom of the screen. p0 will:- Collect all feature folder documentation
- Generate the PR description
- Create a PR in each repository with changes
- Store PR metadata for tracking
- Transition to Phase 5
Make sure you’ve completed any manual setup steps before creating the PR. The manual setup panel is your checklist for pre-PR tasks.
Moving to Phase 5
Phase 5: Post-PR
Track PR status and wrap up