plan-tune

Tunes AskUserQuestion prompt frequency and inspects developer preference profiles across gstack skills.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/aicodepro/ai-agent-nexi --skill plan-tune-aicodepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-tune
Source: https://github.com/aicodepro/ai-agent-nexi/tree/main/agent/skills/gstack/plan-tune
Command: npx skills add https://github.com/aicodepro/ai-agent-nexi --skill plan-tune-aicodepro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Repeated or unwanted clarification questions across gstack skills interrupt your workflow, and there is no central place to control which prompts fire or to see what your answering behavior says about you. ## Core Features & Use Cases - Question Preference Management: Review which AskUserQuestion prompts fire across gstack skills and set per-question preferences such as never-ask, always-ask, or ask-only-for-one-way decisions. - Dual-Track Developer Profile: Inspect a psychographic profile comparing what you explicitly declared against what your actual answering behavior suggests. - Conversational Interface: No CLI syntax required; invoke it by saying things like "stop asking me that" or "show my profile". - Use Case: You notice the same gstack question keeps appearing during planning sessions. Invoke this skill to set that question to never-ask, review your full question history, and check whether your behavior profile matches your stated preferences. ## Quick Start Ask the assistant to tune gstack questions and show which prompts have been firing so you can set per-question preferences.

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 conversationally by saying "stop asking me that" or "tune questions". It lets you set a per-question preference such as never-ask, so that prompt is auto-decided in future sessions.

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

Invoke the skill with a phrase like "what questions have I been asked". It reviews the AskUserQuestion prompts that fired across gstack skills and shows your question history captured by the question log.

What is the dual-track developer profile in gstack?

It is a psychographic profile that compares what you explicitly declared as preferences against what your actual answering behavior suggests. The plan-tune skill surfaces both tracks so you can inspect and reconcile them.

Can I turn off question tuning entirely in gstack?

Yes. The skill reads the question_tuning config flag via gstack-config, and you can ask to turn off question tuning, which disables the auto-decide preference behavior across skills.

Does plan-tune work in headless or spawned sessions?

In spawned sessions it auto-chooses recommended options without prompting, and in headless sessions AskUserQuestion failures result in a BLOCKED state. Interactive sessions fall back to prose decision briefs if the tool is unavailable.