MarioEpkOne

19 mods across 1 repository, 2 stars between them.

pipelineiq

02

MarioEpkOne/PipelineIQ

Plugin Claude Code

Closed-loop spec -> plan -> implement -> audit -> fix -> merge pipeline for Claude Code.

2 2mo ago A tokens not measured original MIT

MarioEpkOne/PipelineIQ

Instructions file

Instructions for MarioEpkOne/PipelineIQ, covering pipelineiq — context for claude, what this project does, invariants, contracts and gotchas.

2 2mo ago A 2,282 tokens original MIT

auditor

04

MarioEpkOne/PipelineIQ

Agent

Audits an implementation against its spec and plan. Use when code changes have been made and need independent review for correctness, completeness, and spec compliance.

2 2mo ago A 33 tokens original MIT

fixer

05

MarioEpkOne/PipelineIQ

Agent

Fixes errors listed in an audit document. Use when an audit has identified actionable errors that need to be resolved in the implementation.

2 2mo ago A 29 tokens original MIT

implementer

06

MarioEpkOne/PipelineIQ

Agent

Implements an existing implementation plan. Use when a plan file exists and code changes need to be executed step by step in a worktree.

2 2mo ago A 31 tokens original MIT

planner

07

MarioEpkOne/PipelineIQ

Agent

Plans implementation of a spec. Use when a spec needs to be turned into an actionable implementation plan with steps, file scope, and verification criteria.

2 2mo ago A 31 tokens original MIT

re-auditor

08

MarioEpkOne/PipelineIQ

Agent

Verifies that a fixer's changes resolved errors from a prior audit. Use after a fix phase to check whether audit findings have been addressed.

2 2mo ago A 33 tokens original MIT

repair-agent

09

MarioEpkOne/PipelineIQ

Agent

Repairs a failed pipeline implementation. Use when a pipeline teammate reports PIPELINEFAILURE and the implementation needs minimum-viable fixing before re-audit.

2 2mo ago A 33 tokens original MIT

CLAUDE

10

MarioEpkOne/PipelineIQ

Command

(Scoped to this directory only. See root CLAUDE.md for project-wide context.).

2 2mo ago A 0 tokens original MIT

MarioEpkOne/PipelineIQ

Command

POST-IMPLEMENTATION AUDIT — analyzes what the implementing agent did wrong and why, proposes specific changes to CLAUDE.md / impl.md / impl-plan.md for approval, and appends new patterns to learnings.md.

2 2mo ago A 0 tokens original MIT

fix

12

MarioEpkOne/PipelineIQ

Command

TARGETED FIX — reads an audit document's "Actionable Errors" section and fixes each error. Can be used standalone or invoked by the pipeline.

2 2mo ago A 0 tokens original MIT

impl-plan

13

MarioEpkOne/PipelineIQ

Command

PLAN ONLY — reads a spec, orients in the codebase, creates a worktree, and writes a self-contained implementation plan. Manual handoff: you open a new session and run /impl yourself.

2 2mo ago A 0 tokens original MIT

impl

14

MarioEpkOne/PipelineIQ

Command

EXECUTE PLAN — reads an existing implementation plan and runs all steps autonomously, verifies each step, writes a working log, and prompts to commit.

2 2mo ago A 0 tokens original MIT

learnings-review

15

MarioEpkOne/PipelineIQ

Command

Review learnings.md, classify each entry as universal or project-specific, route approved entries to commands/.md or project KB files, curate existing KB entries, and archive everything to promotion-log.md.

2 2mo ago A 0 tokens original MIT

pipeline-team

16

MarioEpkOne/PipelineIQ

Command

Orchestrates the full implementation pipeline (impl-plan -> impl -> audit -> fix -> merge) across multiple pre-written specs simultaneously using Claude Code's agent teams feature. Specs run in parallel where dependencies allow; merges are serialized through the lead to preserve the worktree invariant. Replaces the…

2 2mo ago A 0 tokens original MIT

pipeline

17

MarioEpkOne/PipelineIQ

Command

CLOSED-LOOP PIPELINE -- runs the complete spec -> impl-plan -> impl -> audit -> fix loop -> summary workflow. The spec phase is interactive (inline). Each subsequent phase runs as an isolated subagent with clean context. If errors are found during audit, a fix->re-audit loop runs automatically (max 2 cycles).

2 2mo ago A 0 tokens original MIT

spec-splitter

18

MarioEpkOne/PipelineIQ

Command

SPEC SPLITTER -- analyzes a spec for context window pressure, proposes a decomposition, and generates self-contained child specs optimized for parallel /pipeline-team execution.

2 2mo ago A 0 tokens original MIT

spec

19

MarioEpkOne/PipelineIQ

Command

You investigate what the user wants to build, orient yourself in the codebase, then interview the user in depth to produce a complete specification.

2 2mo ago A 0 tokens original MIT