Nexus-agents research-and-vote

install
source · Clone the upstream repo
git clone https://github.com/williamzujkowski/nexus-agents
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/williamzujkowski/nexus-agents "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/research-and-vote" ~/.claude/skills/williamzujkowski-nexus-agents-research-and-vote && rm -rf "$T"
manifest: skills/research-and-vote/SKILL.md
source content

Research and Vote Skill

<!-- CANONICAL SOURCES: - docs/architecture/CONSENSUS_PROTOCOLS.md - docs/research/CONTRIBUTING.md - CLAUDE.md Consensus Voting Protocol -->

Full documentation:

Process

Phase 1: Research

  1. Check research registry first:
    grep -ri "keyword" docs/research/
  2. Gather primary sources (official docs, specs, RFCs)
  3. Document findings with source links

Phase 2: Proposal

Create proposal with:

  • Problem statement
  • Proposed solution
  • Alternatives considered
  • Trade-offs

Phase 3: Voting

Voting Agents: Architect, Security, DevEx, AI/ML, PM

Thresholds:

Decision TypeThreshold
Reversible changesMajority
ArchitectureSupermajority
Security-criticalUnanimous

See CONSENSUS_PROTOCOLS.md for protocol selection matrix.

Phase 4: Documentation

Record decision in GitHub issue with voting record.

Output Format

# Decision Record: [Topic]

## Status: [Approved/Rejected]

## Voting Record

| Agent | Vote | Reasoning |
| ----- | ---- | --------- |