Gather Context And Clarify — Development skill for Claude Code
Use atomic subagents to gather codebase context, then ask clarifying questions.
How to install Gather Context And Clarify
Installs to ~/.claude/skills/vladaimanager-atomic-cc-gather-context-and-clarify/SKILL.md
mkdir -p ~/.claude/skills/vladaimanager-atomic-cc-gather-context-and-clarify && curl -fsSL https://raw.githubusercontent.com/VladAIManager/atomic-cc/HEAD/commands/gather-context-and-clarify.md -o ~/.claude/skills/vladaimanager-atomic-cc-gather-context-and-clarify/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Gather Context And Clarify does
description: Use atomic subagents to gather codebase context, then ask clarifying questions argument-hint: [request or topic needing context]
Goal
Build enough grounded codebase context to ask only the unresolved questions needed before planning or implementation. Use a small parallel fan-out, typically two or three specialists with distinct angles.
Additional request context:
$ARGUMENTS
Constraints and tools
Spawn specialists with the Agent tool, choosing according to what i
Alternatives in Development
- Understand Anything — Graphs that teach graphs that impress 80.7k ★
- Research Codebase — You are tasked with conducting comprehensive research across the codebase to answer user questions by spawning 10k ★
- Understand Anything — Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask 2.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Ask Questions If Underspecified
Ask the minimum clarifying questions before implementation when requirements are ambiguous or missing crucial
Claude Setup
Interactive project setup wizard. Scans the codebase, asks clarifying questions, installs tools, and generates
Soc
Default mode. Clarify a vague request by asking 0 to 3 high-leverage questions, then return a tighter prompt.
Deep Dive
Gather comprehensive codebase context using parallel exploration agents
Parallel Context Build
Parallel atomic codebase specialists building handoff context for planning
Memory Question
Ask Claude's memory system questions about past work, decisions, and context. Usage: /mind:ask Execute the ask
Related Agents
Story Refiner
Interactive story clarification agent for the aiagent Go project. Explores the codebase to understand context,
Product Owner
Use proactively when user asks to create an issue, write a ticket, or define requirements. Analyzes change req
Requirement Parser
Analyzes a feature REQUEST.md and extracts structured requirements, goals, constraints, complexity estimate, a