One-click install
npx skills add https://github.com/coma-toast/inquisitive --skill inquisitive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inquisitive
Source: https://github.com/coma-toast/inquisitive/tree/main
Command: npx skills add https://github.com/coma-toast/inquisitive --skill inquisitive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Inquisitive reduces first-try errors by learning why the agent’s proposed output didn’t match what the user actually wanted, based on real user adjustments.

Core Features & Use Cases

  • Context-aware “why” questioning: asks targeted questions that explain the gap between the agent’s suggestion and the user’s choice, then captures the reasons behind the preference.
  • Categorized, scoped memory: stores learnings across 12 categories and escalates between repo, org, and user scope so repeated preferences become durable.
  • Refined summaries and sub-skill generation: consolidates memory into evolving summaries and can draft or create refinement sub-skills when strong patterns emerge.

Quick Start

When the agent proposes a change and you modify it afterward, say what you wanted instead and why, so inquisitive can learn your preference from that adjustment.

Frequently Asked Questions about inquisitive

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

FAQPage Schema
How does an AI agent learn from user preference adjustments to improve code edits?

Agent memory for preference learning stores user adjustment reasons across repo, org, and user scopes using categorized entries, ensuring repeated preferences become durable context to improve first-try accuracy on subsequent tasks.

How do I set up agent memory to capture the reasons behind plan modifications?

To set up agent memory for capturing plan modifications, configure your storage backends to persist categorized user feedback, enabling the agent to ask targeted why questions and save responses for later context loading.

Does this agent memory system support scoped storage backends for different codebases?

Yes, this agent memory system supports scoped storage backends for different codebases by escalating stored preferences across repo, org, and user scopes to ensure correct context loading based on the active environment.

What is the best way to classify user feedback for meta-learning in software engineering?

The best way to classify user feedback for meta-learning is sorting adjustment reasons into 12 distinct categories, allowing the agent to consolidate entries into evolving summaries and generate refinement sub-skills when strong patterns emerge.

When should I use category-based context loading for refinement requests?

You should use category-based context loading for refinement requests when an agent's proposed output repeatedly mismatches user expectations, requiring durable memory to apply previously captured adjustment reasons to new file edits.