From 825a01b308e8a70a52d7cf2d16870cafb54f1bd4 Mon Sep 17 00:00:00 2001 From: Quantum22 Date: Fri, 17 Jul 2026 16:23:41 -0700 Subject: [PATCH] docs: fix orchestration-patterns.md reference mapping in getting-started The References table pointed orchestration-patterns.md at context-engineering, but that skill never mentions it. The reference is actually cited by doubt-driven-development (SKILL.md lines 46 and 229), which documents the "personas don't invoke personas" rule from references/orchestration-patterns.md. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 4a9f467..97bd5dd 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -136,7 +136,7 @@ The `references/` directory contains supplementary checklists: | `accessibility-checklist.md` | frontend-ui-engineering | | `definition-of-done.md` | all skills / every change | | `observability-checklist.md` | observability-and-instrumentation | -| `orchestration-patterns.md` | context-engineering | +| `orchestration-patterns.md` | doubt-driven-development | Load a reference when you need detailed patterns beyond what the skill covers.