← ClaudeAtlas

deep-designlisted

MANDATORY for any non-trivial feature planning. Multi-agent pipeline: Metis (scope/risk) + Oracle (architecture) in parallel → cross-critique → confidence-scored synthesis → early Momus sanity check → OpenSpec proposal → full Momus review. MUST USE when: user describes a feature that touches multiple services or modules, user wants to plan/design/architect before coding, user says 'plan this', 'design this', 'think this through', 'spec this out', 'deep design', 'let me get this right', 'before we start coding', 'rethink how X works', 'migrate from X to Y', 'add multi-tenancy/billing/auth/permissions/real-time/encryption/caching', user describes any system that needs architectural decisions, user mentions wanting a proposal or spec, user wants to avoid mistakes on a complex feature. Also triggers on: 'plan out the migration', 'design a system for', 'I want to add [complex feature]... need to think through', 'this is a big change', 'let me get the design reviewed', 'before anyone writes code'. When in doubt abo
nano-step/nano-brain · ★ 6 · AI & Automation · score 64
Install: claude install-skill nano-step/nano-brain
# Deep Design Pipeline ## Overview A 7-phase orchestration pipeline that turns a user's feature idea into a reviewed, implementation-ready OpenSpec proposal. Inspired by the LLM Council pattern: agents analyze independently, then cross-critique each other's outputs, conflicts are resolved using confidence scoring (not hard rules), and a sanity-check gate catches design flaws before expensive spec-writing begins. **Pipeline at a glance:** ``` User describes feature │ ▼ ┌───────────────────────────────┐ │ Phase 1: PARALLEL ANALYSIS │ │ │ │ ┌─────────┐ ┌──────────┐ │ │ │ Metis │ │ Oracle │ │ │ │ (scope, │ │ (arch, │ │ │ │ risks, │ │ design, │ │ │ │ phases) │ │ MVA) │ │ │ └────┬────┘ └────┬─────┘ │ │ └──────┬───────┘ │ └──────────────┼────────────────┘ ▼ ┌──────────────────────────────────┐ │ Phase 1.5: CROSS-CRITIQUE │ │ │ │ Metis reads Oracle's output → │ │ critiques architecture │ │ Oracle reads Metis's output → │ │ rebuts scope concerns │ │ (parallel, anonymized roles) │ └──────────────┬───────────────────┘ ▼ ┌──────────────────────────────┐ │ Phase 2: SYNTHESIS │ │ Confidence-scored conflict │ │ resolution, design brief │ └──────────────┬───────────────┘ ▼ ┌──────────────────────────────┐ │ Phase 2.5: MOMUS SANITY │ │ Lightweight early rev