ai-digest

Generates a concise project snapshot by reading AI-OS state files.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Vimurai/ai-os --skill ai-digest-vimurai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-digest
Source: https://github.com/Vimurai/ai-os/tree/main/.claude/skills/ai-digest
Command: npx skills add https://github.com/Vimurai/ai-os --skill ai-digest-vimurai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Project context scattered across multiple .ai/ state files (BRIEF, TASKS, LOG, REVIEWS) becomes stale and hard to consume, leaving agents and developers without a current, compact summary of project health. ## Core Features & Use Cases - Multi-file aggregation: Reads .ai/BRIEF.md, TASKS.md, architect.md, REVIEWS.md, LOG.md, and .mcp.json to build a unified snapshot. - Structured 20-60 line digest: Produces a bullets-only DIGEST.md with fixed sections covering product, stack, triad health, current focus, decisions, risks, MCP servers, and recent changes. - Staleness triggers: Runs when DIGEST.md is over 3 days old, after a major sprint, or after running the ai-archive skill. - Use Case: After a sprint where the engineer closed several E-## tasks and critics added findings to REVIEWS.md, run this Skill to regenerate DIGEST.md so the next session starts with an accurate project snapshot. ## Quick Start Ask the AI to regenerate the project digest because DIGEST.md is stale after the latest sprint.

Frequently Asked Questions about ai-digest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I regenerate a stale project digest file?▼

Invoke the ai-digest skill when DIGEST.md is over 3 days old or after a major sprint. It reads the .ai/ state files and writes a fresh 20-60 line DIGEST.md with standardized sections.

What files does the digest read to build the project snapshot?▼

It reads .ai/BRIEF.md, .ai/TASKS.md, the first 40 lines of .ai/architect.md, the last 20 lines of REVIEWS.md, the last 30 lines of LOG.md, and .mcp.json for active MCP servers.

When should I run the project digest skill?▼

Run it when DIGEST.md is flagged stale, after a major sprint with many file changes, after running the ai-archive skill, or after parallel critic reviews add content to REVIEWS.md.

What format does the generated DIGEST.md follow?▼

DIGEST.md is 20-60 lines of bullets only, with required sections for product, stack, triad health, current focus, key decisions, known risks, MCP servers, and the last 10 recent changes.

Does the digest skill work outside an AI-OS repository?▼

No. It depends on the AI-OS .ai/ directory structure (BRIEF.md, TASKS.md, LOG.md, REVIEWS.md) and .mcp.json, so it only functions in projects initialized with the AI-OS triad layout.