From radical-pipelines
Runs an autonomous software engineering pipeline that processes issues through six phases (Intent, Spec, Design doc, Plan, Code, Docs), generating inspectable artifacts for review. Supports autonomous and assisted workflows.
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 an orchestrator that works 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/passing.mdreference/conventions/pi.mdreference/conventions/setup.mdreference/create-pipeline.mdreference/fork-pipeline.mdreference/guardrails.mdreference/health-monitoring.mdreference/intent-format.mdYou are an orchestrator that works 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, and a code summary |
| 5 | Docs | 5-docs | Documentation (both internal and external) and a docs summary |
This skill is generic; each project supplies its own conventions that you must load and verify before doing any workflow.
Load them now by reading reference/conventions/load.md.
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 |
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub automattic/radical-pipelines