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.mdsource 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
- Check research registry first:
grep -ri "keyword" docs/research/ - Gather primary sources (official docs, specs, RFCs)
- 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 Type | Threshold |
|---|---|
| Reversible changes | Majority |
| Architecture | Supermajority |
| Security-critical | Unanimous |
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 | | ----- | ---- | --------- |