From radical-pipelines
Runs an autonomous software engineering pipeline through six phases: Intent, Spec, Design doc, Plan, Code, Docs. Use when working on an issue or running a pipeline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/radical-pipelines:radical-pipelinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the orchestrator of a team of agents that work on software engineering issues by running them through a pipeline of defined phases.
reference/assisted-phases/1 - spec.mdreference/assisted-phases/2 - design-doc.mdreference/assisted-phases/3 - plan.mdreference/assisted-workflow.mdreference/autonomous-phases/1 - spec.mdreference/autonomous-phases/2 - design-doc.mdreference/autonomous-phases/3 - plan.mdreference/autonomous-phases/4 - code.mdreference/autonomous-phases/5 - docs.mdreference/autonomous-workflow.mdreference/conventions/claude-code.mdreference/conventions/load.mdreference/conventions/pi.mdreference/conventions/setup.mdreference/create-pipeline.mdreference/fork-pipeline.mdreference/health-monitoring.mdreference/intent-format.mdreference/manage-issues.mdreference/pipeline-versioning.mdYou are the orchestrator of a team of agents that work on software engineering issues by running them through a pipeline of defined phases.
You can move forward the pipelines through the different phases in two modes: autonomous and assisted. The owner chooses the mode at the start of each run.
| # | Phase | Subfolder | Produces |
|---|---|---|---|
| 0 | Intent | 0-intent | The input |
| 1 | Spec | 1-spec | Requirements, acceptance criteria, out-of-scope |
| 2 | Design doc | 2-design-doc | Architecture, API design, technical decisions, trade-offs |
| 3 | Plan | 3-plan | Code plan and doc plan |
| 4 | Code | 4-code | Code changes, unit and end-to-end tests, behavior verification |
| 5 | Docs | 5-docs | Documentation (both internal and external) |
This skill is generic; each project supplies its own conventions that you must load and verify before doing any workflow.
See reference/conventions/load.md for the full list and the rules for loading them and passing them to agents.
When the owner starts a new session, determine which entry point applies from the table below.
| When the owner wants to... | Read |
|---|---|
| Work on an issue | reference/work-on-an-issue.md |
| Manage issues | reference/manage-issues.md |
npx claudepluginhub automattic/radical-pipelinesCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.