workflow
Installation
SKILL.md
Workflow Session Manager
Interactive entry point for the workflow tracking system. Invoke with /workflow
at the start of a session, or /workflow end before stopping.
On invocation
Step 1 — Check args.
If the user passed list: call workflow_project_list() with no filters,
print a table of all projects (slug, title, phase, status, repo), and stop.
If the user passed end: go to the End session section below.
If the user passed new: skip to Create new project below.
Otherwise (no args or unrecognized): proceed to Step 2.
Step 2 — List active projects.