Pi Agent Platform
v1.2.17 docs · EN Commands

Core workflows

Select a workflow by intent instead of repeating policy in every prompt. This keeps behavior consistent and context compact.

Git in Pi Agent

There is no separate /git namespace. Use /workflow commit for a reviewed local commit and /workflow pr to prepare a pull request. Actions such as git push or broad staging with git add -A still require operator confirmation.

Solo-first orchestration

Use /piagent-orchestration to inspect mode, subagent limits, review lenses, Field Guide, and writer policy. The parent agent owns the task by default; subagents are used only when scouting, planning, or review has an independent lane worth the token cost.

Bounded implementation
/workflow task Fix the failing checkout test and verify.
Read-only scout
/workflow scout Map the auth flow and risk areas.
Plan before coding
/workflow plan Add multi-tenant billing support.
Review a diff
/workflow review current diff
Guarded local commit
/workflow commit "feat: add guarded git workflow"
Prepare a pull request
/workflow pr "Prepare PR for guarded git workflow"
Backend spec to frontend
/profile be-readonly-fe
/workflow be-to-fe Implement frontend support for the new user status endpoint.
Improve the platform
/workflow platform-improve Harden command docs and run verification.