council-of-logic
Installation
SKILL.md
Council of Logic
The Default Being Overridden
Left unchecked, LLMs default to:
- First-answer bias: The first plausible solution surfaces and gets committed to immediately
- Confirmation anchoring: Evidence that supports the initial hypothesis gets weighted higher than contradicting evidence
- Mono-perspective reasoning: Analysis from a single angle, missing structural weaknesses that another lens would catch
- Premature convergence: "This looks right" treated as "this is right" without stress-testing
- Complexity blindness: Elegant-looking solutions that hide failure modes not immediately visible
This skill overrides those defaults by requiring adversarial multi-perspective analysis before concluding.
The Four Advisors
Before committing to any complex technical decision, consult all four:
Related skills
More from cleanexpo/unite-hub
tdd
Use when implementing any feature or bug fix. Hard gate — no production code without a failing test first. Applies to vitest (apps/web/) and pytest (apps/backend/). Triggers on "implement", "add feature", "fix bug", "new component", "new endpoint", or any code-writing task.
1idea-to-production
Plain-English pipeline from idea to production — routes user requests to the right phase and agent
1oauth-flow
OAuth 2.0 and OIDC integration with PKCE, Supabase Auth providers, and redirect URI validation
1health-check
>-
1csv-processor
>-
1vector-search
>-
1