consensus-check

Standardize group agreement verification through consent or consensus polling with quorum calculations.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/JadeZaher/neos-operating-system --skill consensus-check
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: consensus-check
Source: https://github.com/JadeZaher/neos-operating-system/tree/main/neos-core/layer-03-act-engine/consensus-check
Command: npx skills add https://github.com/JadeZaher/neos-operating-system --skill consensus-check

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes assets (resource) components.

What problem does it solve?

This Skill provides a standardized, reusable procedure for determining if a group has reached agreement, addressing ambiguities in quorum, absent members, and the distinction between consent and consensus.

Core Features & Use Cases

  • Defines Agreement Mechanics: Clearly outlines how to check for consent (no reasoned objection) or consensus (active agreement).
  • Handles Edge Cases: Manages absent members, quorum requirements, and stand-aside positions.
  • Use Case: When a new policy needs to be adopted by a committee, this Skill can be invoked to formally poll members and record whether the policy has achieved the required consensus before it is enacted.

Quick Start

Use the consensus-check skill to verify consent on the proposal 'Update onboarding documentation' with participants [Alice, Bob, Charlie].

Frequently Asked Questions about consensus-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify group consensus for a committee decision?โ–ผ

To verify group consensus, you must poll participants, calculate quorum requirements, and record active agreement outcomes. This procedure standardizes the process by managing participant polling and checking for active agreement across all members.

What is the difference between consent and consensus in decision making?โ–ผ

Consent decision making requires no reasoned objections, whereas consensus requires active agreement from participants. This distinction is crucial when polling a group to determine if a proposal has achieved the required level of support.

How do you handle absent members when calculating quorum?โ–ผ

When calculating quorum, absent members are managed as a specific edge case within the standardized procedure. The process addresses these absences alongside stand-aside positions to ensure accurate verification of group agreement.

How do I record outcomes for a governance poll?โ–ผ

Recording outcomes for a governance poll involves managing participant polling, evaluating stand-aside positions, and documenting whether the group achieved consent or consensus. This ensures a formal record of the decision-making process.

What is a stand-aside position in consensus polling?โ–ผ

A stand-aside position in consensus polling occurs when a participant does not actively agree but also does not block the decision. The procedure explicitly manages these edge cases alongside quorum requirements to verify group agreement.