diff --git a/README.md b/README.md
index 1ae020a..1aa256c 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ practice makes claude perfect

- *Click on this badge to show the latest best practice*
- *Click on this badge to show implementation in this repo*
- *Click on this badge to see the Command → Agent → Skills orchestration workflow*
+[](best-practice/) *Click on this badge to show the latest best practice*
+[](implementation/) *Click on this badge to show implementation in this repo*
+[](orchestration-workflow/orchestration-workflow.md) *Click on this badge to see the Command → Agent → Skills orchestration workflow*
@@ -112,9 +112,9 @@ practice makes claude perfect
-##
+##
-Multi-step workflows using the **Command → Agent → Skills** architecture pattern.
+Workflow orchestration using the **Command → Agent → Skills** pattern.
@@ -126,10 +126,6 @@ Multi-step workflows using the **Command → Agent → Skills** architecture pat
| **Agent** | Orchestrates workflow with preloaded skills | `weather` agent |
| **Skills** | Domain knowledge injected at startup | `weather-fetcher`, `weather-transformer` |
-**When to use:** Multi-step workflows • Domain-specific knowledge injection • Sequential tasks • Reusable components
-
-**Why it works:** Progressive disclosure • Single execution context • Clean separation • Reusability
-
See [orchestration-workflow](orchestration-workflow/orchestration-workflow.md) for implementation details.
## AI TERMS