plan-tune

Tune AskUserQuestion preferences and inspect the developer profile across gstack skills.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/abdulazeezoj/monovella-poc --skill plan-tune-abdulazeezoj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-tune
Source: https://github.com/abdulazeezoj/monovella-poc/tree/main/.agents/skills/gstack/plan-tune
Command: npx skills add https://github.com/abdulazeezoj/monovella-poc --skill plan-tune-abdulazeezoj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Repeated AI assistant questions interrupt flow, and there is no visibility into which prompts fire or how your behavior differs from your stated preferences. This Skill lets you review, tune, and disable per-question prompting behavior across gstack skills. ## Core Features & Use Cases - Per-question preferences: Set never-ask, always-ask, or ask-only-for-one-way rules for individual AskUserQuestion prompts. - Dual-track developer profile: Inspect what you declared versus what your logged behavior suggests about your working style. - Question history review: See which questions have been asked, how often, and what you answered. - Use Case: You keep getting asked the same deployment confirmation. Invoke the skill, find that question's ID, set it to never-ask, and it is auto-decided to the recommended option from then on. ## Quick Start Ask the assistant to show which gstack questions I have been asked and let me stop the ones I answer the same way every time.

Frequently Asked Questions about plan-tune

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop an AI assistant from asking the same question repeatedly?

Invoke plan-tune and set that question's preference to never-ask. Future occurrences are auto-decided to the recommended option, and you can reverse the setting at any time through the same skill.

How do I see which questions gstack skills have asked me?

Ask to show your question history or profile. The skill reads logged question events and lists each question_id, how often it fired, and what you answered, grouped across gstack skills.

What is the difference between never-ask and always-ask preferences?

Never-ask auto-decides the question to its recommended option without prompting. Always-ask forces the prompt to appear every time even if a default exists. Ask-only-for-one-way restricts prompting to irreversible decisions.

Can split or multi-option questions be auto-decided?

No. Questions with split-chain IDs (the *-split-* pattern) are refused never-ask preferences by the runtime checker, so multi-option chains always require an explicit answer and are never auto-decided.

Does question tuning work in headless or spawned sessions?

Tuning preferences persist, but spawned sessions auto-choose recommended options without prompting regardless. Interactive sessions apply your saved preferences through the PreToolUse hook on each AskUserQuestion call.