感知当前环境全部可用能力(skills/agents/plugins/MCP/commands),并根据任务自动选择最优执行路径。收到复杂或模糊任务时自动使用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/capability-orchestrator:orchestrateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`node "${CLAUDE_SKILL_DIR}/../../scripts/scan-environment.cjs"`
!node "${CLAUDE_SKILL_DIR}/../../scripts/scan-environment.cjs"
收到任务后,按以下优先级决定执行路径:
/skill-name 或让 Claude 自动调用)@agent-name)核心原则:不要为了"使用能力"而使用能力。没有能力比直接做更快时,直接做。
npx claudepluginhub dzming/capability-orchestratorGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.