Skip to content
On this page

Skills Reference

A complete list of all ZenFlow commands and when to use each one.

Pipeline Commands

These are meant to be used in sequence for a standard feature or fix.

CommandWhen to use
/zenflow:initOnce per project, after installing. Generates .claude/zen.local.md.
/zenflow:ideaAt the start of any non-trivial feature. Moves from rough idea to approved design.
/zenflow:planAfter the design is approved. Writes a step-by-step implementation plan.
/zenflow:dispatchWhen the plan has independent tasks that can run in parallel.
/zenflow:exec-planWhen tasks are tightly coupled or you want to review each step manually.
/zenflow:check-workAfter implementation. Runs lint, format, tests, docs, and journal. Required before ending the session (enforced by hook).

Standalone Commands

These can be invoked at any point, independently of the pipeline.

CommandWhat it does
/zenOpens the interactive menu listing all available commands.
/zenflow:collabLong-running collaborative session (Opus). You and the agent work as partners — exploring, deciding, delegating. See the Collab page.
/zenflow:context-refreshWrites a handoff document and prepares for a /clear + resume without losing context. Used within a collab session.
/zenflow:bug-fixFour-agent bug diagnosis and fix pipeline.
/zenflow:docsIdentifies stale documentation and updates it.

Temporarily removed (2026-04-15): /zenflow:audit, /zenflow:refactor, /zenflow:review, /zenflow:status, and the testing-anti-patterns skill. Tracked in issues #8#12 for restoration.

Auto-invoked

These run automatically and do not need to be called manually.

CommandWhen it runs
field-notes:writeCalled by zenflow:check-work at Gate 5. Falls back to writing JSONL directly if field-notes is not installed.

Field Notes Commands

These are part of the field-notes plugin but integrate directly with ZenFlow.

CommandWhat it does
/field-notes:writeAppends a structured entry to .claude/journal.jsonl.
/field-notes:readShows recent entries, with optional filters.
/field-notes:summaryAggregates patterns across a time range.
/field-notes:reflectRuns an end-of-session retrospective and writes a reflection entry.

Experimental — APIs and behavior may change without notice.