원클릭으로
explore
Deep codebase exploration to answer specific questions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep codebase exploration to answer specific questions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Orchestrate the /dev methodology across ALL phases of a feature spec via a background ultracode run, one fresh agent per bounded (sub-)phase, sequentially. Handles the DB migration itself, splits oversized phases, monitors progress, recovers from agent overruns, independently certifies each block, and reconciles the spec. Encodes the failure modes seen in practice so they do not recur.
Develop phase with exploration and plan validation
Fix bugs or modify existing features with deep exploration, root-cause analysis, and quality-first long-term solutions
Quick implementation without a full spec file
Create complete development plan with parallel exploration
Universal code review - auto-detects scope from git changes, spec, commit, or brief
| name | explore |
| description | Deep codebase exploration to answer specific questions |
| model | haiku |
| argument-hint | <question> |
YOU ARE EXECUTING THE /explore SKILL. The user triggered this skill. Follow ALL instructions below step by step. Do NOT treat this as a freeform conversation - execute the skill workflow.
Read-only exploration task.
Ultra think before answering:
Extract from $ARGUMENTS:
Use AskUserQuestion if the question could have multiple interpretations:
If question is clear and specific, skip to section 2.
Launch focused agents in a single message (parallel execution). There is no upper limit on agent count: one agent per distinct angle, scaling up with the question's breadth. The lists below are a starting menu, not a quota.
Backend (one per distinct angle, no maximum):
explore-codebase: "Find [keywords] definitions and core logic in backend/internal/domain/ and backend/internal/application/"explore-codebase: "Find [keywords] implementations and usage in backend/internal/infrastructure/ and backend/internal/presentation/"explore-codebase: "Find similar patterns to [keywords] in backend/ for comparison"Frontend (one per distinct angle, no maximum):
explore-codebase: "Find [keywords] components and hooks in frontend/src/components/ and frontend/src/hooks/"explore-codebase: "Find [keywords] types, API calls, and pages in frontend/src/types/, frontend/src/lib/, and frontend/src/app/"explore-codebase: "Find similar patterns to [keywords] in frontend/src/ for comparison"Supporting (each fans out the same way, one per distinct concern, no maximum):
explore-db - "[env] - [tables/schema question]" (one per table cluster / env)explore-docs - "[library] [feature]" (one per library / feature)websearch - "[topic]" (one per topic)For simple single-file lookups, 1 agent per domain is sufficient.
After agents return, verify coverage:
explore-codebaseexplore-codebaseexplore-db agentsexplore-docs agentsProvide comprehensive response:
## Answer
[Direct answer to the question]
## Evidence
### Code Found
- `path/to/file.ts:XX` - [description]
- `path/to/file.go:YY` - [description]
### Patterns Identified
- [Pattern 1]: [explanation]
### Documentation (if explore-docs used)
- [Library]: [relevant info]
### External Sources (if websearch used)
- [Title](URL) - [what we learned]
## Recommendations (if applicable)
- [Suggestion based on findings]