pstack works best when you stop micromanaging the agent. You describe what you want and how you'll know it's done. /poteto-mode picks the playbook, runs the other skills as the steps need them, and shows you the evidence. This guide teaches that habit with realistic prompts.
Here's what you'll learn:
- Set up pstack. Install the plugin and pick your models.
- Route work through
/poteto-mode. Give it a goal and watch it pick a playbook. - Understand the code.
/how,/why,/teach, and/recallbefore you edit anything. - Design the change.
/architect,/arena, and/interrogatebefore code locks in a shape. - Build and clean the change. The build playbooks,
/tdd, and/unslop. - Verify and ship. Prove behavior on the real app, then open a focused PR.
- Run work while you sleep. An overnight contract and a decision log you can audit.
- Steer with principle names. The 21 names that redirect an agent mid-task.
- Make it yours. Your own mode, plus how to test a skill change.
- Recipes and pitfalls. Prompts to copy and mistakes to skip.
Read the pages in order the first time. After that, each page stands alone.
Give the agent a goal and a way to check it, in your own words:
/poteto-mode the export writes duplicate rows when a retry lands mid-run. repro first, then fix and verify.
You don't need to name a playbook or list skills. "repro first" and a checkable outcome are all the routing signal /poteto-mode needs. It matches the Bug fix playbook, copies the steps into a todo list, and calls the right skills as each step fires.
Next: Set up pstack.