← ClaudeAtlas

overviewlisted

ADS
fmachucas/agent-dev-studios · ★ 0 · AI & Automation · score 68
Install: claude install-skill fmachucas/agent-dev-studios
# /overview Show the current state of the project. Active feature, current phase, blockers, recent activity. ## When to use - Anytime you want a snapshot - When opening a session and `/catchup` is overkill ## Workflow 1. **Phase 1 — Read `.studio/state/current.md`** for the active feature reference. 2. **Phase 2 — Read the active feature's `plan.md`** for phase progress. 3. **Phase 3 — Read `.studio/state/blockers.md`** for open blockers. 4. **Phase 4 — Read recent git log** (last 10 commits). 5. **Phase 5 — Read recent log entries** from `.studio/state/log.jsonl`. This file is produced by the `log-agent.sh` SubagentStop hook — one JSONL line per agent invocation. Tail the last ~20 lines for recent activity. 6. **Phase 6 — Format and present:** ``` ┌─────────────────────────────────────────┐ │ Status — <project> │ ├─────────────────────────────────────────┤ │ Active feature: <id> │ │ Current phase: <number/name> │ │ Phases done: <n>/<total> │ │ Open blockers: <n> │ │ Last activity: <relative time> │ └─────────────────────────────────────────┘ Next step: <next unchecked plan.md item> Recent commits: <commit-1> <commit-2> ... Recent agent activity: <agent> — <action> (<when>) ... ``` 7. **Phase 7 — Suggest next action** based on state. ## Agents involved - None (read-only) ## Outputs - Sna