بنقرة واحدة
nexus-router
Master orchestration with full-stack agent routing
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Master orchestration with full-stack agent routing
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Research and qualify CPA firm acquisition targets using broker networks, public records, and market intelligence
Draft Letters of Intent for CPA firm acquisitions with Dark Factory terms and Texas-compliant legal structure
Generate AI transformation proposals and sales outreach for Houston professional services firms
Strategic decision engine with multi-model consensus
Teaches other skills to improve themselves using Karpathy's autoresearch pattern
Autonomous prospect research and sales outreach optimization
| name | nexus-router |
| version | 2.0 |
| type | autoresearch |
| description | Master orchestration with full-stack agent routing |
| user-invocable | true |
| agent | NEXUS |
| agent_model | claude-opus-4-6 |
| mcps | ["henry","henry-core","github","paperclip","hermes","aegis","command-center","bmad","filesystem"] |
| gstack_skills | ["/autoplan"] |
| eval_metric | routing_accuracy |
| eval_budget | 30s |
| guard | misroute_rate < 0.05 |
Central intelligence that classifies inbound tasks, routes to the correct agent+MCP+skill combo, orchestrates parallel execution, and synthesizes outputs.
memory/ORCHESTRATOR_MEMORY.mdmemory/HENRY_CONTEXT.mdHENRY_BRAIN.md for current prioritiesEvery request gets classified:
| Classification | Description | Example |
|---|---|---|
| DEAL | CPA acquisition related | "Research TXS5345" |
| SALES | Prospect outreach, pipeline | "Draft outreach for Houston CPAs" |
| LEGAL | Contracts, compliance, litigation | "Draft LOI for TXS5345" |
| FINANCE | Modeling, valuation, SBA | "Run valuation on TXS5513" |
| MARKETING | Content, SEO, lead gen | "Write LinkedIn post about AI" |
| ENGINEERING | Code, MCP, Docker, automation | "Deploy henry-phone" |
| OPERATIONS | Sprint, tasks, scheduling | "What's on the sprint?" |
| STRATEGY | High-level decisions | "Should we pursue agency or acquisition first?" |
| RESEARCH | Deep investigation | "What's the Houston CPA market size?" |
| MULTI | Crosses domains | Fan out to multiple agents |
| Classification | Skill 2.0 | Agent | Primary MCP |
|---|---|---|---|
| DEAL | /oracle-dd | ORACLE | paperclip + aegis |
| SALES | /closer-autopilot | CLOSER | paperclip + hermes |
| LEGAL | /shield-compliance | SHIELD | paperclip + github |
| FINANCE | /ledger-models | LEDGER | aegis + paperclip |
| MARKETING | /pulse-content | PULSE | paperclip + hermes |
| ENGINEERING | /forge-deploy | FORGE | henry-core + github |
| OPERATIONS | /engine-sprints | ENGINE | command-center + hermes |
| STRATEGY | /atlas-decisions | ATLAS | aegis + paperclip |
| RESEARCH | /oracle-dd | ORACLE | paperclip + aegis |
| MULTI | Fan out parallel | Multiple | All available |
Single-domain tasks: Route directly to Skill 2.0 combo.
Multi-domain tasks: Fan out in parallel:
NEXUS receives: "Prepare full package for TXS5345"
├── ORACLE → /oracle-dd: run due diligence
├── LEDGER → /ledger-models: build valuation
├── SHIELD → /shield-compliance: draft LOI
└── CLOSER → /closer-autopilot: prep outreach to broker
NEXUS synthesizes: combine all outputs into unified package
After agent(s) complete:
memory/ORCHESTRATOR_MEMORY.md| Level | Score | Action |
|---|---|---|
| Publish | >= 0.72 | Execute and deliver |
| Clarify | 0.55 - 0.71 | Ask one question, then execute |
| Refuse | < 0.55 | Explain what's missing, don't guess |
NEXUS monitors for these failure modes:
ROUTING_ERROR — task sent to wrong agentAGENT_OVERLOAD — agent has 3+ pending tasksCOORDINATION_FAILURE — parallel outputs conflictCONTEXT_DRIFT — priorities changed but routing didn'tSTALE_PRIORITY — top priority unchanged for 72+ hoursNEXUS (Opus 4.6)
├── henry: system access for orchestration
├── henry-core: 20 specialist skills
├── github: cross-repo coordination
├── paperclip: web data for any agent
├── hermes: scheduling + follow-ups
├── aegis: multi-model routing
├── command-center: task tracking
├── bmad: dev lifecycle workflows
├── filesystem: read/write across system
└── /autoplan: chain CEO → design → eng review