agent-factory

Generate ephemeral worker agents from templates for parallel task execution.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill agent-factory-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-factory
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/agent-factory
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill agent-factory-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates ephemeral worker agents from templates, specializing them based on task type to enable scalable parallel execution in an orchestrator.

Core Features & Use Cases

  • Template-driven worker creation for different task types (code, ui, integration, test, docs, config).
  • Automatic placeholder substitution and ephemeral SKILL.md generation per worker.
  • Dispatch-prompts and integrated base protocol for autonomous execution and coordination.

Quick Start

Create a worker agent for a given task by providing its id, name, type, and contextual details.

Frequently Asked Questions about agent-factory

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

FAQPage Schema
How do I spawn task-specific worker agents for parallel execution?

To spawn task-specific worker agents for parallel execution, you use a template-driven system that reads worker templates, substitutes placeholders with task data, and generates ephemeral SKILL.md files. This creates specialized workers across code, ui, integration, test, docs, and config tracks.

What is template-driven worker agent orchestration?

Template-driven worker agent orchestration is a mechanism that dynamically creates specialized ephemeral agents from templates. It substitutes placeholders with contextual task data and generates dispatch prompts to drive autonomous execution and coordination across multiple parallel tracks.

How do I create specialized worker agents from templates?

You create specialized worker agents from templates by providing a task id, name, type, and contextual details. The system reads your template, substitutes placeholders with the provided data, and writes an ephemeral SKILL.md file to define the worker's specific behavior.

Can I use worker templates for parallel task execution across different tracks?

Yes, worker templates support parallel task execution across code, ui, integration, test, docs, and config tracks. The orchestration workflow applies placeholder substitution for each track type and generates a dispatch prompt to coordinate autonomous execution.

What's the best way to orchestrate multiple autonomous worker agents?

The best way to orchestrate multiple autonomous worker agents is through an integrated base protocol that generates dispatch prompts. This approach reads worker templates, substitutes task data into placeholders, and writes ephemeral SKILL.md files to drive coordinated parallel execution.

Do I need predefined templates to dynamically spawn worker agents?

Yes, you need predefined templates to dynamically spawn worker agents. The system relies on reading these templates and substituting placeholders with your task's id, name, type, and contextual details to generate the ephemeral SKILL.md files required for execution.