workflow-authoringworkflowsetup L2★2
moabualruz/agent-workflow-kit ↗What it does
workflow authoring workflow
Best for
Structured agent orchestration with deterministic phase transitions and fault isolation.
Inputs
- · args (object)
- · prompt (string)
- · task/epic ID
- · JSON schema
Outputs
- · result object
- · JSON
- · report/summary
- · verdict/recommendation
Requires
- · Claude AI
- · File I/O
- · Workflow executor (parallel)
Preconditions
- · Workflow runtime configured
- · Git repository initialized
- · Claude API access
Failure modes
- · Claude context window exceeded
- · File not found or permission denied
- · Agent timeout or network error
- · Concurrent execution conflict
Trust signals
- · Sourced from repo: moabualruz/agent-workflow-kit
- · Exports canonical meta object (Workflow spec-compliant)
- · Uses JSON schema validation
- · Uses phase() boundaries for state isolation