remove Plan column and move Workflow column to position 3 in DEVELOPMENT WORKFLOWS table
The Plan column duplicated information already legible in the Workflow pipeline (the entry skill is always the first badge in the row) and the Workflow column carries more signal. New column order: Name | ★ | Workflow | a | c | s. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -99,19 +99,19 @@ claude
|
||||
|
||||
All major workflows converge on the same architectural pattern: **Research → Plan → Execute → Review → Ship**
|
||||
|
||||
| Name | ★ | Plan | <img src="!/tags/a.svg" height="14"> | <img src="!/tags/c.svg" height="14"> | <img src="!/tags/s.svg" height="14"> | Workflow |
|
||||
|------|---|------|---|---|---|----------|
|
||||
| [Superpowers](https://github.com/obra/superpowers) | 168k | <img src="!/tags/s.svg" height="14"> [writing-plans](https://github.com/obra/superpowers/tree/main/skills/writing-plans) | 5 | 3 | 14 |  →  →  ( + ) →  |
|
||||
| [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) | 167k | <img src="!/tags/a.svg" height="14"> [planner](https://github.com/affaan-m/everything-claude-code/blob/main/agents/planner.md) | 48 | 143 | 230 |  →  →  →  →  →  |
|
||||
| [Spec Kit](https://github.com/github/spec-kit) | 91k | <img src="!/tags/c.svg" height="14"> [speckit.plan](https://github.com/github/spec-kit/blob/main/templates/commands/plan.md) | 0 | 9+ | 0 |  →  →  →  →  |
|
||||
| [gstack](https://github.com/garrytan/gstack) | 84k | <img src="!/tags/s.svg" height="14"> [autoplan](https://github.com/garrytan/gstack/tree/main/autoplan) | 0 | 0 | 41 |  →  →  →  →  →  →  →  →  |
|
||||
| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 57k | <img src="!/tags/a.svg" height="14"> [gsd-planner](https://github.com/gsd-build/get-shit-done/blob/main/agents/gsd-planner.md) | 33 | 122 | 0 |  →  →  →  (parallel waves +  loop) →  →  |
|
||||
| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 46k | <img src="!/tags/s.svg" height="14"> [bmad-create-prd](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/bmm-skills/2-plan-workflows/bmad-create-prd) | 0 | 0 | 39 |  →  →  →  →  → ( →  →  per story) →  |
|
||||
| [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 43k | <img src="!/tags/c.svg" height="14"> [opsx:propose](https://github.com/Fission-AI/OpenSpec/blob/main/src/commands/workflow/new-change.ts) | 0 | 11 | 0 |  →  →  |
|
||||
| [Matt Pocock Skills](https://github.com/mattpocock/skills) | 36k | <img src="!/tags/s.svg" height="14"> [to-prd](https://github.com/mattpocock/skills/tree/main/skills/to-prd) | 0 | 0 | 16 |  →  →  →  ( + ) →  →  |
|
||||
| [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | 31k | <img src="!/tags/s.svg" height="14"> [ralplan](https://github.com/Yeachan-Heo/oh-my-claudecode/tree/main/skills/ralplan) | 19 | 0 | 46 |  →  ( →  →  →  →  loop) →  →  |
|
||||
| [Compound Engineering](https://github.com/EveryInc/compound-engineering-plugin) | 16k | <img src="!/tags/s.svg" height="14"> [ce-plan](https://github.com/EveryInc/compound-engineering-plugin/tree/main/plugins/compound-engineering/skills/ce-plan) | 51 | 4 | 37 |  →  →  →  →  →  →  |
|
||||
| [HumanLayer](https://github.com/humanlayer/humanlayer) | 11k | <img src="!/tags/c.svg" height="14"> [create_plan](https://github.com/humanlayer/humanlayer/blob/main/.claude/commands/create_plan.md) | 6 | 27 | 0 |  →  →  |
|
||||
| Name | ★ | Workflow | <img src="!/tags/a.svg" height="14"> | <img src="!/tags/c.svg" height="14"> | <img src="!/tags/s.svg" height="14"> |
|
||||
|------|---|----------|---|---|---|
|
||||
| [Superpowers](https://github.com/obra/superpowers) | 168k |  →  →  ( + ) →  | 5 | 3 | 14 |
|
||||
| [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) | 167k |  →  →  →  →  →  | 48 | 143 | 230 |
|
||||
| [Spec Kit](https://github.com/github/spec-kit) | 91k |  →  →  →  →  | 0 | 9+ | 0 |
|
||||
| [gstack](https://github.com/garrytan/gstack) | 84k |  →  →  →  →  →  →  →  →  | 0 | 0 | 41 |
|
||||
| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 57k |  →  →  →  (parallel waves +  loop) →  →  | 33 | 122 | 0 |
|
||||
| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 46k |  →  →  →  →  → ( →  →  per story) →  | 0 | 0 | 39 |
|
||||
| [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 43k |  →  →  | 0 | 11 | 0 |
|
||||
| [Matt Pocock Skills](https://github.com/mattpocock/skills) | 36k |  →  →  →  ( + ) →  →  | 0 | 0 | 16 |
|
||||
| [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | 31k |  →  ( →  →  →  →  loop) →  →  | 19 | 0 | 46 |
|
||||
| [Compound Engineering](https://github.com/EveryInc/compound-engineering-plugin) | 16k |  →  →  →  →  →  →  | 51 | 4 | 37 |
|
||||
| [HumanLayer](https://github.com/humanlayer/humanlayer) | 11k |  →  →  | 6 | 27 | 0 |
|
||||
|
||||
### Others
|
||||
- [Cross-Model (Claude Code + Codex) Workflow](development-workflows/cross-model-workflow/cross-model-workflow.md) [](development-workflows/cross-model-workflow/cross-model-workflow.md)
|
||||
|
||||
Reference in New Issue
Block a user