返回技能列表

tool-note-and-vote

product-on-purpose
更新于 Yesterday
4 次查看
238
33
238
在 GitHub 上查看
设计design

关于

This skill provides a structured workflow for facilitating group decisions by capturing silent ideation, voting, and final sign-off in a single artifact. It's designed for small teams needing fast, diverse input while mitigating groupthink, particularly in sprint or workshop contexts. The tool outputs a complete decision record including an ideation board, vote summary, and discussion notes.

快速安装

Claude Code

推荐
主要方式
npx skills add product-on-purpose/pm-skills -a claude-code
插件命令备选方式
/plugin add https://github.com/product-on-purpose/pm-skills
Git 克隆备选方式
git clone https://github.com/product-on-purpose/pm-skills.git ~/.claude/skills/tool-note-and-vote

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->

Note-and-Vote

Run a structured group decision in 20-30 minutes. Silent contribution surfaces independent thinking before group dynamics narrow the option space; explicit Decider supervote closes the choice. Produces a written audit trail of the decision and the alternatives considered.

When to Use

  • A small team (3-10 people) needs to make a fast decision with diverse input.
  • Groupthink, status bias, or loudest-voice dominance is a real risk.
  • A workshop or meeting moment demands silent ideation before open discussion.
  • The decision needs an audit trail (what was considered, why the chosen option won).
  • Decision authority is clear (a Decider exists and is in the room or available).
  • Used heavily across Foundation Sprint and Design Sprint at decision moments.

When NOT to Use

  • A single person owns the decision and just needs to make it. Use direct judgment.
  • Consensus has already emerged organically. The voting overhead adds friction without value.
  • The decision is high-stakes enough to warrant longer deliberation (multi-day investigation, written proposals, formal review). Note-and-Vote is a 25-minute tool, not a governance process.
  • No Decider is available and the team has no authority to close the decision themselves. Defer until a Decider can attend.

The Five-Step Protocol

1. Frame the question (1-2 min)
2. Silent ideation (3-7 min, depending on complexity)
3. Silent voting (2-5 min, multi-vote or single-vote)
4. Brief discussion of the vote distribution (5-10 min)
5. Decider supervote (1 min)

Total: 12-25 minutes depending on time allocations. Default is 25 minutes for a non-trivial decision.

Step 1: Frame the question

Write the decision question on the board, one sentence, unambiguous. Examples:

  • "Which target customer segment should our Foundation Sprint commit to for Day 1?"
  • "Which solution sketch goes forward into Wednesday's storyboard?"
  • "Which sprint question should be the primary scorecard row on Friday?"

Bad framings to avoid:

  • Compound questions ("which customer AND problem")
  • Yes/no questions (use a different tool)
  • Open exploration ("what should we do?")

Step 2: Silent ideation

Every participant contributes options silently and independently. Sticky notes on a wall, cells in a Miro board, or rows in a shared doc. No talking. No reading others' contributions until the timer ends.

The facilitator MUST enforce silence. Verbal contribution defeats the purpose.

Step 3: Silent voting

Display all contributions anonymously (or with attribution if the team has agreed). Each participant gets N votes (often 2-3 for a multi-vote round, 1 for a single-vote tiebreaker). Vote silently using dots, stickers, reactions, or numbers. No discussion during voting.

Step 4: Brief discussion

Surface the top 2-3 vote-getters. Each person who voted for the top options briefly explains why. The facilitator times this (5-10 minutes max). If discussion expands beyond the top options, the facilitator pulls it back.

This is the place where the team can detect surprises ("I didn't realize we were aligned on X") or unsurprises ("we're split between A and B for known reasons"). It is not the place to relitigate the framing.

Step 5: Decider supervote

The Decider names the chosen option. The Decider may pick the top vote-getter (most common), pick a different option with stated rationale (sometimes), or call for a re-vote after the discussion (rare).

The supervote is the decision. Record it explicitly in the artifact. Do not let the supervote blur into continued discussion; the team needs to see the close.

Output Structure

