Agent Skills
› solatis/claude-config
› planner
planner
GitHub提供复杂任务的交互式规划与执行能力。支持规划(设计、架构)和执行(实现、运行计划)两种模式,自动调用对应的Python脚本工作流以完成多步骤任务。
触发场景
用户请求制定计划或设计方案
用户要求实施或运行既定计划
安装
npx skills add solatis/claude-config --skill planner -g -y
SKILL.md
Frontmatter
{
"name": "planner",
"description": "Interactive planning and execution for complex tasks. IMMEDIATELY invoke when user asks to use planner."
}
Activation
When this skill activates, IMMEDIATELY invoke the corresponding script. The script IS the workflow.
| Mode | Intent | Command |
|---|---|---|
| planning | "plan", "design", "architect" | <invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.planner.orchestrator.planner --step 1" /> |
| execution | "execute", "implement", "run plan" | <invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.planner.orchestrator.executor --step 1" /> |
版本历史
- 6e72bc2 当前 2026-07-11 17:18


