fabric-loop

Orchestrate the Fabric development lifecycle as a file-driven state machine.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/adaw/skills --skill fabric-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-loop
Source: https://github.com/adaw/skills/tree/main/fabric-loop
Command: npx skills add https://github.com/adaw/skills --skill fabric-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fabric-init, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as the central orchestrator for the Fabric framework, managing the entire development lifecycle as a state machine and ensuring deterministic execution of other skills.

Core Features & Use Cases

  • State Machine Execution: Drives the Fabric lifecycle by reading state, dispatching the next skill, validating outputs, and advancing the state.
  • Automated Workflow: Manages the flow from orientation to closing phases, ensuring all steps are executed in the correct order.
  • Crash Recovery: Implements robust mechanisms to recover from failures and continue the workflow.
  • Use Case: Kick off a full project development cycle with a single command, allowing the AI to autonomously manage tasks from initial vision to final archiving.

Quick Start

Run the fabric-loop skill to start the automated development process.

Frequently Asked Questions about fabric-loop

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

FAQPage Schema
How do I orchestrate an automated development workflow with a state machine?

You can orchestrate an automated development workflow by running a file-driven state machine that reads configuration, dispatches the next skill, validates outputs, and advances the state deterministically through the entire lifecycle.

What is lifecycle management for automated workflow orchestration?

Lifecycle management for automated workflow orchestration is the process of managing the flow from orientation to closing phases, ensuring all development steps are executed in the correct order as a deterministic state machine.

How do I recover from a crash during an automated workflow lifecycle?

You can recover from workflow crashes using built-in crash recovery mechanisms that read the persisted state, identify the failure point, and continue the automated development process from the last valid state.

Do I need fabric-init to run the fabric-loop orchestrator?

Yes, you need fabric-init to run the fabric-loop orchestrator, as it is a required dependency for setting up the environment and configuration needed to drive the automated state machine execution.

How do I kick off a full project development cycle with a single command?

You can kick off a full project development cycle with a single RUN command, allowing the agent to autonomously manage tasks from initial vision to final archiving via the state machine.

What are the limitations of file-driven state machines for workflow automation?

File-driven state machines for workflow automation require strict state validation and correct configuration sequencing; if a dispatched skill output fails validation, the workflow will halt until manual intervention or crash recovery occurs.