16 lines
530 B
Markdown
16 lines
530 B
Markdown
# 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 workflow
|
|
- `team-frontend-review`: a team-level reusable workflow
|
|
- `complex-release-orchestrator`: a multi-step, higher-complexity workflow
|
|
|
|
Each example contains:
|
|
|
|
- `raw-workflow.md`: what the user originally gives
|
|
- `design-summary.md`: how the meta-skill scopes and structures the result
|
|
- `generated-skill/`: the resulting skill package shape
|