Skip to content
Development
Command

/project-recap

Generate a visual project recap for context switching

From plugin
coco
26441 skills37 agents41 commands
Install
$ npx -y skills add coco-research/coco --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/project-recap

Context preview

What this command does when you run it.

Generate a visual project recap for context switching

Command definition

project-recap.md
name: project-recap
description: Generate a visual project recap for context switching

Load the visual-explainer skill and generate a self-contained HTML project recap.

Data gathering before HTML

Read project identity files (`README`, changelog, package/build files), top-level tree, current git status, recent commits, unmerged/stale branches, TODO/FIXME in recent files, progress/todo memory if present, and key entry points/source files. Focus on what a returning developer needs to rebuild the mental model.

Verify before generating

Cite command output or file:line evidence for project state, module/function/type names, recent activity, current blockers, and next-step claims. Do not fabricate momentum or rationale.

Required page sections

1. Project identity: what this repo is, stack, entry points. 2. Architecture snapshot: Mermaid or hybrid diagram of current conceptual modules. 3. Recent activity: grouped narrative, not raw log. 4. Current state: uncommitted work, branches, TODOs, known blockers. 5. Mental model map: key modules, data flow, command/test/deploy paths. 6. Risks and cognitive debt: hotspots and gotchas. 7. Useful commands and files. 8. Likely next steps, based only on evidence.

Use responsive nav. Use compact reference tables for file maps and commands. Follow the skill’s Mermaid, overflow, and delivery rules.

Write to `~/.agent/diagrams/` and open in browser.

Read more
Ships withcoco

Meet Coco. A superintelligent agent framework powered by an advisory board of 389 world-class minds. Scale your AI assistant into a complete engineering department with 142 skills, 277 commands, and persistent state. Universal compatibility. Local privacy. Free and open source.

Get the whole plugin