VladAIManager

Gather Context And Clarify — Development skill for Claude Code

Development community

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

Terminal
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 Repository