---
title: "Autoplan Turns Agent Design Into Decisions"
date: 2026-08-25
canonical: https://solmaz.io/x/2092366925770702962/
x_url: https://x.com/onusoz/status/2092366925770702962
license: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
---

*autoplan*

This is one of my most used workflows in pi now

While working with AI agents, there is a mechanical process by which I mine the agent for ideas. This reduces an open-ended feature design or bugfixing problem to a multiple choice question

Basically, I keep asking paraphrases of the question "is this the best design?" 2-3 times, and then make the agent list them out, with a preference for practicality and simplicity

"Is this the most elegant and long-term production ready solution?"

"Is this the holy grail?"

And then a decision gate which makes the model list all options while recommending a certain one, with a preference for practicality

For example, while developing a plugin for pi or openclaw, asking the holy grail often causes the model to suggest changing the plugin/extension API like "The holy grail would be for pi to implement such an such API". The decision gate helps curb such stupid ideas

The good thing about this workflow is, I can just automate typing all those mining prompts, and only do the deciding after the workflow finishes

Caveat: This is not foolproof. I still reject all options, propose other ones, or run the workflow multiple times until I get what I want. But this helps reduce a ton of prompting to just "autoplan this" for me

I am curious: When you try this, does it give you high quality answers/designs? And if not, what should change to improve it?

To try it out: Install osolmaz/pi-workflows and then when you need to design something or fix a bug, just say "autoplan this". The skill should be picked up automatically

Let it finish. It will give you a summary. When you choose an option, ask it to elaborate it with more details

Repo:
