By thomfilg
Multi-agent orchestrator. Bootstraps per-ticket tmux sessions in isolated worktrees, conducts them (auto-restart on silence, surface real prompts to the operator), and exposes a file-mailbox signal channel.
Conduct running /work agents. Use when the user says "start the conductor", "watch the agents", "monitor my agents", "start conducting", "babysit the agents", or asks to oversee multiple GH-<N>-work tmux sessions. Surfaces real questions to the operator and auto-restarts silent agents.
Orchestrate multiple /work agents in parallel. Use when the user says "orchestrate these tickets", "launch agents", "bootstrap multiple tickets", "run all of these in parallel", "start a swarm", or lists several ticket IDs to work on simultaneously. Creates one tmux session per ticket in its own worktree, auto-restarts silent agents, and surfaces real questions to the operator.
Pulse — snapshot of all running agents. Use when the user says "pulse", "agent status", "what are my agents doing", "check on agents", "show agent dashboard", "snapshot", or asks for a current view of running /work sessions. One-shot table showing last commits, pane spinners, token counts, and open-PR state per agent.
Signal a ticket's mailbox. Use when the user says "signal X", "send message to ticket", "ping the GH-N agent", "leave a note for X", "broadcast to inbox", or asks to drop a line in a ticket's inbox channel. Appends to /tmp/claude-agent-inbox/<TICKET>.log — human-to-human alert across terminals, NOT an agent input pipe.
A Claude Code plugin marketplace. Three plugins live in this repo under plugins/:
| Plugin | Path | Purpose |
|---|---|---|
work-workflow | plugins/work/ | Deterministic /work orchestrator — ticket → PR delivery via a typed state machine |
synapsys | plugins/synapsys/ | Context-triggered memory injection |
maestro | plugins/maestro/ | Multi-agent orchestration over per-ticket tmux sessions |
Repo-level files (package.json, pnpm-lock.yaml, node_modules/, biome.json, .env) are workspace-wide dev tooling. Plugin assets (agents, hooks, skills, scripts, docs) live entirely inside each plugin's directory.
/plugin marketplace add thomfilg/claude-plugin-work
/plugin install work-workflow@latest
/plugin install synapsys@latest
/plugin install maestro@latest
pnpm test # full unit suite (work-workflow)
pnpm quality # static-code gate (full repo)
pnpm quality:changed # gate on files changed vs main
pnpm format # biome format --write .
CI: .github/workflows/ci.yml runs tests + quality on every PR. .github/workflows/bump-version.yml auto-bumps the work-workflow version on every push to main, derived from the conventional-commit type in the merge subject.
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 thomfilg/ai-plugin-work --plugin maestroConfig-driven file/directory guard. Lock blocks declare protected paths + an unlock phrase; a PreToolUse hook blocks Edit/Write/Bash/Task mutations unless the user speaks the phrase. Also conceals paths (hard read+write deny, no unlock) and can harden MCP secrets behind a setuid OS boundary. Stores are local, worktree, or global like synapsys.
Self-contained workflow plugin with agents, hooks, skills, and orchestration. Includes 18 specialized agents, agent-specific hooks, and 25 skills.
Context-triggered memory injection. Memories declare trigger patterns + lifecycle events in frontmatter; matching memories are injected into Claude's context on the right hook.
Supergraph enforces a complete, evidence-based coding pipeline — scan → plan → TDD → fix → verify → review — grounded in real codebase analysis at every step. It combines AST dependency graphs, LSP-level code intelligence, and a structured skill chain so Claude never guesses about impact before making a change.
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Persistent 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).
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
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,896 supported skills.