This tutorial walks through your first end-to-end run with the planner agent in GitHub Copilot Agent mode.
By the end, you will run one planner prompt from a configured repository and understand what outputs to expect.
- Install the vstack CLI with
pipx:
pipx install vstack
vstack --version- Open your repository root in VS Code.
- Install project artifacts from repository root:
vstack install
vstack validate- Confirm
.github/agents/planner.agent.mdexists.
- Open Copilot Chat.
- Switch to Agent mode.
- In the agent picker, select
planner.
Use a small, concrete prompt so the first run is easy to inspect:
Run the workflow for this repository change.
On a healthy setup, planner output usually includes:
- a staged workflow response across role boundaries,
- explicit handoff points (for example from planning to implementation),
- references to generated role artifacts under
.github/.
If output does not look role-structured, verify that Agent mode is enabled and planner is selected.
- Practice role targeting with Choose agent, skill, or prompt.
- Learn upgrade checks with Upgrade with checks.
- Keep command behavior handy with CLI commands.