brief

Summarize active features, plan progress, and next focus from .specs/plans/*.md files.

12|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/helderberto/agent-skills --skill brief-helderberto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brief
Source: https://github.com/helderberto/agent-skills/tree/main/skills/brief
Command: npx skills add https://github.com/helderberto/agent-skills --skill brief-helderberto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Session briefing automates clarity at session start by summarizing active features, progress, and suggested focus. It helps teams quickly align on what to tackle next and avoid context switching.

Core Features & Use Cases

  • Active feature overview: presents currently enabled features for the session.
  • Progress tracking: computes per-plan phase completion and overall progress.
  • Focus suggestions: highlights the first incomplete phase to guide next steps.
  • Use Case: When starting a sprint, run the briefing to surface what’s in flight and what to prioritize.

Quick Start

Ask the system for a session briefing to display active features, progress, and the suggested focus for immediate action.

Frequently Asked Questions about brief

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

FAQPage Schema
How do I get a session briefing for active features and remaining work?

A session briefing summarizes active features, progress, and suggested focus. You request it at session start or during planning to align on what to tackle next and avoid context switching.

What is the best way to track sprint progress across multiple plans?

Track sprint progress by counting completion per phase across all plans. The briefing computes overall progress and highlights the first incomplete phase to guide your immediate next steps.

How does plan discovery work for session planning summaries?

Plan discovery works by globbing .specs/plans/*.md files. The briefing scans these files to identify which plans are in progress, counts phase completion, and skips fully complete plans.

Can I use this session briefing to identify what to prioritize next?

Yes, the briefing identifies the first incomplete phase as a cursor to suggest focus. It surfaces what is currently in flight and highlights the exact next step to prioritize during your sprint.

Do I need any external dependencies to generate a session status overview?

No external dependencies are required. The briefing operates independently by reading your local .specs/plans/*.md files to summarize active features and compute phase completion automatically.