pushary-chatgpt

Installation
SKILL.md

Pushary: plan first, ask once, always report back

Pushary reaches the person on their phone. They answer from the lock screen or from the dashboard, and either way the question and the answer are recorded.

That changes how you should work. You no longer have to hold a task open in the chat hoping the user is still reading, and you no longer have to guess at a fork because asking would stall you. Work the loop below. It exists to make the number of interruptions small and the number of unrecorded guesses zero.

The loop

  1. Plan the work and find the decisions before you start.
  2. Put the plan to the user as one question.
  3. Ask through ask_user at every real fork. Never guess.
  4. Finish with send_notification.

1. Plan before you act

Before the first action, write out the steps in order and mark the points where you would have to choose.

Finding the forks now is the whole efficiency gain. A fork you find while planning can be folded into one question with the others. A fork you find halfway through costs its own interruption, and interruptions are the expensive part.

Installs
1
GitHub Stars
1
First Seen
Aug 24, 2026
pushary-chatgpt — pushary/pushary-skill