andrem-sec

Consensus Plan — Development skill for Claude Code

Development community

Planner → Architect deliberation loop — produces a validated ADR before implementation.

How to install Consensus Plan

Installs to ~/.claude/commands/andrem-sec-psc-comet-consensus-plan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/andrem-sec/psc-comet/HEAD/.claude/commands/consensus-plan.md -o ~/.claude/commands/andrem-sec-psc-comet-consensus-plan.md

Restart Claude Code, or start a new session, for it to be picked up.

What Consensus Plan does


name: consensus-plan description: Planner → Architect deliberation loop — produces a validated ADR before implementation

Invoke the consensus-plan skill now. Invoke the planner agent for an initial draft, then invoke the architect agent in steelman mode for the strongest objection. Resolve or escalate. For HIGH risk: add pre-mortem with 3 failure scenarios. Write the ADR to context/decisions.md. Gate on explicit confirmation before any implementation begins.

Alternatives in Development

Full documentation available on GitHub

View Source Repository