with one click
explore
Time-boxed SENAR investigation before a task.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Time-boxed SENAR investigation before a task.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | explore |
| description | Time-boxed SENAR investigation before a task. |
| context | fork |
| effort | medium |
Investigation without full task formality. When to use: Unfamiliar domain, multiple possible approaches, need to understand before planning.
Key rule: If exploration yields implementation work, a task SHALL be created before changes are committed.
Model hint (phase=research): simple, read-only discovery (where-is-X, symbol/pattern search, doc skim) runs fine on Haiku 4.5 — 10-20× cheaper. Escalate to Sonnet 4.6 only for deep, multi-source investigation. Rationale:
docs/ru/research/model-routing-matrix.md.
Start exploration via tausik_explore_start with title="What we're investigating" and time_limit=30 (integer, minutes, default 30). Use shorter for simple questions, longer for complex domains.
Announce:
Investigate:
mcp__codebase-rag__search_code first — it returns ranked chunks, not full files, and is the cheapest way to find symbols/patterns. Use Grep only for known file paths or when RAG is empty/stale; use Read only when you already have an exact path.Read the specific files that look relevant.Check time periodically via tausik_explore_current MCP tool. If over time limit — wrap up immediately.
End exploration with findings via tausik_explore_end with summary="What was discovered" and optionally create_task=true to auto-create a task from findings.
Document dead ends via tausik_dead_end with approach="What was tried", reason="Why it failed". Check existing: tausik_memory_list with type="dead_end".
Suggest next: "Findings recorded. Create a task with /plan or continue exploring."
End current exploration via tausik_explore_end with summary="Findings summary".
Check current exploration via tausik_explore_current (no params).
--create-task or follow up with /plan.--create-task requires --summary — you can't create a task without explaining what you found.Query/store cross-project knowledge in Shared Brain.
Save session snapshot — handoff + CLAUDE.md update.
Create a standardized git commit.
Debug a bug — reproduce, isolate root cause, fix.
End session — handoff + decisions + CLAUDE.md.
Socratic Q&A — ≤3 questions before a complex task.