rooroo

by marv1nnnnnβœ“ Verified

πŸš€ rooroo (如如): Minimalist AI Orchestration with Swiss Army Knife Agents πŸš€

373
Stars
24
Forks
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/marv1nnnnn/rooroo

Getting Started

Guides for using skills like rooroo.

Security Report

Verified

Last scanned: β€”

{
  "status": "PASSED",
  "issues": []
}

README.md

πŸš€ rooroo (如如): Minimalist AI Orchestration with Specialist Agents πŸš€

Version: v0.6.3 | Changelog | v0.6.0 Details | v0.5.0 Details

rooroo is a minimalist AI orchestration framework for VS Code, designed to streamline software development using a team of specialized Rooroo agents. It emphasizes a clear, Navigator-led workflow, efficient task management, and robust communication, all while incorporating advanced prompting techniques for enhanced reliability.

πŸ€” The Philosophy: "rooroo (如如)" - Thusness

Inspired by Buddhist philosophy, "如如" (rΓΊ rΓΊ) or "Thusness" reflects the idea of an underlying, consistent nature. This informs rooroo's minimalist approach, focusing on the essential, specialized role of each agent.

img

βš™οΈ Core Principles

  • Navigator-Led Orchestration: The 🧭 Rooroo Navigator is your central guide, managing task flows, user interactions, and expert agent coordination with concise communication.

  • Specialized Agent Team: A lean team of focused AI agents:

  • πŸ—“οΈ Rooroo Planner: Decomposes complex goals.

  • πŸ§‘β€πŸ’» Rooroo Developer: Crafts code and UIs.

  • πŸ“Š Rooroo Analyzer: Investigates and delivers insights.

  • ✍️ Rooroo Documenter: Creates clear documentation.

  • πŸ’‘ Rooroo Idea Sparker: Acts as a Strategic Foresight Facilitator, guiding users through a structured process to explore problems, evaluate solutions, and produce a detailed Handoff Document. This document serves as a comprehensive blueprint, ready for delegation to execution agents. Its outputs are stored in .rooroo/brainstorming/.

  • Structured Workflow & Communication:

  • Task Management: Uses .rooroo/queue.jsonl for pending tasks.

  • Detailed Briefings: Tasks are detailed in .rooroo/tasks/TASK_ID/context.md, prioritizing links over embedded content.

  • Organized Artifacts: Outputs are stored in .rooroo/tasks/TASK_ID/.

  • Clear Reporting: Agents use a structured JSON "Output Envelope" to report to the Navigator.

  • Event Logging: Key events are logged with severity in .rooroo/logs/activity.jsonl.

  • Key Operational Guidelines:

  • Minimalism & Specialization: Focused roles for clarity.

  • Concise Context (Link, Don't Embed): Efficient briefings.

  • Principle of Least Assumption: Agents clarify ambiguities, don't guess.

  • Consistent Task IDs: ROO# prefixes for easy tracking.

  • Cost-Effectiveness: Uses appropriate LLM tiers per agent.

  • Workspace-Relative Paths: Simplifies file referencing.

  • Customizable Agent Behavior (Optional): Utilize the .roo/rules/ directory for workspace-wide custom instructions to tailor agent behavior, aligning with Roo Code best practices for organization and potential performance improvements.

πŸš€ Quick Start & Core Workflow

Using rooroo involves these main steps:

  • Setup: Install Roo Code VS Code extension.

  • Load your .roomodes file.

  • For Roo Code v3.18.0 and later: You can use the YAML format for .roomodes.

  • For Roo Code versions earlier than v3.18.0: You must use the JSON format for .roomodes (e.g., .roomodes.json).

  • Reload VS Code.

  • (Optional: For advanced customization, create a .roo/rules/ directory and add custom instruction files to tailor agent behavior across your workspace.)

  • Initiate: Select 🧭 Rooroo Navigator and state your goal.

  • Navigator Triage: The Navigator assesses your request:

  • For complex/uncertain tasks, it engages the πŸ—“οΈ Rooroo Planner to break it down into sub-tasks with context.md briefings. These go into the .rooroo/queue.jsonl.

  • For simple, clear single-expert tasks (Developer, Analyzer, Documenter only), it prepares context.md and may execute directly or queue the task.

  • If ambiguous, it asks you for clarification.

  • Execution: The Navigator dispatches tasks from the queue to the assigned Rooroo expert. The expert uses its context.md and stores outputs in .rooroo/tasks/TASK_ID/.

  • Reporting: The expert returns a JSON Output Envelope (status, message, artifacts) to the Navigator.

  • Processing & Iteration: The Navigator parses the envelope:

  • NeedsClarification: Relays question to you.

  • Done/Failed: Logs event, updates queue, informs you. Auto-proceeds with plans if applicable.

  • Monitor: Track progress via .rooroo/queue.jsonl and .rooroo/logs/activity.jsonl.

(Refer to the Workflow Diagram below for a visual representation.)

πŸ€– The Agent Team at a Glance

Each Rooroo agent adheres to core principles like the Principle of Least Assumption and Concise Context File Preparation (linking over embedding).

  • 🧭 Rooroo Navigator (⚑ Cheap/Fast Recommended): Your primary interface. Manages interactions, triages tasks, dispatches from the queue, processes expert reports, and logs events. Prioritizes concise communication.

  • πŸ—“οΈ Rooroo Planner (🧠 Smart/Expensive Recommended): Decomposes complex goals into sub-tasks for the Developer, Analyzer, or Documenter. Creates their context.md briefings and can flag ambiguous expert choices for the Navigator to resolve.

  • πŸ§‘β€πŸ’» Rooroo Developer (Custom / Varies): Executes coding tasks based on context.md. Stores outputs in its task folder or modifies project files.

  • πŸ“Š Rooroo Analyzer (⚑ Cheap/Fast Recommended): Performs analysis based on context.md. Generates reports in its task folder.

  • ✍️ Rooroo Documenter (⚑ Cheap/Fast Recommended): Creates/updates documentation based on context.md. Stores outputs in its task folder.

  • πŸ’‘ Rooroo Idea Sparker (🧠 Smart/Expensive Recommended): Acts as a Strategic Foresight Facilitator, guiding users through a structured process to explore problems, evaluate solutions, and produce a detailed Handoff Document. This document serves as a comprehensive blueprint, ready for delegation to execution agents. Its outputs are stored in .rooroo/brainstorming/.

Balance LLM tiers per agent for optimal cost and capability.

πŸ“ Directory Structure at a Glance

rooroo uses a clear, workspace-relative structure under the .rooroo/ directory for all its operations and artifacts.

<Project Root>/
β”œβ”€β”€ .rooroo/                  # Core rooroo operational directory
β”‚   β”œβ”€β”€ queue.jsonl           # Pending Tasks (JSON objects, one per line, ROO# IDs, strictly parsable)
β”‚   β”œβ”€β”€ logs/
β”‚   β”‚   └── activity.jsonl    # Activity Log (JSON objects, one per line, written by Navigator with escaped JSON)
β”‚   β”œβ”€β”€ rules/                # Optional: Workspace-wide custom instruction files (e.g., 01-general.md)
β”‚   β”œβ”€β”€ tasks/                # Directory for all task-specific data
β”‚   β”‚   β”œβ”€β”€ ROO#PLAN_20240101120000_initial_project/ # Example Planner Task Directory
β”‚   β”‚   β”‚   └── context.md      # Briefing FOR the Planner (concise, uses links)
β”‚   β”‚   β”œβ”€β”€ ROO#SUB_initial_project_S001/ # Example Sub-Task Directory (ROO#SUB_... ID from Planner)
β”‚   β”‚   β”‚   β”œβ”€β”€ context.md      # Task briefing FOR the expert (Created by Planner, concise, uses links)
β”‚   β”‚   β”‚   β”œβ”€β”€ feature_component.py # Example artifact directly in task folder
β”‚   β”‚   β”‚   └── data_analysis_report.md # Another example artifact
β”‚   β”‚   β”œβ”€β”€ ROO#TASK_20240101130000_fix_login/ # Example Direct Task Directory (ROO#TASK_... ID from Navigator)
β”‚   β”‚   β”‚   β”œβ”€β”€ context.md      # Task briefing FOR the expert (Created by Navigator, concise, uses links)
β”‚   β”‚   β”‚   └── login_fix.diff    # Example artifact directly in task folder
β”‚   β”‚   └── ...
β”‚   β”œβ”€β”€ plans/                # Optional: High-level plan overview documents from Rooroo Planner
β”‚   β”‚   └── ROO#PLAN_20240101120000_initial_project_plan_overview.md
β”‚   └── brainstorming/        # Optional: Summaries from Rooroo Idea Sparker sessions
β”‚       └── brainstorm_summary_ROO#IDEA_20240101140000.md
β”‚
└── src/                      # Example source code directory (Potentially modified by Rooroo Developer)
    └── ...

πŸ“Š Core Data Files Explained

Key files driving rooroo operations:

  • .rooroo/queue.jsonl: Ordered list of tasks (JSON objects per line).

  • Defines: What needs to be done, by which expert, with what goal and context.

  • Example Task: {"taskId": "ROO#SUB_...", "suggested_mode": "rooroo-developer", "context_file_path": ".rooroo/tasks/ROO#SUB_.../context.md", "goal_for_expert": "Build feature X..."}

  • .rooroo/logs/activity.jsonl: Append-only log of key events with severity (INFO, ERROR, etc.).

  • Tracks: What actions agents take and their outcomes.

  • Example Log: {"timestamp": "...", "agent_slug": "rooroo-navigator", "severity": "INFO", "task_id": "ROO#...", "event_type": "EXPERT_REPORT", "details": {"status": "Done"}}

  • .rooroo/tasks/TASK_ID/context.md: The comprehensive Markdown briefing for an assigned agent.

  • Provides: Detailed goals, requirements, and links to relevant files/artifacts (prioritizing links over embedding content).

  • Output Artifacts: Generated by experts (code, reports, docs) are stored directly in their respective task folders: .rooroo/tasks/TASK_ID/ (e.g., output.py, analysis_report.md).

Workflow Diagram (Visual)

+----------------------------------------------------------------------+ Phase 0: Optional Brainstorming +----------------------------------------------------------------------+

[User Initiates Brainstorming with πŸ’‘ Rooroo Idea Sparker]

+----------------------------------------------------------------------+ Phase 1: User Interaction & Task Triage (Navigator) +------------------------------------------------

Frequently Asked Questions

What is rooroo?βŒ„

rooroo is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by marv1nnnnn. πŸš€ rooroo (如如): Minimalist AI Orchestration with Swiss Army Knife Agents πŸš€. It has 373 GitHub stars.

Is rooroo safe to use?βŒ„

Yes. rooroo passed SkillsLLM's automated security scan β€” a dependency vulnerability audit plus prompt-injection heuristics β€” with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install rooroo?βŒ„

Clone the repository with "git clone https://github.com/marv1nnnnn/rooroo" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to rooroo?βŒ„

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh rooroo against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

⭐ 242,219β‘‚ 36,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details β†’
15

An agentic skills framework & software development methodology that works.

⭐ 234,966β‘‚ 20,863Shell
AI Agentsai-agentsbrainstorming
View details β†’

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

⭐ 185,940β‘‚ 28,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details β†’

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

⭐ 128,868β‘‚ 8,826Rust
AI Agentsclaude-codeai-tools
View details β†’

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

⭐ 120,031β‘‚ 19,897Shell
AI Agents
View details β†’

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

⭐ 242,219β‘‚ 36,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details β†’
15

An agentic skills framework & software development methodology that works.

⭐ 234,966β‘‚ 20,863Shell
AI Agentsai-agentsbrainstorming
View details β†’

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

⭐ 201,881β‘‚ 60,308TypeScript
MCP Serversapisai-tools
View details β†’

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

⭐ 185,940β‘‚ 28,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details β†’

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

⭐ 128,868β‘‚ 8,826Rust
AI Agentsclaude-codeai-tools
View details β†’