_agent-evaluation-project

Evaluate Gobbi agent definitions for purpose, scope, and routing alignment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gobbi agent evaluation tool helps ensure agent definitions have a clear purpose, well-defined scope, and proper delegation, preventing misrouting and scope creep.

Core Features & Use Cases

  • Purpose assessment: verify that each agent has a distinct, necessary role.
  • Description accuracy validation: ensure triggers and responsibilities are clearly stated.
  • Role fit and boundary checks: review overlap with other agents and out-of-scope clauses.
  • Example: evaluating an agent that claims to handle both data collection and decision-making to ensure the split aligns with system architecture.

Quick Start

Ask the AI to review a specific agent definition and identify gaps in purpose and scope.

Frequently Asked Questions about _agent-evaluation-project

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

FAQPage Schema
How do I evaluate an agent's purpose and scope boundaries within a project?

To evaluate agent scope, you must verify that each agent definition has a distinct role, clear triggers, and explicit out-of-scope boundaries to prevent misrouting and scope creep within your system architecture.

How do I validate agent descriptions for correct routing in Gobbi?

Validating agent routing involves analyzing project-context use cases to ensure the description guides correct delegation, verifies frontmatter requirements like name and tools, and confirms boundaries are clear.

Why does my agent definition cause scope creep and misrouting?

Scope creep and misrouting occur when agent definitions lack a clear purpose or have overlapping responsibilities, causing misalignment between the stated triggers and the actual project-context use cases.

Can I use project-context use cases to check agent architecture constraints?

Yes, you can use project-context use cases to verify frontmatter requirements such as name, description, and tools, ensuring proper delegation and boundary clarity align with system architecture constraints.

What is the best way to identify misalignments in agent purpose?

The best way to identify agent purpose misalignments is to review the agent definition against project requirements, checking if the agent claims overlapping roles like data collection and decision-making simultaneously.

When should I not use a single agent to handle multiple project tasks?

You should not use a single agent for multiple tasks when the responsibilities span different architectural layers, as combining data collection and decision-making violates boundary clarity and causes improper delegation.