Claude Code Workflow Os
Description
Claude Code plugins for project memory, handoffs, and ship checks
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-code-workflow-os
Claude Code plugins that make your AI behave like a dependable teammate with project memory, handoffs, and delivery gates — not a stateless one-shot coder.
The problem
Claude Code is strong in a single session but forgets decisions, open risks, and verification status when you switch tasks or hand off to a teammate.
Important context lives in chat history instead of the repo. The next session re-discovers the same bugs and repeats the same mistakes.
You need a repeatable operating model — not another prompt hack.
What it does
Initialize project memory, run structured multi-step work, capture handoffs, and gate "done" with a ship check:
/workflow-starter:init-project → AGENTS.md + context/todo.md, log.md, lessons.md
/openclaw-fastlane:kickoff → concrete plan in context/todo.md
/memory-handoff:capture → context/handoffs/YYYY-MM-DD-latest.md
/memory-handoff:resume → next session picks up without re-discovery
/workflow-starter:ship-check → ready / not-ready with verified commands
Install
**Add the marketplace:**
/plugin marketplace add irachrist1/claude-code-workflow-os
**Install plugins:**
/plugin install workflow-starter@workflow-os
/plugin install memory-handoff@workflow-os
/plugin install openclaw-fastlane@workflow-os
/reload-plugins
How it works
- Markdown as runtime. Each slash command is a prompt file with allowed tools — no custom binary, Claude follows the workflow instructions directly.
- Template-driven scaffolding.
init-projectseedsAGENTS.mdandcontext/files from templates adapted to your repo. - Skills enforce discipline. Operator skills define when to read memory, sync state, and forbid claiming completion without verification.
- OpenClaw loop. Kickoff → work-cycle → closeout structures multi-step work with explicit verification and handoff decisions.
- Portable handoffs. Capture files let the next sessio
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity