Skip to content

Add weft to Workflow Orchestration#205

Open
dioptx wants to merge 1 commit intoccplugins:mainfrom
dioptx:add-weft
Open

Add weft to Workflow Orchestration#205
dioptx wants to merge 1 commit intoccplugins:mainfrom
dioptx:add-weft

Conversation

@dioptx
Copy link
Copy Markdown

@dioptx dioptx commented Apr 26, 2026

Adds dioptx/weft under Workflow Orchestration, with the plugin source copied into plugins/weft/ to match the existing pattern.

TL;DR

Event-sourced workflow tracking for Claude Code. Templates with ordered steps, skill bindings, bounded loops, per-step tool guards. Four hooks enforce the contract; state survives compaction. MIT, Python stdlib only.

Why this fits Workflow Orchestration

Weft is purpose-built for chaining slash commands + agents into a deterministic, auditable flow. Unlike checklist-style TODOs, it writes state to disk (events.jsonl), enforces order via PreToolUse guards, and refuses session exit while steps are pending via the Stop hook.

Verify the claims

/plugin marketplace add dioptx/weft
/plugin install weft@dioptx-weft
/wf-start feature-workflow

Five reproducible asciinema GIFs in the README cover structural preview, first run, custom workflow authoring, skill extension, and event-log rebuild. Recording scripts in docs/demos/ drive the real CLI in mktemp scratch dirs.

Categorization

Best fit: Workflow Orchestration (existing section). If Project & Product Management placement is preferred, happy to move.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant