TheAstrelo/Claude-Pipeline

Tool-agnostic 13-phase AI development pipeline — turns a task description into reviewed, committed code through automated design, adversarial review, security, test, and code-review gates. One bash engine, balanced Opus/Sonnet routing, self-healing commit review.

44Stars on the repository
40Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

README

01

TheAstrelo/Claude-Pipeline

Agent Claude Code

These agents back the per-phase slash commands (/design, /ar, /security-review, …) when you run them interactively in Claude Code. The pipeline engine (run-pipeline.sh) does not use them — it inlines every phase prompt in buildprompt(). Editing an agent changes the interactive helper only, never engine behavior.

not rated 44 today A 0 tokens original MIT

TheAstrelo/Claude-Pipeline

Agent Claude Code

Multi-perspective critique to stress-test designs. Runs 3 critic passes with different viewpoints to surface blind spots.

not rated 44 today A 28 tokens original MIT

architect

03

TheAstrelo/Claude-Pipeline

Agent Claude Code

Create first-principles design grounded in live documentation research. Every decision must cite authoritative sources.

not rated 44 today A 21 tokens original MIT

atomic-planner

04

TheAstrelo/Claude-Pipeline

Agent Claude Code

Create deterministic implementation specs with zero ambiguity. Builders should never need to make decisions.

not rated 44 today A 20 tokens original MIT

builder

05

TheAstrelo/Claude-Pipeline

Agent Claude Code

Execute implementation plans with context isolation per step. No improvisation - follow the plan exactly.

not rated 44 today A 20 tokens original MIT

code-scanner

06

TheAstrelo/Claude-Pipeline

Agent Claude Code

Lightweight proactive code analysis — scan for issues, missing tests, and improvement opportunities without running the full pipeline.

not rated 44 today A 26 tokens original MIT

denoiser

07

TheAstrelo/Claude-Pipeline

Agent Claude Code

Remove debug artifacts, console.logs, commented code, and development leftovers from production code.

not rated 44 today A 21 tokens original MIT

drift-detector

08

TheAstrelo/Claude-Pipeline

Agent Claude Code

Verify plan-vs-design alignment before build. Catch missing coverage, scope creep, and contradictions.

not rated 44 today A 24 tokens original MIT

plan-reviewer

09

TheAstrelo/Claude-Pipeline

Agent Claude Code

Reviews implementation plans for completeness, feasibility, risks, and alignment with project conventions. Provides a verdict and actionable feedback.

not rated 44 today A 27 tokens original MIT

planner

10

TheAstrelo/Claude-Pipeline

Agent Claude Code

Creates detailed implementation plans for features, bug fixes, and refactors. Explores the codebase, identifies files to change, and produces a step-by-step plan with acceptance criteria.

not rated 44 today A 38 tokens original MIT

pre-check

11

TheAstrelo/Claude-Pipeline

Agent Claude Code

Research existing solutions before building anything new.

not rated 44 today A 10 tokens original MIT

quality-docs

13

TheAstrelo/Claude-Pipeline

Agent Claude Code

Documentation coverage check - verify Swagger docs, JSDoc comments, and API documentation.

not rated 44 today A 21 tokens original MIT

quality-fit

14

TheAstrelo/Claude-Pipeline

Agent Claude Code

Code quality check for types, lint, and project conventions. Verify code fits RDO patterns.

not rated 44 today A 22 tokens original MIT

TheAstrelo/Claude-Pipeline

Agent Claude Code

Extract and crystallize requirements through structured Q&A. Transforms fuzzy requests into precise, actionable briefs.

not rated 44 today A 25 tokens original MIT

security-auditor

16

TheAstrelo/Claude-Pipeline

Agent Claude Code

Security audit for OWASP vulnerabilities, auth bypass, secrets exposure, and injection attacks.

not rated 44 today A 22 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: