By swe-workflow
The idiomatic software-engineering workflow: Idea → PRDs → Issues → ship. A chain of small, observable steps connected by markdown files — not an opaque framework.
Spec one feature into a PRD (swe-workflow stage 3) — grill it, then synthesize the PRD. Pass a feature slug from FEATURES.md. Idempotent — skips a feature that already has a PRD.
Bootstrap a repo for swe-workflow (stage 0) — install prerequisite skills, inject the always-on rules, and configure per-repo settings (issue tracker, triage labels, domain docs, landing method). Idempotent, safe to re-run.
Batch-run /ship across a backlog — each AFK issue sequentially, in dependency order, pausing at HITL issues. Optional scope = a feature directory.
Plan, build, and close out ONE issue end to end (swe-workflow stages 5–7). Takes an issue slug — a local-markdown path, or a tracker id (GitHub
Take an idea or feature from domain grill to a ready-for-agent backlog (swe-workflow stages 1–4) — grill, features, PRD, issues. Optional arg = a feature slug or raw idea. Idempotent.
Append-only DECISIONS.md journal at the repo root for consequential calls the spec didn't settle. Use when you (or the user) make a non-trivial call worth a durable record — an under-specified requirement, a tradeoff, a deviation, or a hard-to-undo action.
The idiomatic idea → PRD → issues → shipped-PR workflow. Use to plan a feature end-to-end, turn a fuzzy idea into a PRD, or ship a ready-for-agent issue.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
The idiomatic software-engineering workflow: Idea → PRDs → Issues → ship. A chain of small, observable steps connected by markdown files — not an opaque framework.
It ships as Agent Skills, so it runs on Claude Code, Codex, Gemini CLI, Cursor, and any other skills-compatible agent. Pure markdown — no scripts, no build.
Installs the plugin — both skills (swe-workflow, log-decisions) plus the /swe-workflow:* slash commands.
/plugin marketplace add swe-workflow/swe-workflow
/plugin install swe-workflow@swe-workflow
(swe-workflow@swe-workflow is plugin@marketplace — both happen to be named swe-workflow.)
Installs both skills — swe-workflow and log-decisions.
npx skills add swe-workflow/swe-workflow
/swe-workflow:setup (0), :spec (1–4), :to-features (2), :grill-feature (3), :ship (5–7), :ship-all (5–7 ×N), :status (thin shims over the skill), or invoke the swe-workflow skill to drive the whole chain (0–7).swe-workflow skill and say what you want ("ship issue #42"); it routes to the right stage. Most hosts also surface it as a slash command or trigger it from its description.The workflow orchestrates several skills this suite doesn't bundle. The setup stage (/swe-workflow:setup) auto-installs the missing ones (then restart to activate them); or install manually:
planning-with-files — the plan / plan-goal / status engine the ship stage runs for each issue. Cross-agent.andrej-karpathy-skills:karpathy-guidelines — code-quality guardrails (surgical, simple changes).mattpocock/skills — tdd (the red → green → refactor inner loop) plus the upstream spec layer: setup-matt-pocock-skills, grill-with-docs, to-prd, to-issues, and triage. Cross-agent. IDEA
│
▼ /setup (0) ──► bootstrap repo — prereq skills · always-on rules
│
▼ SPEC LAYER · /spec (stages 1–4, AFK-friendly)
│ grill (1) ──► CONTEXT.md + ADRs
│ to-features (2) ──► FEATURES.md
│ grill-feature (3) ──► a PRD (one per feature)
│ to-issues (4) ──► ready-for-agent issues
│
▼ EXECUTION LAYER · /ship (one issue) · /ship-all (backlog, AFK)
│ plan (5) ──► task_plan.md (+ findings.md)
│ build (6) ──► progress.md (test-first, via /tdd)
│ close-out (7) ──► PR + worktree teardown
│
▼
SHIPPED
/triage runs alongside — sorts externally-filed issues into the ready-for-agent backlog
Those right-hand artifacts are the interface between stages — the files, not the agent's memory, carry state from stage to stage. See the swe-workflow skill (skills/swe-workflow/SKILL.md + REFERENCE.md, each stage's procedure in references/) for the full picture, including the detailed operational diagram.
Spelled out for a fresh project — three commands, and what each leaves behind:
/swe-workflow:setup (stage 0) — run once at the repo root; bootstraps the repo and auto-installs the external skills the later stages need./swe-workflow:spec (stages 1–4) — the spec layer, AFK-friendly: grill the domain → coarse features → a PRD per feature → tracer-bullet issues. Leaves CONTEXT.md + ADRs, FEATURES.md, PRDs, and a backlog of ready-for-agent issues./swe-workflow:ship-all (stages 5–7) — build and ship the whole backlog, AFK.Prefer to drive the spec layer by hand? Run its four stages as separate commands — /grill-with-docs (1) → /swe-workflow:to-features (2) → /swe-workflow:grill-feature (3, per feature) → /to-issues (4, per PRD). /grill-with-docs and /to-issues are external (mattpocock) skills; :to-features and :grill-feature are commands in this suite.
MIT
npx claudepluginhub swe-workflow/swe-workflow --plugin swe-workflowHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development