skills/run-explore/SKILL.md
Use when: 'explore', 'how does X work', 'map the flow'.
npx skillsauth add kenoxa/spine run-exploreInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read-only — no file writes outside .scratch/.
Reference paths (backticked): dispatch to subagent — do NOT Read into mainthread.
| Phase | Agent type | Reference |
|-------|-----------|-----------|
| Explore | @scout, @researcher, @navigator | explore-*.md |
| Synthesize | @synthesizer | explore-synthesis.md |
| Visualize | @visualizer | — (optional) |
| Question type | Dispatch | Reference |
|---------------|----------|-----------|
| Breadth: "where is X? what shape?" | @scout | references/explore-scout.md |
| Depth: "how does X work? call chains?" | @researcher | references/explore-file-scout.md |
| Docs: "what is X supposed to do?" | @researcher | references/explore-docs.md |
| External: "ecosystem says what about X?" | @navigator | references/explore-navigator.md |
| Alternatives: "what else could we use?" | @navigator | references/explore-alternatives.md |
@synthesizer + references/explore-synthesis.md when 2+ dispatches. Pass file_pattern matching scratch output prefix.@visualizer if complexity warrants or user requests. Output: .scratch/<session>/explore-recap.html.Session setup: generate per SPINE.md. When invoked from a skill with active session, inherit the calling session's ID.
Phase Trace: include dispatch count and question type per row.
key_findings — confirmed observations with file pathsfiles_to_touch — triage priority per file (core / related / peripheral)risks_or_unknowns — explicit gaps and unexplored areastesting
Use when: 'clawpatch', 'clawpatch campaign', 'clawpatch review fix revalidate'.
tools
Use when: 'create a worktree', 'git worktree', 'parallel branch'.
tools
Use when: 'session state', 'resume work', 'worktree session'.
development
Use when: 'goal prompt', 'frame this', 'scope this', 'design', 'plan the approach', 'implement and review', 'just ship it', 'fix this', 'add this'.