28 lines
638 B
Markdown
28 lines
638 B
Markdown
# Example: Workflow Process Skill
|
|
|
|
Use this shape when a task needs a predictable sequence and a clear closeout.
|
|
|
|
## Trigger
|
|
|
|
Use when the user asks to run a repeatable maintenance, release, audit, or conversion process.
|
|
|
|
## Skeleton
|
|
|
|
```markdown
|
|
# Example Workflow Skill
|
|
|
|
Resolve scope, inspect source files, execute the ordered workflow, validate results, and report changed artifacts.
|
|
|
|
## Workflow
|
|
|
|
1. Inspect local instructions and inputs.
|
|
2. Select the smallest matching path.
|
|
3. Make scoped changes.
|
|
4. Run required checks.
|
|
5. Report results and gaps.
|
|
|
|
## Output
|
|
|
|
Return summary, files changed, validation, and remaining risks.
|
|
```
|