
from agent-workflow-protocol17
Generate complete Agent Workflow Protocol (AWP) compliant multi-agent workflows from natural language descriptions. Produces workflow.awp.yaml, agent...
Use when: Generate complete Agent Workflow Protocol (AWP) compliant multi-agent workflows from natural language descriptions. Produces workflow.awp.yaml, agent...
See also — Authoritative non-normative docs: docs/README.md (concept map), docs/overview.md, docs/layer-model.md · Normative spec: spec/versions/1.0/spec.md, spec/versions/1.0/validation-rules.md, spec/versions/1.0/compliance.md · Per-layer references consumed by this skill...
{}
AWP Workflow Builder generates multi-agent workflows from natural language descriptions following the Agent Workflow Protocol spec v1.0. The SKILL.md is extremely detailed, covering 7-layer model, autonomy levels, DAG and delegation loop engines, dynamic tool creation, code mode, and full validation rules (R1-R32). No bundled scripts — the skill is purely prompt-driven instructions. Well-structured with clear phases from task analysis through generation to validation, but the sheer length may challenge context windows.
No security concerns beyond standard tool execution patterns which are sandboxed by the AWP runtime. The skill mentions shell.execute but explicitly marks it as forbidden in delegation loop workers (good). Dynamic tool creation has namespace capability restrictions preventing os/subprocess/ctypes imports. No hardcoded credentials, no exfiltration, no destructive commands. Architecture is exemplary — clear phase structure, references/, templates/. Main concern is length and niche applicability — AWP is a specific framework, limiting broad usefulness.