loom-plan-execution

Execute plan-based workflows via Loom Agent Execution Orchestrator runtime surfaces.

2|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/waynebaby/Techne-Loom --skill loom-plan-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loom-plan-execution
Source: https://github.com/waynebaby/Techne-Loom/tree/main/.agents/skills/loom-plan-execution
Command: npx skills add https://github.com/waynebaby/Techne-Loom --skill loom-plan-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Techne.Loom.AgentOrchestrator, Techne.Loom.Common, Techne.Loom.Abstractions, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The loom-plan-execution Skill automates the execution of plan-based workflows by integrating with Techne Loom package documentation and Loom Agent Execution Orchestrator runtime surfaces.

Core Features & Use Cases

  • Plan Execution: Automates the execution of complex workflows based on provided plans.
  • Integration: Integrates with Techne Loom package documentation and Loom Agent Execution Orchestrator runtime.
  • Use Case: For instance, if you have a CI/CD pipeline that requires a series of steps to be executed in a specific order, this skill can automate that process using a plan document.

Quick Start

To execute a plan with the loom-plan-execution skill, first, prepare your plan document. Then, you can execute the plan using the following command:

dotnet ao.dll run --workflow-file <path-to-plan-file>

Frequently Asked Questions about loom-plan-execution

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

FAQPage Schema
How do I automate CI/CD pipeline execution using a plan document?

You can automate CI/CD pipeline execution by defining your steps in a plan document and running it through the Loom Agent Execution Orchestrator. This skill reads the plan and automatically orchestrates the complex workflow execution in the specified order.

What is plan-based workflow orchestration in a CI/CD environment?

Plan-based workflow orchestration automates complex task sequences by interpreting a structured plan document to drive execution. It integrates with runtime surfaces to ensure specific steps are executed automatically and in the correct order within your pipelines.

Do I need the Techne Loom Agent Execution Orchestrator to run plan-based workflows?

Yes, the Techne Loom Agent Execution Orchestrator and related package documentation are required. This skill acts as a guide-first integration layer that automates plan execution by leveraging the Loom runtime surfaces.

How do I execute a workflow file using the Loom Agent Execution Orchestrator?

To execute a workflow, prepare your plan file and run the command: `dotnet ao.dll run --workflow-file <path-to-plan-file>`. This triggers the skill to automate your complex workflow execution based on the provided plan document.

Can I use this skill to execute automation tasks outside of CI/CD pipelines?

Yes, while it is applicable to CI/CD pipelines, this skill also automates general orchestrated workflow execution tasks. As long as you provide a plan document, it can manage the execution of complex automation sequences.

What are the limitations of guide-first plan execution with Techne Loom?

The primary limitation is its strict dependency on the Techne Loom package documentation and the Loom Agent Execution Orchestrator runtime. Without these specific dependencies properly configured, the plan-based workflow execution cannot function.