Examples
This directory shows complete examples from raw workflow input to final skill package shape.
It is organized in three tiers:
simple-note-cleanup: a small personal workflowteam-frontend-review: a team-level reusable workflowcomplex-release-orchestrator: a multi-step, higher-complexity workflow
Each example contains:
raw-workflow.md: what the user originally givesdesign-summary.md: how the meta-skill scopes and structures the resultgenerated-skill/: the resulting skill package shape
The complex example is intentionally thicker than the others and includes:
manifest.jsoninput/andoutputs/sample artifactsevals/trigger_cases.json- richer references and a deterministic script
Additional evolution example:
evolution-frontend-review/: shows raw workflow, v0, v1, final, and eval delta