From cto-agent-system
Read and understand the full state of a project in one pass — README, structure, git history, CI status, test health, dependency vulns, TODO/FIXME scan, and yesterday's state files. Used by the CTO every morning before deciding what to do. Produces .cto/state-today.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cto-agent-system:digest-projectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a complete, honest picture of the project's current state before doing anything. Blind action = bad action.
Produce a complete, honest picture of the project's current state before doing anything. Blind action = bad action.
.cto/ state files (if they exist)README.md, package.json (or language equivalent — pyproject.toml, Cargo.toml, go.mod). What is this project? Stack? Entry points?.cto/progress.md, .cto/backlog.md, .cto/decisions.md if present. What was done before? What's open?git log --oneline -20 and git branch. What landed recently? What's in flight?npm test / pytest / cargo test / go test). Are they green or red?gh run list (if GitHub). Recent failures?npm audit / pip-audit / cargo audit. Known vulns?grep -rn "TODO\|FIXME\|HACK\|XXX" — count and cluster..cto/doctrine-local.md if present — rules learned from past feedback.Write .cto/state-today.md:
# Daily Digest — {DATE}
## What is this project
{one paragraph}
## Yesterday's work (from progress.md)
- ...
## Open items (from backlog.md)
- ...
## Test health
- Status: 🟢/🟡/🔴
- Failing tests: ...
## CI status
- Recent runs: ...
## Security
- Vulns: ...
## Tech debt
- TODO/FIXME clusters: ...
## First impression
- Top 3 most urgent: ...
- Health score: 🟢/🟡/🔴 + one-sentence why
.cto/state-today.md.npx claudepluginhub xenitv1/cto-agent-system --plugin cto-agent-systemOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.