Examples
Runnable coding-agent plan workflows
Runnable Hostplan examples for coding-agent plan lifecycle, dependency-aware plan stacks, task tracking, and cross-agent handoffs.
Maintained by the Hostplan projectView source
Choose a workflow
Plan lifecycle
Use explicit status transitions and addressable tasks so a coding-agent plan cannot silently move from proposal to implementation.
Plan stack
Chain schema, API, UI, and rollout plans so each coding-agent session receives one actionable step with explicit dependencies.
Agent handoff
Store one canonical plan, share its URL, preserve project context, and let the receiving agent retrieve the current revision before implementing.
Use isolated sample storage
To experiment without mixing sample plans into your real store, point Hostplan at a temporary directory for the shell session:
export HOSTPLAN_HOME=/tmp/hsp-examples