Skip to content

Commit 511b60b

Browse files
WEITE XUclaude
authored andcommitted
fix: update SKILL.md description to match v2.3 shipped surface
Description was stale: said "Five modes" and only listed 5 commands. Now reflects 8 commands, 3-layer learning, developer profile, /10dev and /10profile. Also adds state-files.md reference in State Files table. Found by /10docs audit gap analysis: AUDIT checks todo/lessons/contract staleness but doesn't verify cross-file consistency (description vs actual features). This is a known limitation tracked for v2.4. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 290515d commit 511b60b

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

SKILL.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ preamble-tier: 2
44
version: 2.3.1
55
description: |
66
Agent-driven development workflow using 10 rules as active decision gates.
7-
Five modes: PLAN, EXECUTE, REVIEW, DISTILL, DOCS.
8-
Commands: /10plan, /10exec, /10review, /10distill, /10docs.
7+
Five work modes: PLAN, EXECUTE, REVIEW, DISTILL, DOCS.
8+
Two tool commands: /10dev (orchestrator), /10profile (developer profile viewer).
9+
Commands: /10dev, /10plan, /10exec, /10review, /10distill, /10docs, /10profile.
10+
Three-layer learning: L0 project lessons, L1 developer blind spots, L2 universal principles.
911
Use when asked to "plan a feature", "start a task", "review this code", "what did we learn",
10-
"sync docs", "doc health", "clean up docs", or any development work that benefits from structured scoping.
12+
"sync docs", "doc health", "clean up docs", "my blind spots", "10dev status",
13+
or any development work that benefits from structured scoping.
1114
Proactively suggest when user starts coding without scoping, skips failure path design, or
1215
marks work done without verification.
1316
allowed-tools:
@@ -262,6 +265,8 @@ The agent uses these files to maintain state across sessions. All are optional
262265
| `~/.10dev/.onboarded` | Global onboarding flag | /10dev Phase 1 |
263266
| `~/.10dev/.routing_declined` | User declined CLAUDE.md routing | /10dev Phase 2 |
264267

268+
For canonical file formats and examples, see `docs/state-files.md`.
269+
265270
---
266271

267272
## Tool Commands

0 commit comments

Comments
 (0)