From fb1dc84700cd9c4b9c070a2c6f2e49744a843766 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Wed, 29 Apr 2026 00:27:01 +0500 Subject: [PATCH] recolor sub-loop steps yellow in DEVELOPMENT WORKFLOWS table and add legend Restores the sub-loop semantic that was lost when parenthetical qualifiers were flattened. Steps that repeat inside a parent step (e.g. test-driven-development inside subagent-driven-development, bmad-create-story per story, team-fix until verified) now use fff3b0 (soft yellow) instead of ddf4ff (light blue). A blockquote legend below the table explains the convention. Affected rows: Superpowers, Get Shit Done, BMAD-METHOD, Matt Pocock Skills, oh-my-claudecode. The other 6 workflows are flat with no sub-loops. Co-Authored-By: Claude --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b13a28..524c866 100644 --- a/README.md +++ b/README.md @@ -101,18 +101,20 @@ All major workflows converge on the same architectural pattern: **Research → P | Name | ★ | Workflow | | | | |------|---|----------|---|---|---| -| [Superpowers](https://github.com/obra/superpowers) | 168k | brainstormingwriting-planssubagent-driven-developmenttest-driven-developmentrequesting-code-reviewfinishing-a-development-branch | 5 | 3 | 14 | +| [Superpowers](https://github.com/obra/superpowers) | 168k | brainstormingwriting-planssubagent-driven-developmenttest-driven-developmentrequesting-code-reviewfinishing-a-development-branch | 5 | 3 | 14 | | [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) | 167k | /ecc:plan/tdd/code-review/security-scan/e2emerge | 48 | 143 | 230 | | [Spec Kit](https://github.com/github/spec-kit) | 91k | /speckit.constitution/speckit.specify/speckit.plan/speckit.tasks/speckit.implement | 0 | 9+ | 0 | | [gstack](https://github.com/garrytan/gstack) | 84k | /office-hours/plan-ceo-review/plan-eng-review/plan-design-reviewimplement/review/qa/ship/land-and-deploy | 0 | 0 | 41 | -| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 57k | /gsd-new-project/gsd-discuss-phase/gsd-plan-phase/gsd-execute-phase/gsd-verify-work/gsd-ship/gsd-complete-milestone | 33 | 122 | 0 | -| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 46k | bmad-product-briefbmad-create-prdbmad-create-architecturebmad-create-epics-and-storiesbmad-sprint-planningbmad-create-storybmad-dev-storybmad-code-reviewbmad-retrospective | 0 | 0 | 39 | +| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 57k | /gsd-new-project/gsd-discuss-phase/gsd-plan-phase/gsd-execute-phase/gsd-verify-work/gsd-ship/gsd-complete-milestone | 33 | 122 | 0 | +| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 46k | bmad-product-briefbmad-create-prdbmad-create-architecturebmad-create-epics-and-storiesbmad-sprint-planningbmad-create-storybmad-dev-storybmad-code-reviewbmad-retrospective | 0 | 0 | 39 | | [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 43k | /opsx:propose/opsx:apply/opsx:archive | 0 | 11 | 0 | -| [Matt Pocock Skills](https://github.com/mattpocock/skills) | 36k | /grill-me/to-prd/to-issuesralph-loop/tddfeedback-loops/improve-codebase-architecturereview | 0 | 0 | 16 | -| [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | 31k | /deep-interview/teamteam-planteam-prdteam-execteam-verifyteam-fix/ralphmerge | 19 | 0 | 46 | +| [Matt Pocock Skills](https://github.com/mattpocock/skills) | 36k | /grill-me/to-prd/to-issuesralph-loop/tddfeedback-loops/improve-codebase-architecturereview | 0 | 0 | 16 | +| [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | 31k | /deep-interview/teamteam-planteam-prdteam-execteam-verifyteam-fix/ralphmerge | 19 | 0 | 46 | | [Compound Engineering](https://github.com/EveryInc/compound-engineering-plugin) | 16k | /ce-ideate/ce-brainstorm/ce-plan/ce-work/ce-code-review/ce-compoundrepeat | 51 | 4 | 37 | | [HumanLayer](https://github.com/humanlayer/humanlayer) | 11k | /rpi:research/rpi:plan/rpi:implement | 6 | 27 | 0 | +> *Note: yellow tags are sub-loops — steps that repeat inside a parent step (e.g. per task, per story, or until a verify condition passes).* + ### Others - [Cross-Model (Claude Code + Codex) Workflow](development-workflows/cross-model-workflow/cross-model-workflow.md) [![Implemented](!/tags/implemented.svg)](development-workflows/cross-model-workflow/cross-model-workflow.md) - [RPI](development-workflows/rpi/rpi-workflow.md) [![Implemented](!/tags/implemented.svg)](development-workflows/rpi/rpi-workflow.md)