Design Workflow

Design and write a headsign workflow file — the YAML that names a repository's phases and holds the shell checks that gate them. Use when the user asks to create a workflow for this repository, to add another one alongside ones already there, or to change how an existing one's phases, gates, routes, or limits are shaped. This skill authors the file and stops at it; starting, continuing, or resuming a run is the `workflow` skill's job instead. The two divide by what is being asked for — writing the graph versus walking it — not by what is on disk, so this one applies whether or not the repository already has a .headsign/ directory.

meganemura 85e1672 2 files · 50.0 KB Updated

File contents

meganemura/headsign/tree/main/plugin/skills/design-workflow commit 85e1672f1c

Frequently asked questions

npx skillmds@latest add meganemura/design-workflow