Skills and Agent Reference
Agent Teams
Parallel execution requires:
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=true
Without this, execute-plan falls back to sequential single-session execution.
Skills (install from claude-config)
| Skill | Slash command | When to use |
|---|---|---|
plan-feature | /plan-feature | New feature request |
execute-plan | /execute-plan | After plan.md is approved |
tdd-first | /tdd-first | T1 task — write failing tests |
use-context7 | /use-context7 | Before any third-party library call |
parallel-session | /parallel-session | Register zone + create worktree |
what-next | /what-next | After interruption or context loss |
correct-course | /correct-course | Mid-implementation course correction |
abandon-feature | /abandon-feature | Feature cancelled or blocked |
improve | /improve | After 3–5 features — retro synthesis |
Global agents (install from claude-config)
| Agent | Model | Role |
|---|---|---|
orchestrator | Opus 4.6 | Planning, dispatch, coordination |
architect | Sonnet 4.6 | Spec review — schema, service boundaries |
reviewer | Sonnet 4.6 | Spec gateway + code quality gate |
ux | Sonnet 4.6 | UX review — flows, mobile, edge cases |
Modular rules
Claude Code auto-loads all .md files in .claude/rules/. Split a large CLAUDE.md into focused, path-scoped rule files rather than one monolithic document.