pelizzai-subagents

Delegate independent research and code mapping tasks to isolated subagents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of context pollution and task mismanagement by delegating specific, independent workstreams to isolated subagents that report back results without interfering with the main coordinator's session.

Core Features & Use Cases

  • Isolated Execution: Each subagent operates in its own context window, ensuring no cross-contamination of state or memory.
  • Structured Delegation: Enables clean handoffs for research, code mapping, or contained implementation tasks.
  • Use Case: When you need to perform a deep-dive investigation into a specific module or generate a complex code sweep, use this skill to dispatch a subagent to handle the work while you maintain the high-level project coordination.

Quick Start

Use the pelizzai-subagents skill to delegate the research and mapping of the authentication module to an isolated subagent.

Frequently Asked Questions about pelizzai-subagents

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

FAQPage Schema
How do I prevent context pollution when delegating complex tasks to subagents?

Preventing context pollution requires delegating independent workstreams to isolated subagents, ensuring no cross-contamination of state or memory occurs within the main coordinator's session.

What is isolated subagent execution for task delegation?

Isolated subagent execution is a delegation method where each subagent operates in its own context window to perform research or implementation tasks and report back results independently.

How do I delegate code mapping and research tasks to subagents?

You delegate code mapping tasks by dispatching a subagent to handle the deep-dive investigation of a specific module, requiring strict adherence to briefing and verification protocols for safe integration.

When should I use isolated subagents for task management?

You should use isolated subagents for task management when you need to perform deep-dive investigations or complex code sweeps while maintaining high-level project coordination without managing sub-task dialogue.

Does delegating tasks to isolated subagents require strict verification protocols?

Yes, delegating tasks requires strict adherence to briefing, domain-skill packaging, and verification protocols to ensure that the subagent output is safe for integration into the main workstream.