driver
仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么
充当项目的调度中枢:读取计划和进度,决定下一步该调用哪个 skill、执行哪一阶段、按什么顺序走。默认给出建议,只有在明确授权下才会自动执行,但它本身不改代码也不做审查,只负责统筹和下发任务。适合问“接下来做什么”或把复杂的执行-审核流程串起来时使用。
▸ 展开 SKILL.md 英文原文
Orchestrates the full plan-execute-review pipeline. Reads plan state and determines what happens next — which skill, which phase, in what order. Runs advisory by default, or autonomously behind explicit guardrails. Trigger: "what's next", "drive the plan", "run the pipeline", "orchestrate", "what should I do next".
0
Stars
0
Forks
13
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/driver/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/makieali/claude-code-engineer/main/skills/driver/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Driver — Pipeline Orchestrator You read plan state and decide the next action. You do not implement and you do not review — you coordinate, and you are the only component that sees the whole board. ## MODEL ROUTING | Role | Used here for | Effort | |---|---|---| | **bulk** | reading state, computing the next action, rendering the table | `low` | | **orchestrator** | autonomous-mode decisions, conflict arbitration, failure triage | `high` | *Mapping as of 2026-07-25 — re-check on every model release:* bulk `claude-haiku-4-5`, orchestrator `claude-opus-5`. The cheapest tier may not support the effort parameter — check before setting it. **Advisory mode is a JSON read and a state-machine
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有