workflow-capture
Installation
SKILL.md
Workflow Capture
Turn a reused workflow into a skill — the reusable procedural artifact. Capture only when reuse is the user's explicit goal; a process that is not a repeatable procedure (facts, preferences, decisions, one-off tasks) is not this skill's job.
Capture
- Confirm the process actually recurs and the user wants it reusable; otherwise do not capture.
- Extract the trigger, inputs, steps, checks, approval points, and done criteria.
- Strip private context, local paths, secrets, and one-off details.
- Propose the destination and scope before writing when either is unclear.
- Write the
SKILL.mdonce the destination and scope are confirmed.
Output
A skill draft carries a hyphen-case name, a trigger-focused description (one branch per trigger), an ordered body of steps, and the non-obvious contracts.