long-form-work-orchestrator

Run long-form engineering work in checkpointed phases with deterministic artifacts, resilience handling, and end-of-run reliability reporting.

6 stars

Best use case

long-form-work-orchestrator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Run long-form engineering work in checkpointed phases with deterministic artifacts, resilience handling, and end-of-run reliability reporting.

Teams using long-form-work-orchestrator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/long-form-work-orchestrator/SKILL.md --create-dirs "https://raw.githubusercontent.com/issdandavis/SCBE-AETHERMOORE/main/skills/long-form-work-orchestrator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/long-form-work-orchestrator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How long-form-work-orchestrator Compares

Feature / Agentlong-form-work-orchestratorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Run long-form engineering work in checkpointed phases with deterministic artifacts, resilience handling, and end-of-run reliability reporting.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Long-Form Work Orchestrator

## Purpose

Use this skill for multi-hour or high-surface-area tasks that need:
- staged execution,
- periodic progress checkpoints,
- resumable artifacts,
- boundary/risk reporting at the end.

## Workflow

1. Define a run manifest:
- `goal`
- `scope`
- `in-scope files`
- `out-of-scope files`
- `success criteria`
- `stop criteria`

2. Split work into phases:
- `stabilize` (fix blockers)
- `improve` (feature/test hardening)
- `evaluate` (full run and boundaries)
- `handoff` (summary + next steps)

3. Write checkpoints every phase:
- timestamp
- phase status (`pending|in_progress|done|blocked`)
- files changed
- key metrics
- blockers and decisions

4. Enforce deterministic outputs:
- scripts
- tests
- JSON/YAML reports
- no hidden/manual-only state

5. Handle failures with policy:
- `environment` (permissions, missing toolchain): isolate and report separately
- `regression` (new breakage): stop and patch immediately
- `legacy debt` (pre-existing failures): log with severity and ownership hint

## Reliability/Growth Reporting Contract

At run end, produce:
- `baseline_counts`: pass/fail/error/skip/xfail
- `post_counts`: pass/fail/error/skip/xfail
- `delta`: net improvement/regression
- `new_boundaries`: discovered weak points
- `hardened_boundaries`: weak points that now have tests/guards

## Multi-Agent / Swarm Addendum

For swarm/browser/autonomy work:
- require membrane scan before high-risk actions
- map membrane result to turnstile action by domain
- persist events to primary + replicas (decentralized write path)
- never rely on a single hub path for critical artifacts

## Required End Output

Return:
- concise change summary
- explicit paths changed
- unresolved blockers
- tri-fold YAML `action_summary` with:
  - `build`
  - `document`
  - `route`

Related Skills

scbe-autonomous-worker-productizer

6
from issdandavis/SCBE-AETHERMOORE

Turn SCBE automation, autonomous worker, and revenue-system notes into concrete offers, workflow packs, pilot plans, or SaaS-facing product packets. Use when Codex needs to package Notion automation pages into buyer-ready offerings, n8n/Zapier workflow designs, flock-backed worker systems, or implementation roadmaps tied to existing SCBE repo surfaces.

scbe-internet-workflow-synthesis

6
from issdandavis/SCBE-AETHERMOORE

Synthesize and operate SCBE end-to-end internet workflows by discovering local and GitHub architecture templates, generating a baseline web pipeline profile, running ingestion and governance scans, and tuning system variables after the first run. Use when users ask to build, repair, or optimize internet workflow pipelines, workflow architecture maps, n8n or agent orchestration flows, or post-baseline threshold and concurrency tuning.

scbe-gh-powershell-workflow

6
from issdandavis/SCBE-AETHERMOORE

Manage GitHub workflows and SCBE-AETHERMOORE repository operations from PowerShell 7 preview. Use for authenticated gh CLI actions, PR and branch workflows, CI triage, and SCBE code-aware repository inspections.

scbe-docker-workflow

6
from issdandavis/SCBE-AETHERMOORE

Coordinate SCBE Docker workflows from build to runtime. Use for SCBE container commands, docker-compose service startup, health checks, and troubleshooting of image/build failures, port conflicts, and container startup issues in SCBE repos.

scbe-claude-crosstalk-workflow

6
from issdandavis/SCBE-AETHERMOORE

Use when two AI lanes (Codex and Claude) work in parallel and need deterministic handoff packets with session IDs, lane-bus appends, and repairable delivery checks.

polyhedral-workflow-mesh

6
from issdandavis/SCBE-AETHERMOORE

Coordinate sub-agent communication, relay workflows, n8n-style automations, triggers, and cross-surface handoffs as one governed mesh. Use when a goal spans multiple agents, browser and terminal surfaces, automation hooks, or periodic and aperiodic work loops that need packets, scoreboards, relays, and proof-backed checkpoints instead of loose AI-to-AI chat.

multi-agent-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Coordinate multi-agent workflows end to end. Use when a task should be decomposed into parallel sub-work with explicit ownership, dependency ordering, collision avoidance, checkpoint tracking, and final output recomposition.

hf-publish-workflow

6
from issdandavis/SCBE-AETHERMOORE

Automate Hugging Face model/dataset/space publishing from PowerShell with one-time auth, README card generation, `hf upload` commands, and optional `--create-pr` review flow. Use when users ask to log in to Hugging Face CLI, publish artifacts, add or update model/dataset/space cards, wire a reusable profile publish function (for example `scbe-hf-publish`), or troubleshoot common `hf` command usage.

scbe-mobile-connector-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Operate the SCBE mobile-goal control plane with external service connectors (Shopify, Zapier, n8n, Slack, Notion, Airtable, GitHub Actions, Linear, Discord, generic webhook). Use when asked to register connectors, bind goals to connectors, run step execution, enforce high-risk approval gates, or troubleshoot connector dispatch failures.

scbe-longform-work

6
from issdandavis/SCBE-AETHERMOORE

Execute long-running implementation and research tasks with checkpointed handoffs, compact status artifacts, and deterministic resume points. Use when work spans many steps, multiple sessions, or multiple agents and requires durable continuity.

latticegate-orchestrator

6
from issdandavis/SCBE-AETHERMOORE

Manages AI safety governance using 21D hyperbolic embeddings and phase tunnel gates. Invoke when analyzing agent drift, applying SCBE-AETHERMOORE protocols, packaging governance products for sale, or running the monetization pipeline.

spoken-longform-dialogue

6
from issdandavis/SCBE-AETHERMOORE

Transform scenes with long dialogue or monologue into human-feeling spoken thought using transcript-derived storytelling patterns. Use when revising fiction, memoir, essays, scripts, interviews, or book dialogue where one speaker needs to hold the floor across multiple paragraphs without sounding like exposition, lecture, AI prose, or a clean essay.