agent-fractal-orchestrator-architecture

Design autonomous fractal orchestrator systems using status.json routing signals.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/skurekjakub/docwriter-agent --skill agent-fractal-orchestrator-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-fractal-orchestrator-architecture
Source: https://github.com/skurekjakub/docwriter-agent/tree/main/.github/skills/agent-fractal-orchestrator-architecture
Command: npx skills add https://github.com/skurekjakub/docwriter-agent --skill agent-fractal-orchestrator-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Designing and deploying autonomous fractal orchestrator systems that coordinate a depth-2 hierarchy (session orchestrator → coordinators → specialists) via filesystem artifacts and status.json routing, enabling end-to-end automation with no human-in-the-loop.

Core Features & Use Cases

  • Self-contained orchestration pattern that supports multi-pass pipelines, crash resumability, and convergence detection.
  • Reusable architecture applicable to complex domains (migration, security audits, documentation overhaul) requiring discovery → analysis → planning → execution → verification → delivery.
  • Fixed status vocabulary and prepend-only audit logs to ensure traceability and resumability.

Quick Start

Bootstrapped domain environment, fill in context.json, and start the session orchestrator to run the full autonomous fractal pipeline.

Frequently Asked Questions about agent-fractal-orchestrator-architecture

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

FAQPage Schema
How do I build an autonomous multi-agent orchestrator for complex workflows?

Build an autonomous multi-agent orchestrator by designing a depth-2 hierarchy that dispatches coordinators and specialists via status.json routing signals. This pattern enables end-to-end automation with crash resumability and convergence detection across complex, multi-phase tasks.

What is fractal orchestration in multi-agent systems?

Fractal orchestration is a self-contained coordination pattern using a depth-2 hierarchy of session orchestrators, coordinators, and specialists. It routes tasks through filesystem artifacts and status.json signals, enabling multi-pass pipelines with no human-in-the-loop intervention.

How does crash resumability work in multi-agent workflow automation?

Crash resumability in multi-agent workflow automation relies on read-modify-write filesystem artifacts and prepend-only audit logs. These ensure traceability and allow the orchestrator to resume interrupted multi-phase tasks without losing progress or state data.

Can I use a fixed agent vocabulary for codebase modernization and security audits?

Yes, a fixed agent vocabulary standardizes coordinator and specialist roles for codebase modernization and security audits. This ensures consistent routing via status.json signals across discovery, analysis, planning, execution, and verification phases.

What's the best way to route specialists in an autonomous agent system?

Route specialists using status.json routing signals within a depth-2 orchestrator hierarchy. This approach manages complex domains by coordinating discovery, analysis, planning, execution, verification, and delivery through filesystem-based read-modify-write artifacts.

Do I need a bootstrapped domain environment to start a fractal orchestrator?

Yes, you need a bootstrapped domain environment to start a fractal orchestrator. You must fill in context.json and start the session orchestrator to run the full autonomous pipeline for multi-phase task execution.