---
title: "hyper-questions"
description: "Interactive question runner for Pi and OMP with incremental state saving, pause/resume, and backtracking."
canonical: https://agentpluginsdirectory.com/plugins/hyper-questions
last-updated: 2026-09-18
---

# hyper-questions
Interactive question runner for Pi and OMP with incremental state saving, pause/resume, and backtracking.
- Slug: hyper-questions
- Publisher: emo-eth
- Repository: https://github.com/emo-eth/skills
- Manifest: plugins/hyper-questions/plugin.json
- Version: 0.1.0
- Category (editorial): other
- Skills: 0
- MCP servers: 0
- Stars: 0
- Repository created: 2026-07-09
- Repository last pushed: 2026-09-18
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/hyper-questions
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What hyper-questions does, in the publisher's words

Interactive question runner for Pi and OMP with incremental state saving, pause/resume, and backtracking.

Built-in question tools (ask, ask_user_question) are all-or-nothing modals:

- If the session times out, cancels, or the app closes mid-interview, all progress is lost.
- Users cannot go back (b / Back) to fix a previous choice.
- Users cannot pause (q / Ctrl-C) and resume later.
- Answers are only kept in the ephemeral transcript tool result.

hyper-questions provides the hyper_ask native tool for Pi and OMP:

- Instant auto-save: Saves every single answer immediately to an atomic JSON state file.
- Pause & resume: Exit anytime (q or Esc) and resume seamlessly from the first unanswered question.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/emo-eth/skills/HEAD/plugins/hyper-questions/README.md
