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