원클릭으로
recursive-exploration
Activate when exploring a codebase, tracing dependencies, or planning changes using recursive reasoning.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Activate when exploring a codebase, tracing dependencies, or planning changes using recursive reasoning.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activate when an Engineering Manager needs to shape a rough initiative into a clear, scoped, outcome-oriented brief before execution.
Activate when reviewing branches, commits, or pull requests using the emoji-driven review protocol.
Activate when managing conversation history in long sessions, choosing compression strategies, or preserving critical information during context truncation.
Activate when designing agent systems, debugging unexpected agent behavior, or optimizing context usage and attention budgets.
Activate when hitting context limits, experiencing quality degradation in long sessions, or needing to extend effective context capacity.
Activate when generating in-code comments or system documentation using the Diátaxis framework.
| name | recursive-exploration |
| version | 1.0.0 |
| description | Activate when exploring a codebase, tracing dependencies, or planning changes using recursive reasoning. |
| triggers | ["explore","trace","investigate","dependency","reasoning","baby-steps","iterative"] |
A protocol for systematic codebase exploration based on Recursive Language Modeling (RLM). Forces the AI to treat the codebase as external memory, trace call chains recursively, and make changes in small, verified steps.
<thought> block before generating any code.grep, find, or internal search tools to locate implementations. Proactive searching is mandatory before asking the user for locations.interface, type, or class before using it. Never assume a data structure's shape.Input: "Add a new payment method to the checkout flow."
Expected behavior:
<thought> blocks to document reasoning before writing codecode-review, refactor, documentation (all skills reference this reasoning model)blueprints/cursor-rules.md, blueprints/claude-cli.md