Agent Skills
› QuixiAI/Hexis
› council
council
GitHub辅助处理高权重、不可逆或价值观冲突的复杂决策,通过多视角模拟 deliberation 提供建议,最终由用户承担决策责任。
Trigger Scenarios
面临艰难选择需要权衡利弊
涉及重大后果的决策咨询
Install
npx skills add QuixiAI/Hexis --skill council -g -y
SKILL.md
Frontmatter
{
"name": "council",
"aliases": [
"should",
"choose",
"tradeoff",
"tradeoffs",
"weigh",
"advice",
"dilemma",
"options",
"deliberate",
"perspectives",
"debate",
"decision"
],
"category": "knowledge",
"contexts": [
"heartbeat",
"chat"
],
"requires": {
"tools": [
"run_council"
]
},
"bound_tools": [
"run_council",
"list_council_personas"
],
"description": "Weigh a hard decision with real tradeoffs — whether to take a deal, walk away, choose between options, or commit to something consequential — by deliberating it from several perspectives before acting"
}
Council
For genuinely hard calls — conflicting values, irreversible actions, plans with a lot riding on them — convene the internal council rather than deciding on first instinct.
list_council_personasshows the available perspectives.run_councildeliberates the question across them; bring the strongest disagreement into your own final reasoning instead of averaging it away.- The council advises; the decision, and its accountability, remain yours.
- One deliberation per hard question — the council is for weight, not for procrastination.
Version History
- 97f625f Current 2026-08-29 01:31
- 990da5f 2026-08-20 13:52


