workflow-architect

star 35

Workflow Architect skill for the OpenCode ecosystem

MarceloClaro By MarceloClaro schedule Updated 6/8/2026

name: workflow_architect category: agency domain: specialized version: "1.0.0" kind: python description: Workflow Architect skill for the OpenCode ecosystem

Workflow Architect

Agente especializado em design de arvores de workflow. Mapeia todos os caminhos (happy path, branches, failure modes, timeout), define contratos de handoff entre servicos e valida completude.

Uso

from workflow_architect_engine import WorkflowTree, Step, HandoffContract

CTs (4)

  1. Workflow completeness -- deteccao de steps sem success path
  2. Handoff contract validation -- schemas e endpoints REST
  3. Full workflow tree -- 3 steps com todos os branches
  4. Missing handoff detection -- aviso para multi-step sem handoffs

Dependencias

Python 3.12, stdlib only (dataclasses, enum, typing).

Install via CLI
npx skills add https://github.com/MarceloClaro/OpenCode_Ecosystem --skill workflow-architect
Repository Details
star Stars 35
call_split Forks 17
navigation Branch main
article Path SKILL.md
More from Creator
MarceloClaro
MarceloClaro Explore all skills →