Collaborative Q&A to clarify unclear requirements. Use when user wants to figure something out, brainstorm ideas, work through a challenge, explore approaches, or plan features. Triggers would be when requirements are unclear, when exploring an idea, when planning, or when a user explicitly mentions pathfind(ing), brainstorm(ing), clarify(ing), figur(ing) out, work(ing) through, or `--pathfind`.
/plugin marketplace add outfitter-dev/agents/plugin install baselayer@outfitterThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples/early-delivery.mdexamples/greenfield-api.mdexamples/high-start.mdreferences/confidence.mdreferences/questions.mdAdaptive Q&A → unclear requirements → clear path.
<when_to_use>
NOT for: time-critical bugs, well-defined tasks, obvious questions </when_to_use>
<confidence> | Bar | Lvl | Name | Action | |-----|-----|------|--------| | `░░░░░` | 0 | Prepping | Gather foundational context | | `▓░░░░` | 1 | Scouting | Ask broad questions | | `▓▓░░░` | 2 | Exploring | Ask focusing questions | | `▓▓▓░░` | 3 | Charting | Risky to proceed; gaps remain | | `▓▓▓▓░` | 4 | Mapped | Viable; push toward 5 | | `▓▓▓▓▓` | 5 | Ready | Deliver |Calibration: 0=0–19%, 1=20–39%, 2=40–59%, 3=60–74%, 4=75–89%, 5=90–100%
Start honest. Clear request → level 4–5. Vague → level 0–2.
At level 4: "Can proceed, but 1–2 more questions would reach full confidence. Continue or deliver now?"
Below level 5: include △ Caveats section.
</confidence>
| Phase | Trigger | activeForm |
|---|---|---|
| Prep | level 0–1 | "Prepping" |
| Explore | level 2–3 | "Exploring" |
| Clarify | level 4 | "Clarifying" |
| Deliver | level 5 | "Delivering" |
TodoWrite format — each phase gets context-specific title:
- Prep { domain } requirements
- Explore { approach } options
- Clarify { key unknowns, 3-4 words }
- Deliver { artifact type }
Situational (insert before Deliver when triggered):
◆ Caution or ◆◆ Hazard pushbackWorkflow:
in_progresscompleted, add next in_progressClarify or DeliverDeliver + △ Caveats
</phases>
If gaps remain, explore focus areas (pick what's relevant):
When multiple approaches exist:
Principles:
Structure:
At level 0 — start with session intent:
Levels 1–4 — focus on substance:
[★] on recommended option + italicized rationaleAfter each answer emit:
Next action by level:
Example: "△ This assumes the API supports batch operations — clarify now, note for later, or proceed?"
If user proceeds despite significant gap → escalate to pushback protocol.
</issues>
◇ Alternative: Minor misalignment. Present option + reasoning.◆ Caution: Clear conflict. Recommend alternative, explain risks, ask to proceed. Triggers Resolve Conflicts.◆◆ Hazard: High failure risk. Require mitigation or explicit override. Triggers Resolve Conflicts.Override: Accept "Proceed anyway: {REASON}" → log in next reflection → mark Resolve Conflicts complete. </pushback>
<skeptic> Integrate skeptic agent for complexity sanity checks:Recommend (offer choice):
Before finalizing — you have {N} caveats. Want to run skeptic for a sanity check?
[AskUserQuestion]
1. Yes, quick check [★] — I'll challenge complexity interactively
2. Yes, deep analysis — launch skeptic agent in background
3. No, proceed — deliver as-is
Auto-invoke (no choice):
When auto-invoking:
[Auto-invoking skeptic — {REASON}]
Launch with Task tool:
After skeptic returns:
block → add Resolve Conflicts phasecaution → offer choice to address or acknowledgeproceed → continue to delivery
</skeptic>
After delivering, ask where to persist (if applicable):
[EnterPlanMode]
1. { discovered path } [★] — { source: CLAUDE.md preference | existing directory | convention }
2. Create issue — { Linear/GitHub/Beads based on project context }
3. ADR — { if architectural decision }
4. Don't persist — keep in conversation only
5. Something else — different location or format
Discovery order for option 1:
.agents/plans/ directorydocs/plans/ directory.agents/plans/ if nothing foundAlways suggest filename based on topic. Match existing conventions if present.
Mark Deliver completed after artifact is delivered (persistence is optional follow-up).
Below 5: Append △ Caveats:
NEVER:
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.