Manifest-driven agentic CLI orchestration
Structured contracts. Resumable state. Bounded self-healing.
Define tasks, dependencies, timeouts, and verification profiles in a manifest.v2 JSON file.
The orchestrator schedules tasks through CLI adapters with dependency-aware ordering and resumable execution state.
Every result is parsed, schema-validated, and verified before state is committed. Atomic writes keep resume safe.
Bounded healing logic diagnoses failures, patches prompts, and retries without letting the run spiral.
manifest.v2
Task declarations
task_result.v2
Worker output
heal_decision.v2
Healer output
state.v2
Run state
verify_profile.v2
Verification steps
$ agent-threader validate-manifest manifest.json
Valid manifest: 12 tasks
Dependency order: WP-001 -> WP-003 -> WP-002 -> ...
$ agent-threader init-state manifest.json
State initialized: .agentic/state.json
Run ID: run-2026-04-02
Tasks: 12
Heal: auto
$ agent-threader status
Run run-2026-04-02: RUNNING
DONE 8
RUNNING 2
PENDING 2
$ bash <(curl -fsSL https://agentthreader.com/install.sh) --all
==> Bootstrapping agent-threader@latest
--> Installing agent-threader@latest globally...
--> Delegating to local installer...
==> Done.
$ npx --yes agent-threader@latest --help
PS> & ([ScriptBlock]::Create((Invoke-RestMethod 'https://agentthreader.com/install.ps1'))) -All
==> Bootstrapping agent-threader@latest
--> Installing agent-threader@latest globally...
--> Delegating to Node.js installer...
==> Done.
The hosted bootstrap script installs the published package, then delegates to the packaged install.js Node.js installer to copy compiled skills into your detected tools.
Release automation uses AGENT_TOKEN for release commit/tag push and AGENT_NPM_TOKEN for npm publish.
Part of the Agentic Skill Mill family.
The parent project — fragment-composed skills compiled to 7 IDE targets with a companion CLI.
Code walk-through presentation scripting with file:line references and speaker notes.
Mixture-of-Experts persona prompt system with philosophical grounding.