aif-explore

Explores ideas, investigates codebases, and clarifies requirements through guided thinking sessions.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/1t1sCooL/zazyvala-bot --skill aif-explore-1t1scool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-explore
Source: https://github.com/1t1sCooL/zazyvala-bot/tree/main/.cursor/skills/aif-explore
Command: npx skills add https://github.com/1t1sCooL/zazyvala-bot --skill aif-explore-1t1scool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When facing a vague idea, a messy problem, or an unclear requirement, jumping straight into implementation often leads to rework. This Skill provides a structured thinking partner that helps you explore the problem space, investigate the actual codebase, compare options, and surface risks before committing to a plan. ## Core Features & Use Cases - Exploration stance, not a script: Acts as a curious thinking partner that asks emergent questions, opens multiple threads, and follows the conversation wherever it goes, without forcing a fixed workflow. - Codebase-grounded investigation: Reads project context files (DESCRIPTION.md, ARCHITECTURE.md, ROADMAP.md, RESEARCH.md) and searches the actual code to ground discussions in reality rather than theory. - Visual thinking: Uses ASCII diagrams, comparison tables, state machines, and architecture sketches to clarify complex ideas. - Persistent research capture: Optionally saves exploration summaries and session notes to a RESEARCH.md file so context survives across sessions and feeds into later planning. - Use Case: You are considering adding real-time collaboration to your app. Enter explore mode, discuss the spectrum from presence indicators to CRDTs, visualize tradeoffs, and capture the decision before running a planning command. ## Quick Start Ask the AI to enter explore mode with a topic, for example: run /aif-explore with the topic "should we use Postgres or SQLite for this CLI tool" to think through the decision together.

Frequently Asked Questions about aif-explore

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

FAQPage Schema
How do I explore an idea before writing code?

Enter explore mode with a topic, problem statement, or plan name as the argument. The skill reads your project context files, investigates the codebase, and acts as a thinking partner using questions, diagrams, and comparisons without writing any implementation code.

What is the difference between explore mode and planning mode?

Explore mode is for open-ended thinking with no required outputs or fixed steps, while planning mode produces structured task plans. Explore mode explicitly refuses to implement features and directs you to a planning command once ideas crystallize.

Can explore mode modify my project files?

No, explore mode never implements features or modifies project code. The only file it may write is the configured research file (default RESEARCH.md), and only after you explicitly choose to save the exploration results.

How do I save exploration results so they survive a context reset?

When the conversation crystallizes, the skill offers to save an active summary and session entry to the research file. This snapshot includes the topic, decisions, open questions, and next steps, so a later planning session can reuse it.

When should I not use explore mode?

Avoid explore mode when you already have a clear, well-scoped task ready to implement, since it deliberately avoids producing code or fixed deliverables. Use a planning or implementation workflow instead for execution-ready work.