# Commandkit Workflow

> Build durable workflow orchestration with @commandkit/workflow. Use for workflow entrypoints, step design, command-triggered workflow starts, and long-running stateful process handling.

- Skill: `neplexlabs/commandkit-workflow` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add neplexlabs/commandkit-workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neplexlabs/commandkit-workflow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: neplexlabs (https://skillmd.com/u/neplexlabs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neplexlabs/commandkit-workflow

---


# 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

1. Register workflow plugin.
2. Create workflow entrypoint using `'use workflow'`.
3. Create step functions using `'use step'`.
4. Start workflows from commands/events.

## Guardrails

- Keep step boundaries explicit and side effects controlled.
- Keep workflow inputs deterministic and serializable.

## Reference index

| Name                                    | Description                                                  |
| --------------------------------------- | ------------------------------------------------------------ |
| `references/00-filesystem-structure.md` | Workflow/trigger file placement and project layout guidance. |
| `references/01-plugin-setup.md`         | Plugin wiring baseline.                                      |
| `references/02-workflow-and-step.md`    | Entry/step design pattern and best practices.                |
| `references/03-start-workflow.md`       | Starting workflows from command handlers.                    |

## Tool index

| Name  | Description                                      |
| ----- | ------------------------------------------------ |
| `N/A` | This skill currently has no helper tool scripts. |

