Claude Code Workflow Os banner
irachrist1 irachrist1

Claude Code Workflow Os

Productivity community

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-project seeds AGENTS.md and context/ 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