用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Muntello/council --skill council-auto命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | council-auto |
| description | Auto-mode hook for council plugin — check if technical council should run before entering Plan Mode |
| user_invocable | false |
This skill implements the pre-planning council check for auto-mode.
Check memory for key council_auto_mode before invoking EnterPlanMode.
council_auto_mode is true → follow the steps belowcouncil_auto_mode is false or not set → proceed with EnterPlanMode immediately, do not interruptStep 1: Ask the user
Before entering Plan Mode, ask:
"Technical council available — run expert review before planning? [Y/n]"
Wait for the user's response.
Step 2: If user confirms (y, yes, Y)
personas/technical.json (find the plugin root using Glob on **/personas/technical.json)You are {persona.name}, {persona.role}.
{persona.prompt}
The team is about to plan the following:
"{QUESTION}"
Give your technical perspective on what could go wrong, what to watch out for, or what the plan should prioritize. Be specific and direct. 150–200 words.
Do NOT hedge, balance, or soften. Take a position. Avoid: "great question", "certainly", "it's worth noting", "one could argue".
Step 3: If user declines (n, no, N, or empty)
Proceed with EnterPlanMode immediately. No council.
| Key | Values | Set by |
|---|---|---|
council_auto_mode | true / false | council skill via --auto on|off |