Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计通过

recursive-subagent递归子 Agent

Agent Skill

recursive-subagent 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

734

周安装

30

GitHub Stars

65

下载量

238
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:recursive-subagent(递归子 Agent)
来源仓库:https://github.com/try-works/recursive-mode
仓库路径:skills/recursive-subagent
安装命令:
npx skills add https://github.com/try-works/recursive-mode --skill recursive-subagent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/try-works/recursive-mode --skill recursive-subagent

简介

recursive-subagent 用于查找、检索和筛选相关信息,支持基于关键词或场景定位内容。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中需要快速获取候选结果时使用。
  • 通过 GitHub 安装,结合来源仓库和 README 可进一步核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

recursive-subagent

Use this skill to decide whether subagents help a recursive-mode phase and to enforce the handoff contract when they do.

This skill does not relax the canonical workflow. The main agent remains responsible for:

  • one active recursive phase at a time
  • serving as the single orchestrator the user is currently interacting with
  • full audit rigor before lock
  • rejecting incomplete or context-free subagent output
  • falling back to self-audit when subagents are unavailable

If recursive-router is installed, consult it when the user has explicitly asked to use routing or when an active configured external route exists for the selected delegated role. Because router discovery and configuration may inspect local CLI and provider configuration on the device, ask the user first before new setup or policy changes. Do not ask again merely to honor an already configured external route for a role that must now be dispatched.

Once the user confirms routed setup, explicitly requests routed delegation, or the role has an active configured external route, consult:

  • /.recursive/config/recursive-router.json
  • /.recursive/config/recursive-router-discovered.json
  • /skills/recursive-router/SKILL.md

before choosing a routed external CLI/model path for a role.

Re-read those files from disk immediately before every routed dispatch. Do not reuse an earlier in-memory resolution if policy, discovery state, or fallback behavior may have changed during the run. If recursive-router-resolve returns external-cli, use recursive-router-invoke for that delegated slot. Local/self-audit execution is only the valid path when the route resolves to fallback-local, local-only, blocked, or ask-user, and the recorded artifact must say so.

Priority Of Use

Use subagents in this order of value:

  1. analyst
  2. planner
  3. code reviewer
  4. memory auditor
  5. tester
  6. implementer for truly disjoint write scopes

Do not treat subagents as required infrastructure. They are optional infrastructure, but delegated audit/review is the preferred default when subagents are available and the context bundle is complete.

Capability Detection Is A Hard Control Point

At the start of a phase where delegation is being considered, determine whether the environment actually supports subagents/tasks.

If subagents are unavailable:

  • record Subagent Availability: unavailable
  • record Audit Execution Mode: self-audit
  • perform the same audit locally

If subagents are available:

  • record Subagent Availability: available
  • delegate by default for audit/review work when the context bundle is complete
  • consult router policy before dispatch when the current task explicitly requests routed delegation or external CLI routing is configured for the selected role
  • if the controller still chooses self-audit, record a concrete Delegation Override Reason
  • keep the same audit checklist and acceptance standard

Before delegating, read /.recursive/memory/skills/SKILLS.md plus the relevant skill-memory shards for delegated review, review-bundle fit, and stale-context risks.

Never skip or weaken an audit because delegation is unavailable.

Canonical Constraints

  • Recursive phases stay sequential. There is exactly one active phase per run.
  • Subagents may help inside the active phase; they do not authorize parallel phase work.
  • Parallel write-capable implementation is allowed only for explicitly independent sub-phases with disjoint write scopes and no blocking dependency chain.
  • Audit, review, and read-only verification are the safest default delegation modes.

Delegated Audit Contract

A delegated audit is valid only when the controller passes a complete context bundle. Prefer a canonical review bundle file under /.recursive/run/<run-id>/evidence/review-bundles/ so the handoff is durable and repeatable.

The controller must pass all of:

  1. phase name and artifact path
  2. current phase draft
  3. exact upstream artifact paths that must be reread
  4. relevant addendum paths
  5. relevant prior recursive evidence and memory refs
  6. diff basis from 00-worktree.md
  7. changed file list
  8. targeted code file paths or file groups to inspect
  9. relevant control-plane docs when needed
  10. exact audit questions/checklist for the phase
  11. required output shape including findings and verdict

Vague delegation such as "review this phase" or "audit implementation" is invalid.

If any required item is missing, do not delegate. Perform the audit yourself.

If repairs materially change reviewed scope, changed files, or evidence, refresh the bundle before re-audit.

Controller Checklist

Before dispatch:

  • Confirm delegation is optional, not required
  • Confirm the phase is still the single active phase
  • Confirm the handoff bundle is complete
  • Confirm the canonical review bundle path exists when delegation is being recorded in a phase artifact
  • Confirm a durable subagent action record will be written under /.recursive/run/<run-id>/subagents/
  • Confirm initial prompt bundles are cited from a prompt-bundle path, and routed assistant output, stdout/stderr transcripts, and invoke metadata will be captured under /.recursive/run/<run-id>/evidence/router/, not directly under subagents/
  • Confirm the target subagent role matches the task
  • Confirm write scopes are disjoint before any write-capable delegation

