ask-gate
SolidThe Ask-Gate Protocol (AGP). Before surfacing an AskUserQuestion, triage whether the question is genuinely the handler's call (anti-nag); ask routine questions directly after a quality checklist, but escalate high-stakes / branching / irreversible ones through /insight-critique then /insight-assess first. Trigger via /ask-gate, or automatically before any handler-facing question. Not /caller-options (routes a skill's venue/mode) or /next-skills (recommends successors) — AGP governs the question itself.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- allemaar
- Repository
- allemaar/open-skills
- Created
- 2 months ago
- Last Updated
- yesterday
- Language
- JavaScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
ask-gate-dtd
The intake and decision gate as a reusable state machine. Load when a task should start with structured questions and a start, more, add gate, when designing a command that uses AskUserQuestion, or when a gate must be skipped safely in an autonomous run with every assumption listed.
askagy
Use when the user invokes /askagy, or asks to consult, cross-check, second-opinion, sanity-check, or hand off a question to Antigravity, agy, or the Antigravity CLI about the work currently in progress. Requires the Antigravity CLI (`agy`) to be installed; if it is not, the skill says so and stops rather than faking a second opinion.
ask-board
Post a durable unknown to the cross-session agent question board, or answer an open one. Use when you hit something you genuinely cannot resolve and a later session in different context might — "I don't know and can't find out", "park this question for another agent", "answer the board". The board is Q&A discussions in schmug/agent-notes; open questions are injected into every session by this plugin's SessionStart hook, and answers get promoted to memory. Not for questions only the user can answer (ask in chat, now) or ones a grep or command would settle (investigate instead). Not a Workflow wrapper; this is a process skill.