From c284d36df8a6a594ff8b9d98dd07be4dfc38d6a8 Mon Sep 17 00:00:00 2001 From: Hugo Nijhuis Date: Tue, 13 Jan 2026 00:38:23 +0100 Subject: [PATCH] docs(CLAUDE.md): update Available Skills to reflect current state Removed outdated skills that haven't been migrated from old/ directory: - /manifesto, /vision, /work-issue, /dashboard, /review-pr - /create-issue, /retro, /plan-issues, /groom Added current user-invocable skills: - /vision-to-backlog - /create-milestones - /spawn-issues - /create-capability - /capability-writing This prevents confusion when users try non-existent skills, which could cause the system to fall back to base instructions (using gh instead of tea). Co-Authored-By: Claude Code --- CLAUDE.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ebd208e..b224116 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -52,15 +52,11 @@ See the manifesto for our identity, personas, and beliefs about AI-augmented dev | Skill | Description | |-------|-------------| -| `/manifesto` | View/manage organization manifesto | -| `/vision` | View/manage product vision and milestones | -| `/work-issue ` | Fetch issue, create branch, implement, create PR | -| `/dashboard` | Show open issues and PRs | -| `/review-pr ` | Review PR with diff and comments | -| `/create-issue` | Create single or batch issues | -| `/retro` | Capture learnings as issues for encoding | -| `/plan-issues` | Break down features into issues | -| `/groom` | Improve issue quality | +| `/vision-to-backlog [vision-file]` | Transform product vision into executable backlog via DDD | +| `/create-milestones` | Organize issues into value-based milestones | +| `/spawn-issues [...]` | Implement multiple issues in parallel with automated review | +| `/create-capability` | Create new skill, agent, or capability for the architecture | +| `/capability-writing` | Guide for designing capabilities following best practices | ## Gitea Integration