council

Convene four independent advisor voices to evaluate ambiguous decisions and tradeoffs.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/freedom909/real-estate-saas --skill council-freedom909
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: council
Source: https://github.com/freedom909/real-estate-saas/tree/main/.trae/skills/council
Command: npx skills add https://github.com/freedom909/real-estate-saas --skill council-freedom909

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ambiguous decisions with multiple credible paths often suffer from anchoring bias and hidden tradeoffs when a single perspective drives the call. This Skill structures disagreement by gathering four independent viewpoints before committing to a go/no-go decision. ## Core Features & Use Cases - Four-Voice Deliberation: Combines an in-context Architect position with three fresh subagents acting as Skeptic, Pragmatist, and Critic. - Anti-Anchoring Design: External voices receive only the decision question and compact context, never the full conversation history. - Structured Verdict Output: Produces a compact summary with consensus, strongest dissent, premise check, and a synthesized recommendation. - Use Case: When deciding between shipping an alpha release now versus holding for a more complete UI, the council surfaces structural, skeptical, pragmatic, and risk-focused positions before you choose. ## Quick Start Ask the AI to convene a council on whether to ship the current release now or hold it for further polish.

Frequently Asked Questions about council

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

FAQPage Schema
How do I get multiple perspectives on a difficult decision?▼

Convene a four-voice council that assigns Architect, Skeptic, Pragmatist, and Critic roles to independent voices. Each responds with a position, reasoning, risk, and one surprise, which are then synthesized into a verdict showing consensus and dissent.

What is the best way to avoid anchoring bias in AI-assisted decisions?▼

Launch external advisor voices as fresh subagents that receive only the decision question and compact context, not the full conversation history. Write down your own initial position before reading their responses so the synthesis does not simply mirror them.

When should I use a decision council instead of code review?▼

Use a council for ambiguous decisions with multiple credible paths, such as rollout strategy or scope tradeoffs. For verifying correctness, reviewing code for bugs, or planning implementation steps, use verification, code review, or planning approaches instead.

Can I run multiple rounds of council deliberation?▼

The default is one round. For follow-up rounds, keep the new question focused, include the previous verdict only if necessary, and keep the Skeptic voice as clean as possible to preserve its anti-anchoring value.

What are the limitations of multi-voice decision making?▼

A council is not suited for factual questions, obvious execution tasks, architecture design, or code review. Its value is making disagreement legible before choosing, not producing unanimity or verifying output correctness.