Status: local v1 manual CORE package. The repository now includes the JSON/JSONL state layout, event writer, reducer, verifier, no-op v1 migration entrypoint, schemas, references, prompt/policy templates, and a verifier-valid docs-audit example.
ultradyn-workflow-forge is a skill package for turning short descriptions of large or thorough jobs into persistent, recursive, error-correcting workflows.
Canonical identifiers:
- public repo: https://github.com/clankercode/ultradyn-workflow-forge
- skill/repo:
ultradyn-workflow-forge - human alias:
ud-wff - CLI prefix:
udwff - state dir:
.ud-wff/ - extension prefix:
wff-*
Primary references:
references/quickstart.mdreferences/workflow-protocol.mdreferences/manual-file-backed.mddocs/handoffs/design.mddocs/plans/2026-06-28-ultradyn-workflow-forge-v1.md
Local commands:
just --list— show available commands.just check— run local v1 smoke checks, including script compilation and docs-audit verification.just test— run the unittest suite with discovery.python3 scripts/udwff-init --root <project> --run-id <id> --mode adaptive— create a manual CORE run.python3 scripts/udwff-event append --run-dir <project>/.ud-wff/<id> --event-type <EventType> --actor <actor> --payload-json '<json>'— append a locked, transition-checked event.python3 scripts/udwff-reduce --root <project> --run-id <id>— derivestate.jsonfrom events.python3 scripts/udwff-verify-run --root <project> --run-id <id>— verify v1 completion and artifact invariants.python3 scripts/udwff-migrate --root <project> --run-id <id>— validate and report no-op migration for current v1 runs.
V1 execution should be trusted only when the relevant run passes udwff-verify-run and local checks pass. Public publishing and any future irreversible remote effects require explicit operator confirmation.