plan-tune

Tune AskUserQuestion prompt preferences and inspect developer behavior profiles across gstack skills.

Updated Aug 9, 2026
One-click install
npx skills add https://github.com/raghavbadhwar/rstack --skill plan-tune-raghavbadhwar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-tune
Source: https://github.com/raghavbadhwar/rstack/tree/main/plan-tune
Command: npx skills add https://github.com/raghavbadhwar/rstack --skill plan-tune-raghavbadhwar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Repeated or unwanted interactive questions from gstack skills interrupt your workflow. This Skill lets you review which AskUserQuestion prompts fire, set per-question preferences, and inspect a dual-track profile comparing what you declared versus what your behavior suggests. ## Core Features & Use Cases - Per-question preferences: Mark prompts as never-ask, always-ask, or ask-only-for-one-way so recurring decisions stop interrupting you. - Dual-track developer profile: Inspect the difference between your declared preferences and your observed behavior ("show my vibe"). - Question tuning toggle: Enable or disable the entire question-tuning system with a conversational command. - Use Case: You keep getting asked the same confirmation in /ship. Say "stop asking me that" and the Skill records a never-ask preference so the prompt auto-decides next time. ## Quick Start Ask the assistant to tune questions or show your developer profile, for example by saying "stop asking me that" or "show my vibe".

Frequently Asked Questions about plan-tune

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

FAQPage Schema
How do I stop gstack from asking the same question repeatedly?

Invoke the plan-tune skill by saying "stop asking me that" or "too many questions". It records a never-ask preference for that question ID so future runs auto-decide with your chosen option instead of prompting.

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

Say "show my profile" or "what questions have I been asked" to invoke plan-tune. It reads the question log and displays the history of AskUserQuestion prompts fired across gstack skills along with your answers.

What is the dual-track developer profile in plan-tune?

The dual-track profile compares what you explicitly declared as preferences against what your actual behavior suggests. Saying "show my vibe" surfaces both tracks so you can spot drift between stated and observed working style.

Can I turn off question tuning entirely in gstack?

Yes. Say "turn off question tuning" and the skill sets the question_tuning config flag to false via gstack-config. You can re-enable it later through the same conversational interface.

Does plan-tune work in headless or spawned sessions?

In headless sessions AskUserQuestion is unavailable, so the skill blocks rather than prompting. In spawned sessions it auto-chooses recommended options and reports results as prose instead of asking interactively.