Labsco
automattic logo

radical-pipelines

9

Claude Code plugin · automattic/radical-pipelines · GPL-3.0

An agent orchestrator that runs teams of agents autonomously through a pipeline of defined phases, where each phase produces concrete, inspectable artifacts.

1 skills · 18 sub-agents — installs as one unit

⌁ skills (1)

radical-pipelines

🔥🔥🔥🔥✓ Verified

Run an autonomous software engineering pipeline that takes an issue through six sequential phases (Intent → Spec → Design doc → Plan → Code → Docs), each producing inspectable artifacts. Use when the user wants to work on an issue or run a pipeline.

Full instructions & audit →

⌁ sub-agents (18)

Specialized AI teammates that ship inside this plugin — your agent delegates focused jobs to them automatically. They install with the plugin; nothing extra to set up.

🤖 code-plan-reviewer

Adversarially review the code plan produced for a Radical Pipelines task for completeness, feasibility, and alignment with the spec and design

🤖 code-plan-writer

Produce the code plan for a Radical Pipelines task

🤖 code-reviewer

Adversarially review a batch of completed code-writer tasks against the code plan, spec, and design — once, after all tasks in the batch have committed

🤖 code-writer-e2e

Execute one task from the code plan by implementing the planner's e2e test specs from code-plan.md as automated end-to-end tests that satisfy the task's acceptance criteria

🤖 code-writer-tdd

Execute one task from the code plan with test-driven development, producing code and unit tests via TDD that satisfy the task's acceptance criteria

🤖 design-doc-analyst

Drive iterative Q&A with the design-doc-researcher to work through the design and record design-doc-research.md

🤖 design-doc-researcher

Investigate design-phase questions by exploring the codebase, the web, and running experiments

🤖 design-doc-reviewer

Adversarially review the design doc produced for a Radical Pipelines task for completeness, soundness, and alignment with the spec

🤖 design-doc-writer

Produce the design doc for a Radical Pipelines task, capturing architecture and technical decisions

🤖 docs-plan-reviewer

Adversarially review the documentation plan produced for a Radical Pipelines task for completeness, drift-resistance, and alignment with the spec and code plan

🤖 docs-plan-writer

Produce the documentation plan for a Radical Pipelines task

🤖 docs-reviewer

Adversarially review a batch of completed docs-writer tasks against the docs plan, spec, design doc, and the shipped code — once, after all tasks in the batch have committed

🤖 docs-writer

Execute one task from the docs plan, producing documentation that accurately reflects the shipped code and conveys the design rationale to the task's audience

🤖 spec-analyst

Drive iterative Q&A with the spec-researcher to produce clear, testable requirements

🤖 spec-consolidator

Merge parallel spec drafts into a single final spec

🤖 spec-researcher

Investigate spec-phase questions by exploring the codebase, the web, and running experiments

🤖 spec-reviewer

Review specs adversarially and approve or reject with specific feedback

🤖 spec-writer

Synthesize requirements into a standalone spec.md (Overview, Requirements, Out of Scope, Acceptance Criteria)