Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 803 Bytes

File metadata and controls

17 lines (13 loc) · 803 Bytes

SPEC-AGE-09: Workflow Architect

Version: 1.0.0 | Status: verified | TDD: verified | Domain: specialized

Objective

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.

Acceptance Criteria

  • CT-1: Workflow completeness check detects steps without a SUCCESS outcome path
  • CT-2: Handoff contract validation verifies REST endpoints, schema keys, and timeouts
  • CT-3: Full workflow tree covers success, failure, timeout outcomes with cleanup actions
  • CT-4: Missing handoff detection warns when multi-step workflow has no handoff contracts

Engine

<scripts/workflow_architect_engine.py> -> WorkflowArchitect

Test Results

All CTs PASSED