execution

Coordinate native subagent delegation and completion protocols during Phase 3 execution.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Nickalus12/Loom --skill execution-nickalus12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execution
Source: https://github.com/Nickalus12/Loom/tree/main/claude/skills/execution
Command: npx skills add https://github.com/Nickalus12/Loom --skill execution-nickalus12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phase execution and error handling for Loom orchestration are governed here, coordinating native subagent delegation and completion protocols.

Core Features & Use Cases

  • Phase execution methodology with robust error handling and completion protocols.
  • Execution mode gates: express bypass, parallel, sequential, and ask-driven flows with strict gating.
  • Stateful session management, batching rules, and retry logic to ensure safe delegation.

Quick Start

Activate this skill during Phase 3 to coordinate native subagent delegation with proper execution mode gating and error handling.

Frequently Asked Questions about execution

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

FAQPage Schema
How do I coordinate subagent delegation and execution workflows with robust error handling?

Subagent delegation and execution workflows are coordinated by enforcing mode gates, managing batching rules, applying retry logic, and persisting session state to ensure safe phase execution.

What are execution mode gates and how do they control phase execution?

Execution mode gates control phase execution by enforcing express bypass, parallel, sequential, and ask-driven flows with strict gating to coordinate subagent delegation safely.

How do I handle errors and retries during LLM subagent orchestration?

Errors and retries during subagent orchestration are handled through built-in retry logic, stateful session management, and completion protocols that enforce safety checks during phase execution.

Can I run parallel subagent execution flows while maintaining session state?

Parallel subagent execution flows are supported through strict mode gating, while consistent state persistence and safety checks ensure session state remains managed throughout the process.

When should I use express bypass mode versus sequential execution for subagent workflows?

Express bypass mode is used to skip gating for rapid execution, while sequential mode enforces strict step-by-step subagent delegation with completion protocols and error handling.

Do I need a SKILL.md file to set up execution workflows and error handling?

A SKILL.md file with frontmatter containing a name and description is required to set up execution workflows, and optional resources can be included under scripts, references, or assets.