Transform chaotic AI coding into structured, quality-driven workflows with step-by-step divine wisdom

π“‚€π“’π“‹Ήπ”Έβ„•π•Œπ”Ήπ•€π•Šπ“‹Ήπ“’π“‚€ - Divine Guidance for AI Workflows

Transform your AI agent from chaotic coder to divine workflow orchestrator with three powerful capabilities:

:glowing_star: Three Pillars of Divine Workflow Management :glowing_star:

:bullseye: Divine Guidance | :counterclockwise_arrows_button: Seamless Transitions | :bar_chart: Beautiful Reporting

Docker Pulls
Docker Image Size
Docker Image Version
MCP Server

:rocket: NPM Package β€’ :spouting_whale: Docker Hub β€’ :books: Website


:bullseye: CORE VALUE #1: DIVINE GUIDANCE FOR AI AGENTS

Your AI agent receives step-by-step divine wisdom for every development task:

// Before Anubis: Chaotic, directionless coding
"Create a user authentication system" β†’ 😡 Where do I start?

// With Anubis: Divine guidance at every step
"Create a user authentication system" β†’ 
  πŸ“‹ Requirements Analysis (Researcher Role)
  πŸ—οΈ System Architecture (Architect Role)
  πŸ’» Implementation Plan (Senior Dev Role)
  βœ… Quality Validation (Code Review Role)
  πŸ“Š Progress Report (Auto-generated)

Benefits:

  • :white_check_mark: 30-50% faster development with structured workflows
  • :white_check_mark: 40-60% fewer defects through quality gates
  • :white_check_mark: 100% MCP-compliant guidance without execution

:counterclockwise_arrows_button: CORE VALUE #2: SEAMLESS TASK & ROLE TRANSITIONS

Never lose context when switching between roles or continuing tasks:

// Seamless context preservation across transitions
{
  "currentRole": "architect",
  "completedSteps": ["requirements", "design"],
  "context": {
    "decisions": ["JWT for auth", "PostgreSQL for storage"],
    "rationale": "Scalability and security requirements",
    "nextSteps": ["Implementation by Senior Dev role"]
  }
}
// β†’ Switch roles without losing any context!

Features:

  • :brain: Intelligent context preservation between role switches
  • :memo: Automatic task handoffs with full history
  • :locked_with_key: Role-based boundaries for focused expertise
  • :pause_button: Pause and resume workflows anytime

:bar_chart: CORE VALUE #3: BEAUTIFUL HTML REPORTING

Transform your workflow data into stunning, interactive reports:

What you get:

  • :chart_increasing: Interactive dashboards with Chart.js visualizations
  • :mobile_phone: Mobile-responsive Tailwind CSS design
  • :bullseye: Progress tracking with visual indicators
  • :bar_chart: Performance analytics for each role
  • :magnifying_glass_tilted_left: Detailed task breakdowns with timelines
  • :page_facing_up: Export-ready reports for stakeholders

:rocket: QUICK START

Option 1: NPX (Recommended)

// Add to your MCP client config
{
  "mcpServers": {
    "anubis": {
      "command": "npx",
      "args": ["-y", "@hive-academy/anubis"]
    }
  }
}

Option 2: Docker

{
  "mcpServers": {
    "anubis": {
      "command": "docker", 
      "args": ["run", "-i", "-v", "anubis-data:/app/data", "--rm", "hiveacademy/anubis"]
    }
  }
}

:white_check_mark: Benefits: Zero installation β€’ Always latest version β€’ Project isolation β€’ Auto-dependency management


:robot: SUPERCHARGE YOUR AI AGENT IN 3 STEPS

Step 1: Initialize Divine Guidance

Please initialize Anubis workflow rules for [your-agent-name] by calling the init_rules MCP tool

Step 2: Start Your Workflow

Begin a new workflow for [your-project] with Anubis guidance

Step 3: Generate Beautiful Reports

Generate an interactive workflow report for the current execution

Supported Agents: cursor β€’ copilot β€’ roocode β€’ kilocode


:performing_arts: INTELLIGENT ROLE SYSTEM

Role Divine Purpose Key Powers
:bullseye: Boomerang Strategic Orchestration Project setup, task creation, workflow management
:magnifying_glass_tilted_left: Researcher Knowledge Gathering Evidence-based research, feasibility analysis
:building_construction: Architect System Design Technical architecture, implementation planning
:man_technologist: Senior Developer Code Manifestation High-quality implementation, testing
:white_check_mark: Code Review Quality Guardian Security validation, performance review, approval

:light_bulb: REAL-WORLD EXAMPLE

// 1. Agent receives divine guidance
const guidance = await get_step_guidance({
  executionId: 'auth-system-123',
  roleId: 'senior-developer'
});

// 2. Anubis provides structured wisdom
{
  "guidance": {
    "step": "Implement JWT authentication",
    "approach": [
      "1. Create User model with Prisma",
      "2. Implement password hashing with bcrypt",
      "3. Create JWT token generation service",
      "4. Add authentication middleware"
    ],
    "qualityChecklist": [
      "SOLID principles applied",
      "Unit tests coverage > 80%",
      "Security best practices",
      "Error handling implemented"
    ],
    "context": {
      "previousDecisions": ["PostgreSQL", "JWT strategy"],
      "nextRole": "code-review"
    }
  }
}

// 3. Agent executes with confidence and reports
await report_step_completion({
  result: 'success',
  metrics: {
    filesCreated: 8,
    testsWritten: 15,
    coverage: 85
  }
});

// 4. Beautiful report auto-generated! πŸ“Š

:building_construction: TECHNICAL EXCELLENCE

Enterprise-Grade Architecture:

  • Backend: NestJS v11 + TypeScript
  • Database: Prisma ORM + SQLite/PostgreSQL
  • MCP: @rekog/mcp-nest v1.5.2
  • Analytics: Chart.js + Tailwind CSS
  • Runtime: Node.js β‰₯18.0.0

:white_check_mark: Production Ready:

  • MCP-compliant architecture
  • Zero execution violations
  • 75% test coverage
  • Sub-50ms cached responses

:books: DOCUMENTATION


:handshake: CONTRIBUTING

# Development setup
npm install && npm run db:init && npm run start:dev

# Quality checks  
npm run test && npm run lint

Standards: MCP compliance β€’ SOLID principles β€’ Domain-driven design β€’ Evidence-based development


:page_facing_up: LICENSE

MIT License - see LICENSE file for details.


:glowing_star: THE ANUBIS PROMISE

Divine Guidance :sparkles: Seamless Transitions :sparkles: Beautiful Reports

Transform your AI workflows from chaotic to divine. Give your agents the wisdom of the ancients with modern MCP-compliant architecture.

:rocket: Ready to ascend? Add Anubis to your MCP config now!

1 Like