The skill produces a single bundled artifact containing:

  1. The decision question (verbatim)
  2. The silent ideation board (all contributions, timestamped, attribution per team agreement)
  3. The vote summary (counts per option, voters per option if attribution agreed)
  4. Discussion notes (brief, the rationale that surfaced)
  5. The decision record (chosen option + Decider name + Decider rationale if non-obvious)

See references/TEMPLATE.md for the canonical structure and references/EXAMPLE.md for a worked example using the Brainshelf book-catalog Foundation Sprint thread.

Common Pitfalls

  • Skipping silent ideation. "Let's just discuss it" defeats the protocol. The team produces what they would have produced without the tool.
  • Skipping Decider supervote. Consensus drift. The discussion ends without a recorded decision.
  • Long discussion phase. Five-minute discussions become twenty-minute debates. The facilitator must time-box and pull back.
  • Compound or vague framing. "What should we do about X?" is not a decidable question. Reframe before invoking.
  • Voting without seeing the contributions. If contributions are revealed during ideation, the voting is anchored to the first idea seen. Enforce silence.
  • Treating the Decider's choice as advisory. The supervote is the decision; if the Decider does not have authority, the wrong person is in the Decider seat.

Decider Role

The Decider has three responsibilities in Note-and-Vote:

  1. Frame the question (or approve the facilitator's framing) before silent ideation begins.
  2. Listen during discussion without dominating. The discussion's purpose is to surface what the silent vote could not.
  3. Supervote with explicit rationale when the supervote diverges from the team's top choice.

A Decider who consistently rubber-stamps the team's top vote is not adding value. A Decider who consistently overrides without rationale is not building trust. Both are signals the wrong person is in the seat.

Canonical Source

Character Capital publishes the canonical Note-and-Vote guide at https://www.character.vc/guide/note-and-vote. Knapp and Zeratsky describe Note-and-Vote variants in both Sprint (Design Sprint context) and Click (Foundation Sprint context).

This pm-skills implementation follows the Character protocol with the Five-Step structure named explicitly.

Cross-Family Usage

tool-note-and-vote is a standalone tool, not a member of any sprint family. It is invoked many times across both foundation-sprint-skills and design-sprint-skills family members at decision moments. SKILL.md files in those families reference tool-note-and-vote inline rather than embedding the protocol.

The skill is also useable outside sprint contexts: any participatory decision in a meeting, planning session, or workshop can invoke it.

GitHub 仓库

product-on-purpose/pm-skills
路径: skills/tool-note-and-vote
0
agent-skillsai-skillsclaude-codeclaude-desktopdesign-sprintfoundation-sprint

相关推荐技能

executing-plans

设计

该Skill用于当开发者提供完整实施计划时,以受控批次方式执行代码实现。它会先审阅计划并提出疑问,然后分批次执行任务(默认每批3个任务),并在批次间暂停等待审查。关键特性包括分批次执行、内置检查点和架构师审查机制,确保复杂系统实现的可控性。

查看技能

requesting-code-review

设计

该Skill可在完成任务、实现主要功能或合并代码前自动调度代码审查子代理,确保实现符合需求和计划。它支持通过指定git SHA范围进行精准的代码变更审查,帮助开发者在关键节点及时发现潜在问题。核心原则是"早审查、勤审查",适用于开发流程的各个关键阶段。

查看技能

connect-mcp-server

设计

这个Skill指导开发者如何将MCP服务器连接到Claude Code,支持HTTP、stdio和SSE三种传输协议。它涵盖了从安装配置到认证安全的完整流程,适用于集成GitHub、Notion、数据库等外部服务。当开发者需要添加集成、配置外部工具或提及MCP相关功能时,这个Skill能提供实用的操作指南。

查看技能

web-cli-teleport

设计

该Skill帮助开发者根据任务特性选择Claude Code的Web或CLI界面,并指导如何在两种环境间无缝迁移会话。它能分析任务复杂度、迭代需求等要素,推荐最优工作界面和工作流。关键特性包括会话状态管理、环境切换指导和上下文优化建议。

查看技能