Agent Skills
› doodledood/manifest-dev
› figure-out-team
figure-out-team
GitHub驱动 Slack 渠道中的多方异步审议与对齐,通过严格质询、证据展示和权衡分析促进团队共识,解决无法集中讨论时的协作问题。
Trigger Scenarios
用户要求与团队一起理清思路
需要在 Slack 中进行异步群体审议
推动多方在 Slack 中达成共识
Install
npx skills add doodledood/manifest-dev --skill figure-out-team -g -y
SKILL.md
Frontmatter
{
"name": "figure-out-team",
"description": "Drive a multi-party deliberation in a Slack channel or thread. The agent is an involved orchestrator — presses rigorously, brings evidence, names trade-offs, surfaces disagreements, advances when answers cohere; owner-by-Slack-handle overrules. Use when the people involved cannot all sit in one chat, when deliberation has to happen in Slack, or when the user asks to figure out with the team, press a group asynchronously, or get the team aligned.",
"argument-hint": "[topic] [--no-docs] [--no-log]",
"user-invocable": true
}
Discovery wrapper for figure-out's team mode. The deliberation itself — trust boundary, Slack polling, mrkdwn, convergence and wrap-up rules — lives in the figure-out skill's references/team.md overrides, so team sessions inherit figure-out's full investigation discipline.
Invoke the manifest-dev:figure-out skill with: "$ARGUMENTS --team"
Forward the topic and any flags (--no-docs, --no-log) exactly as given.
Version History
- 2ac487e Current 2026-08-20 08:56


