# Workflow Capture

> Turn a proven or user-requested workflow into a reusable skill. Use when the user asks to preserve, formalize, or reuse a repeated process.

- Skill: `demon673/workflow-capture` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add demon673/workflow-capture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demon673/workflow-capture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: demon673 (https://skillmd.com/u/demon673)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/demon673/workflow-capture

---


# 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

1. Confirm the process actually recurs and the user wants it reusable; otherwise do not capture.
2. Extract the trigger, inputs, steps, checks, approval points, and done criteria.
3. Strip private context, local paths, secrets, and one-off details.
4. Propose the destination and scope before writing when either is unclear.
5. Write the `SKILL.md` once 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.

