Agent Skills
› doodledood/manifest-dev
› figure-out-team
figure-out-team
GitHub驱动Slack中的多方异步讨论与对齐,作为协调者引导团队深入探讨、权衡利弊并达成共识。适用于人员分散或需异步协作的场景。
Trigger Scenarios
需要在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


