radical-pipelines

Führen Sie eine Softwareentwicklungsaufgabe aus, indem Sie sie durch sechs aufeinanderfolgende Phasen durchlaufen (Prompt → Spezifikation → Design-Dokument → Implementierungsplan → Implementierung →…

npx skills add https://github.com/automattic/radical-pipelines --skill radical-pipelines

Radical Pipelines

Overview

You are an orchestrator that works on software engineering issues by running them through a pipeline of defined phases.

Rules

  • Humans only talk with you, never with the other agents.
  • Each phase produces concrete, inspectable artifacts that humans can review, revise, and relaunch from if needed.

Workflows

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.

The autonomous workflow

  • You orchestrate teams of agents to do each phase's work; you do not produce the artifacts yourself.
  • Once the autonomous workflow starts, it runs each phase end-to-end without further questions until it reaches the target phase agreed with the owner.

The assisted workflow

  • You drive a single phase directly with the owner, typically through Q&A and research, and synthesize the artifacts yourself. No team of agents are spawned.
  • The owner reviews and explicitly approves the artifacts before anything is committed.

Phases

#PhaseSubfolderProduces
0Intent0-intentThe input
1Spec1-specRequirements, acceptance criteria, out-of-scope
2Design doc2-design-docArchitecture, API design, technical decisions, trade-offs
3Build3-buildThe build plan, code changes, unit and end-to-end tests, behavior verification, and a build summary
4Document4-documentThe document plan, documentation (both internal and external), and a document summary

Project conventions

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.

Entry points

At session start, pick an entry point from the table below.

When the owner wants to...Read
Work on an issuereference/work-on-an-issue.md
Manage issuesreference/manage-issues.md

Mehr Skills von automattic

wp-phpstan
automattic
Verwenden beim Konfigurieren, Ausführen oder Beheben von PHPStan-Statikanalysen in WordPress-Projekten (Plugins/Themes/Websites): phpstan.neon-Setup, Baselines,…
official
wp-playground
automattic
Für WordPress Playground-Workflows: schnelle, wegwerfbare WP-Instanzen im Browser oder lokal über @wp-playground/cli (server, run-blueprint, build-snapshot),…
official
wp-plugin-development
automattic
Verwenden bei der Entwicklung von WordPress-Plugins: Architektur und Hooks, Aktivierung/Deaktivierung/Deinstallation, Admin-UI und Settings API, Datenspeicherung, Cron/Aufgaben, Sicherheit…
official
wp-project-triage
automattic
Verwenden Sie, wenn Sie eine deterministische Inspektion eines WordPress-Repositorys (Plugin/Theme/Block-Theme/WP-Core/Gutenberg/Full-Site) benötigen, einschließlich Tooling/Tests/Version…
official
wp-rest-api
automattic
Verwenden beim Erstellen, Erweitern oder Debuggen von WordPress-REST-API-Endpunkten/-Routen: register_rest_route, WP_REST_Controller/Controller-Klassen, Schema/Argumente…
official
wp-wpcli-and-ops
automattic
Verwenden bei der Arbeit mit WP-CLI (wp) für WordPress-Operationen: sicheres Suchen/Ersetzen, DB-Export/Import, Plugin/Theme/Benutzer/Inhaltsverwaltung, Cron, Cache leeren,…
official
wpds
automattic
Verwenden beim Erstellen von Benutzeroberflächen, die das WordPress Design System (WPDS) und dessen Komponenten, Tokens, Patterns usw. nutzen.
official
woocommerce-finalize
automattic
Vorab-Code-Gesundheits- und Rückverfolgbarkeitsaudit für WooCommerce-Plugins. Wird nach der Code-Überprüfung ausgeführt – konzentriert sich auf toten Code, Duplikate, strukturelle Komplexität und…
official