一键导入
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