pelizzai-core

Classify and route coding tasks through a mandatory verification lifecycle.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent agent behavior and lack of project-specific context by enforcing a standardized, verifiable, and proportional workflow for all coding tasks.

Core Features & Use Cases

  • Proportional Routing: Automatically classifies tasks into read-only, write-local, or external-effect lanes to ensure safety.
  • Mandatory Verification: Enforces a 1% rule where any applicable skill must be triggered, preventing the agent from skipping project-specific rules or conventions.
  • Use Case: When starting a new feature, the core ensures the agent first audits the project stack, consults domain skills, and presents a ratified plan before any code is written.

Quick Start

Use the pelizzai-core skill to analyze the current project requirements and recommend the safest execution route for the requested task.

Frequently Asked Questions about pelizzai-core

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

FAQPage Schema
How do I enforce consistent governance for agentic coding workflows?

To enforce consistent governance for agentic coding workflows, you can apply a mandatory harness that standardizes task execution through classification, routing, and a kickoff gate for user ratification. This ensures architectural consistency and verifiable task completion.

What is the best way to automate safe routing for software engineering agents?

The best way to automate safe routing is to classify tasks automatically into read-only, write-local, or external-effect lanes. This proportional routing ensures safety by matching the execution route to the specific project requirements.

Why does my AI agent skip project-specific rules and conventions during task execution?

An AI agent skips project-specific rules when lacking a mandatory verification step. Enforcing a 1% trigger rule requires the agent to trigger any applicable skill, preventing it from skipping domain skills or project-specific conventions before writing code.

How do I standardize a new feature workflow from planning to code generation?

To standardize a new feature workflow, implement a lifecycle that audits the project stack, consults domain skills, and presents a ratified plan before any code is written. This enforces strict adherence to the project hierarchy and ensures proportional execution.

Do I need a specific framework to apply agent governance to my coding tasks?

You do not need a specific external framework, as the governance is applied through a standalone harness design with no dependencies. It enforces project-specific context and architectural consistency directly within your software engineering workflows.