oa-orchestration-spawn

Provide CLI commands for spawning and configuring AI agents with the oa tool.

4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenAEC-Foundation/Open-Agents --skill oa-orchestration-spawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oa-orchestration-spawn
Source: https://github.com/OpenAEC-Foundation/Open-Agents/tree/main/.claude/skills/oa-orchestration-spawn
Command: npx skills add https://github.com/OpenAEC-Foundation/Open-Agents --skill oa-orchestration-spawn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides the exact CLI commands and critical rules for spawning and configuring AI agents using the oa tool, ensuring reliable and predictable agent execution.

Core Features & Use Cases

  • Agent Spawning: Use oa run to create new agents for specific tasks.
  • Configuration: Set agent names, select models (claude/sonnet, claude/opus, claude/haiku), and enable direct output.
  • Best Practices: Enforces essential rules like using --direct and specifying models to prevent data loss and ensure consistency.
  • Use Case: When you need to launch a new AI agent to research a specific topic, you'll use this skill's patterns to ensure it's configured correctly with the right model and output settings.

Quick Start

Spawn a new agent named 'researcher' to research 'new features in React 19' using the 'claude/sonnet' model and ensure its output is saved directly.

Frequently Asked Questions about oa-orchestration-spawn

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

FAQPage Schema
How do I spawn an AI agent using the oa CLI tool?

To spawn an AI agent, use the `oa run` command with specific parameters for naming, model selection, and output configuration to ensure reliable execution and data persistence.

What is the best way to configure agent models when spawning with oa?

Configuring agent models requires explicitly specifying options like `claude/sonnet`, `claude/opus`, or `claude/haiku` during the spawn process to prevent data loss and ensure consistency.

Can I enable direct output for spawned agents to save results automatically?

Yes, you can enable direct output by using the `--direct` flag when spawning agents, which enforces a critical rule for reliable execution and ensures output is saved directly.

Does the oa tool support hierarchical spawning for AI agents?

Yes, the oa tool supports hierarchical spawning, allowing you to manage nested agent configurations and orchestrate multiple AI agents for complex task execution.

Why does my spawned AI agent lose data or behave inconsistently?

Agent data loss and inconsistency typically occur when critical rules are bypassed, specifically failing to use the `--direct` flag or neglecting to specify a model during the spawn configuration.