Sander van Dragt's Notes

Created a workflow catalog and a workflow creation skill to give me both a visualisation of project workflows and how they interact plus a way to hook in new ones.

Experimental. Only for #lamb at the moment.

Turn a project's slash commands into a visual board. Each workflow is one markdown file that is both the runnable prompt and its diagram, so the board is derived from the files and can't drift.

A workflow lives at <project>/.claude/commands/<name>.md. Its frontmatter declares the input and output; its body lays the steps out in phases. catalog.py reads every workflow across the repos you list and writes a single catalog.html: a Pipeline overview plus a phase diagram per workflow.

Workflow example