skill: rename plan to planner
Anthropic now reserves /plan as a UI command, so the Skill tool refuses to dispatch it. Rename the project's plan skill to planner, update the symlink under .claude/skills/, and adjust references in CLAUDE.md, DESIGN.md, skills/README.md, and the cross-references between brainstorm / implement / audit / fieldtest / fieldtester. Plan files themselves (docs/plans/*.md) keep their name — only the skill ID changes.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ evolving in lockstep with the language:
|
||||
- **Examples** (`examples/`): canonical `.ail.json` programs. They are
|
||||
specification anchors, not demos — the E2E suite hangs off them.
|
||||
- **Skills** (`skills/`): specialised disciplines
|
||||
(`brainstorm`, `plan`, `implement`, `audit`, `debug`,
|
||||
(`brainstorm`, `planner`, `implement`, `audit`, `debug`,
|
||||
`fieldtest`) plus the agent rosters they dispatch
|
||||
(`skills/<name>/agents/`). They form the project's own
|
||||
development methodology and are versioned with the codebase.
|
||||
|
||||
Reference in New Issue
Block a user