What problem does it solve?
Many AI-assisted workflows stall because the assistant asks for information it could have found itself; this Skill ensures the assistant proactively gathers project and environment context so users are only asked essential, unavoidable questions.
Core Features & Use Cases
- Automated context collection: Run fast scans (Grep, Glob) and deeper reads (Read, Bash) to locate definitions, configuration, logs, and dependencies before prompting the user.
- Tiered exploration strategy: Use a prioritized stack—fast local searches, project CLAUDE/AGENTS knowledge, web searches, then specialized subagents—so clarifying questions are a last resort.
- Use Case: When asked to "implement user authentication", the Skill locates existing auth code, checks package.json for dependencies, reads CLAUDE.md for past decisions, and only asks the user for unresolved policy choices.
Quick Start
Perform a proactive exploration for the task "implement user authentication" and return findings from Grep, Read, Glob, Bash, and WebSearch before asking any clarifying questions.