npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

ouranos-biz

v0.2.0

Published

Business Management AI Orchestrator - 15 specialized Agentic AI agents for business consulting and management

Downloads

47

Readme

Ouranos Business Management

15 Specialized Business Consulting AI Agents for Claude Code, GitHub Copilot, Cursor, Gemini CLI, and Codex CLI

Ouranos Business Management is an Orchestrator that coordinates 15 specialized Agentic AI agents from Ouranos-AgenticAI-library for business consulting and management tasks.

Features

  • 🎭 Business Orchestrator - Coordinates multiple consulting agents for complex engagements
  • 📊 15 Specialized Agents - Strategy, Operations, Go-to-Market, Organization & Finance
  • 🔧 Multi-Platform Support - Claude Code, GitHub Copilot, Cursor IDE, Gemini CLI (aider), Codex CLI
  • 📋 Consulting Frameworks - MECE, Pyramid Principle, SWOT, Porter's Five Forces, etc.
  • 🌐 Bilingual Support - English and Japanese output

Quick Start

Installation via npx

# Initialize in your project (default: Claude Code)
npx ouranos-biz init

# Or with specific platform
npx ouranos-biz init --cursor           # Cursor IDE
npx ouranos-biz init --copilot          # GitHub Copilot
npx ouranos-biz init --gemini-cli       # Gemini CLI (aider)
npx ouranos-biz init --codex-cli        # Codex CLI

Usage

# Check project status
ouranos status

# List available agents
ouranos agents

# Start using (in Claude Code)
@orchestrator Help me develop a market expansion strategy

# Or use specific agent
@business-strategy-consultant Conduct SWOT analysis for our company

Platform-Specific Usage

Claude Code:

/biz-strategy <challenge>  # Start strategic analysis
@orchestrator <your business challenge>

GitHub Copilot:

#biz-strategy <challenge>  # Start strategic analysis

Cursor IDE:

/biz-strategy <challenge>  # Start strategic analysis

Gemini CLI (aider):

# Start aider with Gemini
aider --model gemini/gemini-2.0-flash-exp

# Load business prompts
/read .aider/prompts/business-strategy-consultant.md

# Or use commands
/biz-strategy <challenge>

Codex CLI:

# Load business prompts
/read .codex/prompts/business-strategy-consultant.md

# Or use commands
/biz-strategy <challenge>

Available Agents (15)

🎭 Orchestration

| Agent | Description | |-------|-------------| | orchestrator | Master coordinator for multi-agent business consulting workflows |

🎯 Strategy & Planning (4)

| Agent | Description | |-------|-------------| | business-strategy-consultant | Strategic planning, SWOT/PEST/Porter's analysis | | general-business-consultant | MECE problem-solving, hypothesis-driven analysis | | business-model-innovation | Business Model Canvas, value proposition design | | digital-transformation-consultant | DX roadmaps, technology strategy |

⚙️ Operations & Supply Chain (3)

| Agent | Description | |-------|-------------| | operations-excellence-consultant | Lean/Six Sigma, process improvement | | supply-chain-management-consultant | End-to-end SCM optimization | | risk-management-bcp-consultant | Enterprise risk, business continuity |

📈 Go-to-Market (4)

| Agent | Description | |-------|-------------| | marketing-strategy-advisor | Market analysis, brand positioning | | sales-process-optimizer | Sales process, pipeline optimization | | pricing-revenue-management-consultant | Pricing strategy, revenue optimization | | customer-experience-designer | CX journey mapping, service design |

🏢 Organization & Finance (4)

| Agent | Description | |-------|-------------| | organizational-change-management-consultant | Change management, transformation | | product-management-guide | Product strategy, roadmaps | | financial-analysis-advisor | Financial modeling, valuation | | ma-due-diligence-consultant | M&A, due diligence |

Consulting Frameworks

Ouranos Business agents apply proven consulting frameworks:

Strategic Frameworks

  • SWOT Analysis
  • PEST Analysis
  • Porter's Five Forces
  • BCG Matrix
  • Ansoff Matrix

Problem-Solving Frameworks

  • MECE Principle
  • Issue Tree
  • Pyramid Principle
  • SCQA Framework
  • 5 Whys

Business Model Frameworks

  • Business Model Canvas
  • Value Chain Analysis
  • VRIO Framework

Customer & Financial

  • Kano Model
  • Customer Journey Mapping
  • DCF Valuation
  • Balanced Scorecard

Commands (Claude Code)

/biz-steering              # Generate business context
/biz-strategy <challenge>  # Start strategic analysis
/biz-analysis <topic>      # Run business analysis
/biz-engagement <project>  # Create engagement plan
/biz-report <project>      # Generate integrated report

Project Structure

After initialization (example for Claude Code):

your-project/
├── .claude/                  # Claude Code (default)
│   └── skills/
│       ├── orchestrator/
│       ├── business-strategy-consultant/
│       └── ... (15 skills)
├── .github/prompts/          # GitHub Copilot
│   └── *.md (16 prompts)
├── .cursor/commands/         # Cursor IDE
│   └── *.md (16 commands)
├── .aider/prompts/           # Gemini CLI (aider)
│   └── *.md (16 prompts)
├── .codex/prompts/           # Codex CLI
│   └── *.md (16 prompts)
├── steering/
│   ├── structure.md          # Organization structure
│   ├── tech.md               # Technology context
│   └── product.md            # Business context
├── orchestrator/
│   ├── engagements/          # Engagement plans
│   ├── logs/                 # Execution logs
│   └── reports/              # Integrated reports
└── AGENTS.md                 # Project guide

Example Engagements

Strategic Planning

@orchestrator We need to develop a 3-year strategic plan for our B2B SaaS company.
Our revenue is $50M and we're facing increased competition.

Digital Transformation

@orchestrator Help us plan a digital transformation initiative for our
manufacturing business. We want to implement Industry 4.0 technologies.

M&A Due Diligence

@orchestrator We're considering acquiring a competitor. Help us conduct
due diligence and develop an integration plan.

Market Entry

@orchestrator We want to expand into the European market with our
existing product line. Develop a go-to-market strategy.

Development

Local Development

# Clone repository
git clone https://github.com/nahisaho/ouranos-biz.git
cd ouranos-biz

# Install dependencies
npm install

# Sync skills from Ouranos-AgenticAI-library source
npm run sync

# Link for local testing
npm link

# Test initialization
ouranos init

Run Tests

npm test
npm run test:coverage

Lint & Format

npm run lint
npm run format

Based On

This project is built on:

  • Ouranos-AgenticAI-library - Source prompts for business management agents
    • All 15 business consulting agents are synced from: en/prompts/business-management/*.md
    • Run npm run sync to update skills from the latest source prompts
  • musubi - Multi-platform agent architecture inspiration

License

MIT License

Contributing

Contributions are welcome! Please read the contributing guidelines before submitting PRs.

Support


Ouranos Business Management - The right consultant, at the right time, in the right order.