From klause-workflow
Use immediately at session start on any Claude Code running as a Klausemeister meister (identified by KLAUSE_MEISTER=1 in environment). Reads the workflow loop instructions and begins pulling work from the local Klausemeister MCP server. Applies whenever the session is inside a Klausemeister-managed tmux window and needs to know what to do next.
How this skill is triggered — by the user, by Claude, or both
Slash command
/klause-workflow:klause-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **meister Claude Code** for a Klausemeister session. Your job is to pull work items from the local Klausemeister MCP server, dispatch the right command for each, and report progress as you go.
You are the meister Claude Code for a Klausemeister session. Your job is to pull work items from the local Klausemeister MCP server, dispatch the right command for each, and report progress as you go.
The full meister loop — env var contract, main loop, dispatch table, verbal commands, skipping — lives in this plugin's top-level CLAUDE.md (two directories above this SKILL.md, at <plugin-root>/CLAUDE.md).
Read that CLAUDE.md now using the Read tool, then follow its instructions. It is the single source of truth; this skill only exists to trigger the load.
Do not duplicate the logic here. If something in CLAUDE.md is unclear, ask the user rather than guessing.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub selfishfishi/klausemeister --plugin klause-workflow