Before accepting a result:

  • Verify the routed invocation has success: true and exit code 0 when external CLI routing was used
  • Verify the subagent read the named upstream artifacts
  • Verify the subagent read the review bundle or its full equivalent
  • Verify the subagent returned enough detail to populate the action record fields
  • Verify Current Artifact points at a stable reviewed artifact or refresh the record after any material draft edits
  • Verify the output cites the diff basis and changed files
  • Verify the bundle still matches the current artifact hash after any repairs
  • Verify the output contains concrete findings or an explicit no-findings conclusion
  • Verify the output includes requirement/plan alignment comments where relevant
  • Verify the output ends with a clear verdict
  • Verify any claimed file impact, artifact impact, or findings against the actual worktree diff, actual artifacts, and earlier locked recursive docs before acceptance
  • Verify the phase artifact records Reviewed Action Records, Main-Agent Verification Performed, Acceptance Decision, Refresh Handling, and Repair Performed After Verification
  • Reject action records that leave claimed file impact or claimed artifact impact as none for materially contributing work
  • Reject the output if it is context-free, hand-wavy, or missing required checks

If a routed subagent reports failures, findings, incomplete work, success: false, or a nonzero external CLI exit code, do not accept the result. The controller must run an audit-repair-retry loop: record the failed attempt and diagnostic evidence, tell the same bounded role exactly what to fix when it has ownership to fix it, rerun the route, and then repeat controller verification against the actual diff and artifacts. If the routed role cannot fix the issue or the route remains unavailable, record an explicit fallback before using local repair or self-audit evidence.

Recommended Roles

Analyst

Use for AS-IS analysis, root-cause analysis, and other audited phases that need an independent analytical pass over:

  • current draft
  • upstream locked artifacts
  • git diff vs recorded baseline
  • requirement coverage
  • gaps, drift, and repair needs

Planner

Use for Phase 2 planning and traceability-heavy checks where downstream artifacts must explicitly cover every in-scope R# and not hide behind vague summaries.

Code Reviewer

Use for Phase 3.5 or high-risk Phase 3/4 audits.

Expected checks:

  • requirements vs implementation
  • plan vs implementation
  • git diff vs claimed scope
  • code quality and maintainability
  • test adequacy and TDD compliance

Memory Auditor

Use in Phase 8 to verify that touched paths, memory status transitions, and router updates match the final validated repo state.

Tester

Use in Phase 4 to audit test adequacy, exact commands, evidence capture, and whether the implementation is truly complete before test results are trusted.

Implementer

Use only when Phase 2 defines truly independent sub-phases with concrete file ownership.

The controller must assign ownership explicitly and must not present this as broad "parallel mode" by default.

Handoff Template

Use this structure whenever you delegate an audit or review. Prefer generating the bundle with recursive-review-bundle and then passing the bundle path plus any phase-specific instructions:

Review Bundle Path: `/.recursive/run/<run-id>/evidence/review-bundles/<bundle>.md`
Phase: `03.5 Code Review`
Artifact path: `/.recursive/run/<run-id>/03.5-code-review.md`
Role: `analyst`
Audit execution expectation: return findings plus `Audit: PASS` or `Audit: FAIL`

Bundle freshness check:
- confirm changed files, evidence refs, and audit questions still match the latest repaired draft
- confirm relevant addenda are included; do not hand-wave plan or requirement amendments that live in addenda

Additional audit questions:
- Which `R#` are still incomplete?
- Which changed files drift from the plan?
- Is required evidence missing?
- Is repair required before lock?

Action-record expectation:
- return enough structured detail for `recursive-subagent-action`
- prefer the stable reviewed artifact for `Current Artifact` when recording review/audit work
- cite upstream artifacts reread, relevant addenda, prior recursive evidence, changed files or code refs reviewed, claimed findings, and verification handoff items

Self-Audit Fallback Pattern

When subagents are unavailable, reuse the same checklist in the phase artifact and record:

## Audit Context

Audit Execution Mode: self-audit
Subagent Availability: unavailable
Audit Inputs Provided:
- `/.recursive/run/<run-id>/...`

Then complete the full audit loop locally:

  1. draft or revise the phase artifact
  2. reread upstream artifacts
  3. reconcile against the recorded diff basis and changed files
  4. record gaps
  5. repair the work
  6. rerun the audit
  7. set Audit: PASS only when the phase is actually ready to lock

Output Rejection Rules

Reject a delegated result if any of the following are true:

  • it does not cite the artifact path or phase name
  • it does not cite the review bundle path or clearly restate the same bundle contents
  • it does not mention the upstream artifacts reread
  • it ignores relevant addenda that were part of the effective input set
  • it ignores relevant prior recursive evidence or memory refs that were part of the bundle
  • it does not review the diff basis or changed files
  • it does not cite changed files or code refs in the review narrative
  • it claims delegated success but the controller did not verify those claims against actual files, actual artifacts, and the actual diff-owned scope
  • it cannot be translated into a durable subagent action record without guessing
  • it does not address requirement or plan alignment where required
  • it gives only generic praise with no grounded findings
  • it has no explicit verdict

References

  • Canonical workflow: /.recursive/RECURSIVE.md
  • Artifact templates: /references/artifact-template.md
  • Code reviewer prompt: /skills/recursive-subagent/agents/code-reviewer.md
  • Implementer prompt: /skills/recursive-subagent/agents/implementer.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.65%
按下载量换算87

Claude

27.37%
按下载量换算65

Cursor

19.31%
按下载量换算46

Gemini CLI

9.28%
按下载量换算22

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills