gobbi

Orchestrate ClaudeX workflows by delegating tasks to specialized subagents.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill gobbi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gobbi
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/gobbi
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill gobbi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gobbi provides orchestration for ClaudeX workflows by delegating tasks to specialist subagents, reducing cognitive load and ensuring consistent session-context across complex sessions.

Core Features & Use Cases

  • 7-step workflow: Ideation, Plan, Research, Execution, Collection, Memorization, and Review manage complex tasks.
  • Global session and project context: loads core skills, ensures rule symlinks, and validates CLI availability for reliable operation.
  • Session persistence: stores user choices and health checks to enable resumable sessions.

Quick Start

Launch gobbi in your Claude Code session to start orchestrating tasks via the 7-step workflow.

Frequently Asked Questions about gobbi

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate complex Claude workflows with subagents?

Orchestrate Claude workflows by delegating tasks to specialized subagents, reducing cognitive load and ensuring consistent session-context. It manages skill loading, rule symlinking, CLI checks, and session persistence for complex projects.

What is the 7-step workflow for managing Claude Code sessions?

The 7-step workflow consists of Ideation, Plan, Research, Execution, Collection, Memorization, and Review. These structured steps manage complex tasks end-to-end by delegating execution to specialist subagents within your session.

How do I persist session configuration across Claude Code projects?

Persist session configuration by storing user choices and health checks to a gobbi.json file. This enables resumable Claude sessions and ensures reliable operation across complex project environments.

Do I need to verify the gobbi CLI before orchestrating tasks?

Yes, verifying the gobbi CLI is required at session start. The orchestration process validates CLI availability and ensures _gobbi-rule symlinks exist alongside loading core skills for reliable task delegation.

What's the best way to manage skill loading for complex Claude tasks?

The best way to manage skill loading is to launch an orchestration workflow at session start. It automatically loads core skills, ensures rule symlinks exist, and validates CLI availability before delegating tasks.