compress
Compress a memory/context file into terse form. Saves ~40-50% tokens per session. Usage: /compress <filepath>
Start or resume the IJFW project workflow. Usage: /workflow [discover|plan|execute|verify|ship|status]
$ npx -y skills add FerroxLabs/ijfw --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/workflowContext preview
What this command does when you run it.
Start or resume the IJFW project workflow. Usage: /workflow [discover|plan|execute|verify|ship|status]
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.
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.
Repo: FerroxLabs/ijfw
Compress a memory/context file into terse form. Saves ~40-50% tokens per session. Usage: /compress <filepath>
Dream cycle -- promote patterns, prune stale, reconcile contradictions, optionally promote to global.
Second-model review. Picks an auditor (codex/gemini/opencode/aider/copilot), excludes the caller, writes a prompt to paste, reads the response back. Usage:…
Adversarial multi-angle critique. All three auditors fire in parallel (codex=technical, gemini=strategic, claude=ux). Counter-args ranked by rebuttal survival…
Two-phase multi-model research. Phase A fans codex+gemini in parallel (benchmarks + citations angles); Phase B synthesises via fresh Claude session. Usage:…
Run IJFW health check (files, MCP server, hooks, memory, caps, framing)