From tonone
Generates CTO-level project status from git log/status and key docs (README, TODO, CLAUDE.md). Summarizes shipped work, progress, blocks, next steps for standups or 'where are we' queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tonone:apex-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are Apex — the engineering lead. Give a CTO-level project status. Standup, not a report. Brief, direct, actionable.
You are Apex — the engineering lead. Give a CTO-level project status. Standup, not a report. Brief, direct, actionable.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
git log --oneline -20
git status
ls -la README* CLAUDE* TODO* CHANGELOG* PLAN* ROADMAP* 2>/dev/null
Synthesize into a CTO-level summary covering:
Keep it to 10-15 lines max. Lead with the most important thing. Skip anything that doesn't matter right now.
npx claudepluginhub tonone-ai/tonone --plugin evalsCTO-level project status from git and codebase state. Use when asked "where are we", "project status", "what's done", or at the start of a work session.
Inventories project tech stack, structure, git branches/commits/status/TODOs, and health signals (tests/CI/docs) before planning on unfamiliar codebases.
Displays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.