Strip the disable-model-invocation frontmatter key from all 19 editable skills. Absent = default = model invocation enabled. 8 were 'true' and blocked the model AND orchestrators from self-routing (status, plugin-check, analyze, onboard, refactor, init-project, pdf-translate, ship-feature) — contradicting the CLAUDE.md skill-routing rules. The other 11 were 'false', a no-op noise line. The setting is binary (no per-caller granularity), so enabling orchestrator chaining also enables model auto-fire — accepted. Genuinely destructive operations remain guarded by the careful/guard hooks, independent of this flag. Capitalized: BDR-019 (decision), LRN-026 (learning), journal 2026-06-09. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
803 B
Markdown
21 lines
803 B
Markdown
---
|
|
name: status
|
|
description: Consolidated project snapshot — plugins, token cost, git state, recent commits, GSD v2 milestone progress. Read-only. Run at session start or after a break. Triggers: "status", "sitrep", "where are we", "project state", "after break".
|
|
argument-hint: (no arguments needed)
|
|
allowed-tools: Read, Bash, Glob, Grep
|
|
---
|
|
|
|
Load and follow strictly:
|
|
- `$HOME/.claude/agents/status-reporter.md`
|
|
|
|
Produce the full PROJECT STATUS report for the current working directory.
|
|
|
|
## Fallback when agent file missing
|
|
|
|
If `$HOME/.claude/agents/status-reporter.md` is unreachable (deleted, permission denied, broken symlink):
|
|
|
|
1. Emit: `Status agent missing — restore ~/.claude/agents/status-reporter.md.`
|
|
2. STOP. Do not improvise a manual report — partial snapshots mislead.
|
|
|
|
$ARGUMENTS
|