iter gc.1: skills README — roster + symlink for ailang-grounding-check

This commit is contained in:
2026-05-11 19:46:34 +02:00
parent afd3bbcc40
commit a52bcc76e8
+2
View File
@@ -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