plan-tune

Configure per-question preferences and inspect developer profile for gstack skills.

Updated May 15, 2026
One-click install
npx skills add https://github.com/tgmarinho/canetaco --skill plan-tune-tgmarinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-tune
Source: https://github.com/tgmarinho/canetaco/tree/main/.claude/skills/plan-tune
Command: npx skills add https://github.com/tgmarinho/canetaco --skill plan-tune-tgmarinho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI coding assistants that ask the same clarifying questions repeatedly slow down your workflow. This Skill lets you review which AskUserQuestion prompts fire across gstack skills, set per-question preferences (never-ask, always-ask, or ask-only-for-one-way), and inspect a dual-track developer profile comparing what you declared versus what your behavior suggests. ## Core Features & Use Cases - Question Tuning: Review the history of questions asked across gstack skills and set per-question preferences to stop repetitive prompts. - Developer Psychographic Profile: Inspect a dual-track profile showing your declared preferences alongside behavior-inferred patterns. - Conversational Interface: No CLI syntax required; toggle question tuning on or off through natural dialogue. - Use Case: You notice the same gstack question keeps appearing during planning sessions. Invoke this Skill to mark it as never-ask, so future sessions skip it automatically. ## Quick Start Ask the assistant to tune gstack questions and show which prompts have fired recently so you can disable 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 assistant from asking the same question repeatedly?

Use question tuning to review which AskUserQuestion prompts have fired across gstack skills and set a per-question preference such as never-ask. The preference persists, so future sessions skip that prompt automatically.

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

Invoke the plan-tune skill and ask to show your question history. It lists the AskUserQuestion prompts that fired across gstack skills, letting you review each one and adjust its preference.

What is the dual-track developer profile in gstack?

The dual-track profile compares what you explicitly declared as preferences against what your observed behavior suggests. This helps surface mismatches, such as repeatedly overriding a recommendation you claimed to support.

Can I turn off question tuning entirely in gstack?

Yes. The skill exposes a question_tuning config flag managed through gstack-config. Disabling it stops the tuning behavior while keeping your stored preferences intact for later re-enabling.

Does plan-tune work without the AskUserQuestion tool available?

No. The skill is blocked when no AskUserQuestion variant is available in the tool list, because its interface is conversational. It reports BLOCKED and waits rather than silently auto-deciding preferences.