LUKAWI

10 mods across 1 repository, 2 stars between them.

sp-designer

02

LUKAWI/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.

2 yesterday A 63 tokens original MIT

super-mario

03

LUKAWI/super-plumber

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.

2 yesterday A 71 tokens original MIT

plumber-design

04

LUKAWI/super-plumber

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.

2 yesterday A 152 tokens original MIT

plumber-execute

05

LUKAWI/super-plumber

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.

2 yesterday A 152 tokens original MIT

sp-grilling

06

LUKAWI/super-plumber

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.

2 yesterday A 191 tokens original MIT

super-plumber

07

LUKAWI/super-plumber

Plugin Claude Code

Super Plumber workflow orchestration plugin: design task graphs as agent-native topologies, then execute them node by node.

2 yesterday A tokens not measured original MIT

graph-mcp

08

LUKAWI/super-plumber

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.

2 yesterday A tokens not measured original MIT

plumber-design

09

LUKAWI/super-plumber

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.

2 yesterday A 45 tokens original MIT

plumber-execute

10

LUKAWI/super-plumber

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.

2 yesterday A 39 tokens original MIT