Skip to content
Development
Command

/workflow

Start or resume the IJFW project workflow. Usage: /workflow [discover|plan|execute|verify|ship|status]

From plugin
ijfw
20522 skills37 agents22 commands1 MCP
Install
$ npx -y skills add FerroxLabs/ijfw --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/workflow

Context preview

What this command does when you run it.

Start or resume the IJFW project workflow. Usage: /workflow [discover|plan|execute|verify|ship|status]

Command definition

workflow.md
name: workflow
description: "Start or resume the IJFW project workflow. Usage: /workflow [discover|plan|execute|verify|ship|status]"

Start or continue the IJFW project workflow.

**/workflow** (no args) -- Detect current stage and resume. **/workflow discover** -- Start a new project from Discovery. **/workflow plan** -- Jump to planning (if brief exists). **/workflow execute** -- Start or resume execution (if plan exists). **/workflow verify** -- Run full verification audit. **/workflow ship** -- Pre-flight checklist. **/workflow status** -- Show current project state, stage, and progress.

The workflow runs audit gates at every stage transition. Audit gates check against the Donahoe Principles. See references/donahoe-principles.md for the full framework.

Ships withijfw

IJFW — It Just F*cking Works. Ferrox Labs' local-first infrastructure for AI coding agents: shared memory, smart routing, multi-AI cross-audits, disciplined workflow.

Get the whole plugin