nexus-athena

divnjl2/nexus-athena
★ 1 stars Python Code/Dev Tools Updated 14d ago
Athena — Hermes-friendly planner: CRISP + Spec-Kit + Beads (3-layer) -> deterministic bd task-graph. Claude Code plugin + MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexus-athena": {
      "command": "uvx",
      "args": [
        "nexus-athena"
      ]
    }
  }
}

Or install with pip: pip install nexus-athena

README Excerpt

Turn a one-line intent into a **complete, traceable, compilable plan** — and a durable **provenance graph** where every task's success check is a *proof that a requirement holds*, not just "a test passed." The pipeline chains existing, proven pieces and adds the deterministic glue between them: `intent → Spec-Kit /specify → /clarify → CRISP design → EARS→GWT scenarios → /plan → /tasks → compile → Beads graph`