diff --git a/README.md b/README.md
index f30a81d..f07911b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# claude-code-best-practice
from vibe coding to agentic engineering - practice makes claude perfect
--white?style=flat&labelColor=555) 
+-white?style=flat&labelColor=555) 
[](best-practice/) [](implementation/) [](orchestration-workflow/orchestration-workflow.md) [](https://code.claude.com/docs) [](#-tips-and-tricks) [](#-subscribe) 
@@ -61,6 +61,7 @@ from vibe coding to agentic engineering - practice makes claude perfect
| [**GitHub Actions**](https://code.claude.com/docs/en/github-actions) | `.github/workflows/` | [GitLab CI/CD](https://code.claude.com/docs/en/gitlab-ci-cd) |
| [**Remote Control**](https://code.claude.com/docs/en/remote-control) | `/remote-control`, `/rc` | [](https://x.com/noahzweben/status/2032533699116355819) [Headless Mode](https://code.claude.com/docs/en/headless) |
| [**Deep Links**](https://code.claude.com/docs/en/deep-links) | `claude-cli://open?repo=…&q=…` | |
+| [**Dynamic Workflows**](https://code.claude.com/docs/en/workflows)  | `/workflows`, `workflow` keyword, `/effort ultracode`, `.claude/workflows/` | [Deep Research](https://code.claude.com/docs/en/workflows#run-a-bundled-workflow) |
| [**Agent Teams**](https://code.claude.com/docs/en/agent-teams)  | built-in (env var) | [](https://x.com/bcherny/status/2019472394696683904) [](implementation/claude-agent-teams-implementation.md) |
| [**Agent View**](https://code.claude.com/docs/en/agent-view)  | `claude agents`, `--bg`, `/bg` | |
| [**Scheduled Tasks**](https://code.claude.com/docs/en/scheduled-tasks) | `/loop`, `/schedule`, cron tools | [](https://x.com/bcherny/status/2030193932404150413) [](implementation/claude-scheduled-tasks-implementation.md) [Desktop scheduled tasks](https://code.claude.com/docs/en/desktop-scheduled-tasks) · [Announcement](https://x.com/noahzweben/status/2036129220959805859) |
@@ -107,17 +108,17 @@ All major workflows converge on the same architectural pattern: **Research → P
| Name | ★ | Workflow |
|
|
|
|------|---|----------|---|---|---|
-| [Superpowers](https://github.com/obra/superpowers) | 206k |
→
→
→
→
→
→
→
| 0 | 0 | 14 |
-| [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) | 192k |
→
→
→
→
→
| 48 | 143 | 230 |
-| [Spec Kit](https://github.com/github/spec-kit) | 106k |
→
→
→
→
→
→
| 0 | 9 | 0 |
-| [Matt Pocock Skills](https://github.com/mattpocock/skills) | 104k |
→
→
→
→
→
→
→
| 0 | 0 | 28 |
-| [gstack](https://github.com/garrytan/gstack) | 102k |
→
→
→
→
→
→
→
→
→
→
→
| 0 | 0 | 47 |
+| [Superpowers](https://github.com/obra/superpowers) | 214k |
→
→
→
→
→
→
→
| 0 | 0 | 14 |
+| [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) | 200k |
→
→
→
→
→
| 63 | 121 | 300+ |
+| [Matt Pocock Skills](https://github.com/mattpocock/skills) | 113k |
→
→
→
→
→
→
→
| 0 | 0 | 29 |
+| [Spec Kit](https://github.com/github/spec-kit) | 107k |
→
→
→
→
→
→
| 0 | 9 | 0 |
+| [gstack](https://github.com/garrytan/gstack) | 105k |
→
→
→
→
→
→
→
→
→
→
→
| 0 | 0 | 47 |
| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 64k |
→
→
→
→
→
→
| 33 | 96 | 0 |
-| [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 51k |
→
→
| 0 | 11 | 0 |
-| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 48k |
→
→
→
→
→
→
→
→
| 0 | 0 | 42 |
-| [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | 35k |
→
→
→
→
→
→
→
→
| 19 | 0 | 39 |
+| [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 52k |
→
→
| 0 | 9 | 0 |
+| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 48k |
→
→
→
→
→
→
→
→
| 6 | 0 | 40 |
+| [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | 35k |
→
→
→
→
→
→
→
→
| 19 | 0 | 47 |
| [agent-skills](https://github.com/addyosmani/agent-skills) | 27k |
→
→
→
→
→
| 3 | 7 | 21 |
-| [Compound Engineering](https://github.com/EveryInc/compound-engineering-plugin) | 17k |
→
→
→
→
→
→
→
→
| 43 | 4 | 38 |
+| [Compound Engineering](https://github.com/EveryInc/compound-engineering-plugin) | 19k |
→
→
→
→
→
→
→
→
| 43 | 4 | 42 |
| [HumanLayer](https://github.com/humanlayer/humanlayer) | 11k |
→
→
→
→
→
| 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).*