Workflow plugin for Claude Code — currently ships the work-on-issue skill: a 4-stage pipeline (Opus plans, Sonnet implements, two parallel Sonnet reviews — compliance + code review) for issue-driven or ad-hoc work in the llm-chat-python-tutorial-docker project.
A Claude Code plugin with a workflow for issue/task work in the
llm-chat-python-tutorial-docker project. Currently ships one skill:
work-on-issue — multi-agent pipeline: Opus plans, Sonnet
implements, then two parallel Sonnet reviews (acceptance compliance +
code review) with a feedback loop. Runs in three modes: no argument
(pick from a list of open issues), one or more issue numbers, or a
free-text task description.claude-workflow/ # marketplace root
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog
├── plugins/
│ └── claude-workflow/ # plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # plugin manifest
│ └── skills/
│ └── work-on-issue/
│ └── SKILL.md
└── README.md
The plugin is installed via Claude Code's plugin system. First add this repository as a marketplace, then install the plugin from it.
In Claude Code, run:
/plugin marketplace add michalstaniecko/claude-workflow
You can also pass a full HTTPS or Git URL:
/plugin marketplace add https://github.com/michalstaniecko/claude-workflow.git
/plugin install claude-workflow
Or open the interactive menu:
/plugin
and pick claude-workflow from the list.
After installation the work-on-issue skill should appear in the list
of available skills. You can invoke it with:
/work-on-issue 12
or without an argument, to pick an issue from the list:
/work-on-issue
or with a free-text task description (no issue):
/work-on-issue fix slug validation in the tenant API
/plugin marketplace update michalstaniecko/claude-workflow
/plugin update claude-workflow
/plugin uninstall claude-workflow
The work-on-issue skill assumes you're working in the
llm-chat-python-tutorial-docker repo and have available:
gh CLI (GitHub) logged in with access to the repo,git,uv (Python tooling),docker compose (optional, for running the environment),npm if you're touching admin-ui/.For the full list of conventions and guardrails see
plugins/claude-workflow/skills/work-on-issue/SKILL.md.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub michalstaniecko/claude-workflow --plugin claude-workflowPersistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.