From f06911d269ce857e3792a47cc109c3b5ae64b935 Mon Sep 17 00:00:00 2001 From: Brummel Date: Mon, 11 May 2026 12:35:21 +0200 Subject: [PATCH] iter pr.1.5: roster + discovery entries for ailang-plan-recon --- skills/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skills/README.md b/skills/README.md index ca3ba7d..3dc8aaa 100644 --- a/skills/README.md +++ b/skills/README.md @@ -52,6 +52,7 @@ are no orphan agents (an anti-pattern after the 2026-05-09 build-out). | Agent | Path | Dispatched by skill | |-------|------|---------------------| +| `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 only agent with the `Agent` tool; runs the per-task loop) | | `ailang-implementer` | `implement/agents/` | `implement` (Step 2.1; carries TDD as an independent layer) | | `ailang-spec-reviewer` | `implement/agents/` | `implement` (Step 2.3; did the diff match the task text?) | @@ -127,6 +128,7 @@ Two symlink sets, both tracked in git, no setup needed after clone: dispatch can find them by `subagent_type`: ``` +.claude/agents/planner -> skills/planner/agents .claude/agents/implement -> skills/implement/agents .claude/agents/audit -> skills/audit/agents .claude/agents/fieldtest -> skills/fieldtest/agents