plan-tune

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

1|Updated Jul 23, 2026
One-click install
npx skills add https://github.com/sanjanb/my-agent-harness --skill plan-tune-sanjanb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-tune
Source: https://github.com/sanjanb/my-agent-harness/tree/main/skills/plan-tune
Command: npx skills add https://github.com/sanjanb/my-agent-harness --skill plan-tune-sanjanb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI coding assistants ask the same clarifying questions repeatedly, interrupting flow and wasting time. This Skill lets you review which questions fire across gstack skills, set per-question preferences, and see a dual-track profile of what you declared versus what your behavior actually suggests. ## Core Features & Use Cases - Per-Question Preferences: Mark questions as never-ask, always-ask, or ask-only-for-one-way so repeated prompts stop interrupting your work. - Dual-Track Developer Profile: Inspect the gap between your declared preferences and your observed behavior patterns. - Conversational Interface: No CLI syntax required; trigger it with natural phrases like "stop asking me that" or "show my profile". - Use Case: After the same architecture question appears for the third time in a session, invoke the skill to set a never-ask preference and review your accumulated question history. ## Quick Start Ask the agent to tune questions and show which prompts have fired recently so you can set never-ask preferences on the repetitive ones.

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 coding assistant from asking the same question repeatedly?

Invoke the skill with a phrase like "stop asking me that" or "too many questions". It shows which AskUserQuestion prompts have fired and lets you set a never-ask preference per question so it stops appearing.

How do I set per-question preferences in gstack skills?

Use the plan-tune skill conversationally to review question history and mark each question as never-ask, always-ask, or ask-only-for-one-way. Preferences are stored through gstack-config and applied by a hook on future prompts.

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

It compares what you explicitly declared as preferences against what your actual behavior suggests over time. Viewing it with "show my profile" or "show my vibe" reveals mismatches between stated and observed working style.

Can I turn off question tuning entirely?

Yes. Say "turn off question tuning" and the skill sets the question_tuning config flag to false via gstack-config, disabling the preference system until you re-enable it.

Does question tuning work in headless or spawned sessions?

In spawned sessions the skill auto-chooses recommended options without prompting, and in headless sessions AskUserQuestion failures result in a BLOCKED state. Interactive sessions get the full conversational preference flow.