commandkit-workflow
Installation
SKILL.md
CommandKit Workflow Plugin
Activation guidance
Use for multi-step processes that should survive restart and run reliably.
Required filesystem expectations
- plugin registration in
commandkit.config.ts - workflow files in
src/workflows/** - trigger commands/events in
src/app/**
Execution workflow
- Register workflow plugin.
- Create workflow entrypoint using
'use workflow'. - Create step functions using
'use step'. - Start workflows from commands/events.