From a52bcc76e87723624a2f4ea9a9fdae1631a5bccd Mon Sep 17 00:00:00 2001 From: Brummel Date: Mon, 11 May 2026 19:46:34 +0200 Subject: [PATCH] =?UTF-8?q?iter=20gc.1:=20skills=20README=20=E2=80=94=20ro?= =?UTF-8?q?ster=20+=20symlink=20for=20ailang-grounding-check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skills/README.md b/skills/README.md index e03ff9a..9f7b659 100644 --- a/skills/README.md +++ b/skills/README.md @@ -63,6 +63,7 @@ are no orphan agents (an anti-pattern after the 2026-05-09 build-out). | Agent | Path | Dispatched by skill | |-------|------|---------------------| +| `ailang-grounding-check` | `brainstorm/agents/` | `brainstorm` (Step 7.5; spec grounding hard-gate) | | `ailang-plan-recon` | `planner/agents/` | `planner` (Step 2; read-only file-structure mapping); `brainstorm` (ad-hoc Step 1 in unfamiliar territory) | | `ailang-implement-orchestrator` | `implement/agents/` | `implement` (the dispatched agent; runs the entire per-task loop inline in its own context) | | `ailang-implementer` | `implement/agents/` | phase reference for `ailang-implement-orchestrator` Phase 2.1 (implementer mindset, carries TDD as an independent layer); not dispatched as a separate subagent | @@ -140,6 +141,7 @@ Two symlink sets, both tracked in git, no setup needed after clone: dispatch can find them by `subagent_type`: ``` +.claude/agents/brainstorm -> skills/brainstorm/agents .claude/agents/planner -> skills/planner/agents .claude/agents/implement -> skills/implement/agents .claude/agents/audit -> skills/audit/agents