diff --git a/.claude/commands/workflows/development-workflows.md b/.claude/commands/workflows/development-workflows.md
index 9038652..1bc8d93 100644
--- a/.claude/commands/workflows/development-workflows.md
+++ b/.claude/commands/workflows/development-workflows.md
@@ -37,7 +37,7 @@ The README table has these columns:
- **Plan**: Icon + linked name of the Plan implementation. Icon is `
` for command, `
` for agent, `
` for skill. Name links to the actual file in the repo
- **Agent/Command/Skill counts**: Just the number (e.g., `25`, `0`, `108+`)
-**Sort order**: Rows grouped by Plan type — commands first, agents second, skills third. Within each group, sorted by stars descending.
+**Sort order**: Sorted by stars descending (highest first). Do NOT group by Plan type.
---
@@ -186,7 +186,7 @@ Ask user: **(1) Execute all** | **(2) Execute specific** | **(3) Skip**
When executing, edit the `## ⚙️ DEVELOPMENT WORKFLOWS` table in `README.md`:
- Update stars, tags, Plan links, counts per row
-- Maintain sort order: command plans → agent plans → skill plans, then by stars descending within each group
+- Maintain sort order: stars descending (highest first). Do NOT group by Plan type
- Match existing format exactly (icons, badge URLs, link style)
---
@@ -197,7 +197,7 @@ When executing, edit the `## ⚙️ DEVELOPMENT WORKFLOWS` table in `README.md`:
2. **Never guess** — use data from agents only
3. **Don't auto-execute** — present report first, wait for approval
4. **ALWAYS append changelog** and **ALWAYS update badge** — mandatory
-5. **Sort by Plan type** — commands first, agents second, skills third; stars descending within each group
+5. **Sort by stars descending** — highest stars first, do NOT group by Plan type
6. **Tags use shields.io** — `` with `_` for spaces, `--` for hyphens
7. **Plan links must point to actual files** — not repo root
8. **Agents, commands, skills are different** — count from their respective directories, don't conflate
diff --git a/README.md b/README.md
index ccb0a17..f41c19e 100644
--- a/README.md
+++ b/README.md
@@ -86,14 +86,14 @@ All major workflows converge on the same architectural pattern: **Research → P
| Name | ★ | Uniqueness | Plan |
|
|
|
|------|---|------------|------|---|---|---|
-| [Spec Kit](https://github.com/github/spec-kit) | 79k |    |
[speckit.plan](https://github.com/github/spec-kit/blob/main/templates/commands/plan.md) | 0 | 9+ | 0 |
-| [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 32k |    |
[opsx:propose](https://github.com/Fission-AI/OpenSpec/blob/main/src/commands/workflow/new-change.ts) | 0 | 11 | 11 |
-| [HumanLayer](https://github.com/humanlayer/humanlayer) | 10k |    |
[create_plan](https://github.com/humanlayer/humanlayer/blob/main/.claude/commands/create_plan.md) | 6 | 27 | 0 |
-| [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) | 89k |    |
[planner](https://github.com/affaan-m/everything-claude-code/blob/main/agents/planner.md) | 25 | 57 | 108+ |
-| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 36k |    |
[gsd-planner](https://github.com/gsd-build/get-shit-done/blob/main/agents/gsd-planner.md) | 16 | 50 | 0 |
| [Superpowers](https://github.com/obra/superpowers) | 100k |    |
[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) | 89k |    |
[planner](https://github.com/affaan-m/everything-claude-code/blob/main/agents/planner.md) | 25 | 57 | 108+ |
+| [Spec Kit](https://github.com/github/spec-kit) | 79k |    |
[speckit.plan](https://github.com/github/spec-kit/blob/main/templates/commands/plan.md) | 0 | 9+ | 0 |
| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 41k |    |
[bmad-create-prd](https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/bmm-skills/2-plan-workflows/bmad-create-prd) | 9 | 0 | 42 |
+| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 36k |    |
[gsd-planner](https://github.com/gsd-build/get-shit-done/blob/main/agents/gsd-planner.md) | 16 | 50 | 0 |
+| [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 32k |    |
[opsx:propose](https://github.com/Fission-AI/OpenSpec/blob/main/src/commands/workflow/new-change.ts) | 0 | 11 | 11 |
| [gstack](https://github.com/garrytan/gstack) | 29k |    |
[plan-eng-review](https://github.com/garrytan/gstack/tree/main/plan-eng-review) | 0 | 0 | 21 |
+| [HumanLayer](https://github.com/humanlayer/humanlayer) | 10k |    |
[create_plan](https://github.com/humanlayer/humanlayer/blob/main/.claude/commands/create_plan.md) | 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)