pelizzai-router

Classify request intent, risk, and uncertainty before approving project mutations.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/rpelizza/PelizzAI --skill pelizzai-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pelizzai-router
Source: https://github.com/rpelizza/PelizzAI/tree/main/.agents/skills/pelizzai-router
Command: npx skills add https://github.com/rpelizza/PelizzAI --skill pelizzai-router

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the problem of unmanaged agent behavior by acting as a central orchestrator that classifies task risk, intent, and uncertainty before any action is taken. It prevents unauthorized mutations and ensures every project change is ratified by the user.

Core Features & Use Cases

  • Task Classification: Automatically derives the effect, risk, and surface area of any request to determine the safest execution path.
  • Safety Gates: Enforces a mandatory kickoff gate for all mutating tasks, ensuring the user always approves the proposed route and artifacts.
  • Use Case: When a user asks to add a feature to a greenfield project, the router identifies the high uncertainty, mandates a discovery and planning phase, and prevents the agent from writing code until the design is ratified.

Quick Start

Use the pelizzai-router skill to classify my request and propose a safe execution route for this project.

Frequently Asked Questions about pelizzai-router

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

FAQPage Schema
How do I prevent unauthorized code modifications during agent task orchestration?

Agent task orchestration prevents unauthorized code modifications by acting as a central router that classifies task risk, intent, and uncertainty. It enforces a mandatory kickoff gate so the user must approve the proposed execution route before any persistent state mutation occurs.

What is a safety gate in agent workflow governance?

A safety gate in agent workflow governance is a mandatory checkpoint that requires user ratification before proceeding with mutating tasks. It ensures the user reviews and approves the proposed route and artifacts, preventing the agent from executing unauthorized project modifications.

How do I route an agent request to add a feature to a greenfield project?

To route an agent request for a greenfield project, the orchestrator automatically identifies high uncertainty and mandates a discovery and planning phase. This ensures a safe execution route is proposed and ratified by the user before the agent can write any code.

Can I use this agent router for bug resolution and feature implementation workflows?

Yes, you can use this agent router for bug resolution and feature implementation workflows. The orchestration mechanism applies to all development workflows by classifying request intent, risk, and uncertainty to determine the safest execution path for any project modification.

What are the limitations of automated agent task classification?

The primary limitation of automated agent task classification is its strict requirement for a kickoff gate, proposal analysis, and user ratification. The agent cannot bypass these safety gates or mutate persistent state without explicit user approval, which may slow down rapid prototyping.