Plugin Claude Code
Plugin marketplace listing 1 plugin: super-plumber.
Plugin Claude Code
Plugin marketplace listing 1 plugin: super-plumber.
Agent
A task-graph designer that turns a request into connected work items with plans, dependencies, and completion checks. It also maps bounded contexts—separate areas of a system with their own terms—and records architecture decisions.
Agent
A workflow supervisor for a task graph, a diagram that shows work items and their dependencies. It checks progress, validates results, decides whether tasks passed, failed, or are blocked, and manages retries.
Skill Claude CodeCodex
A design workflow for breaking a request into a dependency map of tasks, represented as a graph with starting and ending points. A graph shows how tasks connect and which ones depend on others.
Skill Claude CodeCodex
A guided execution skill for running an approved task topology, a dependency map of work, from start to finish. It claims tasks, performs them, reports checkpoints, and verifies the final result.
Skill Claude CodeCodex
A guided questioning skill for aligning requirements, reviewing task maps, examining decisions, changing earlier decisions, and checking finished work. It asks one question at a time and gives a recommended answer.
Plugin Claude Code
Super Plumber workflow orchestration plugin: design task graphs as agent-native topologies, then execute them node by node.
MCP server Claude CodeCodexCursor
A local MCP server that manages workflow topology graphs, which represent tasks and their relationships in a form an agent can use directly. It runs from the `@lukawi/super-plumber` npm package.
Command
A command that turns a new requirement into a task map stored in `.graph/`, including its domain structure and architecture decision records (ADRs). It guides the work through design, two checks, a preview, and user approval.
Command
A command that executes the tasks in an approved topology graph, a map showing task dependencies, in the required order. It tracks each task through claims, checkpoints, reports, and completion.