brief

Consolidate project status, context, and pending revisions into a session briefing.

47|6|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/7xuanlu/wenlan --skill brief-7xuanlu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brief
Source: https://github.com/7xuanlu/wenlan/tree/main/plugin/skills/brief
Command: npx skills add https://github.com/7xuanlu/wenlan --skill brief-7xuanlu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull a consolidated, context-aware briefing for Wenlan sessions by aggregating the latest project status, identity and preferences context, and flagged revisions so the agent starts with the right priorities and awareness.

Core Features & Use Cases

  • Source-first briefing: Combines the live project status ledger, user context, and daemon-managed revisions to surface what's most important for the next actions.
  • Context-aware workspace: Automatically resolves the current workspace and surfaces the appropriate scope for the session.
  • Use Case: A session begins with a briefing that shows what’s active, what’s backlog, and which memories require human review.

Quick Start

Invoke /brief at the start of a session to generate an actionable context snapshot.

Frequently Asked Questions about brief

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

FAQPage Schema
How do I generate a session briefing that includes project status and pending revisions?▼

A session briefing consolidates live project status, user context, and flagged revisions into an actionable snapshot so the agent starts with correct priorities. Invoke /brief at session start or after major topic shifts to orient the agent.

What is the best way to pass contextual memory and workspace scope to an agent when starting a session?▼

Passing contextual memory and workspace scope is handled by generating a source-first briefing, which automatically resolves the current workspace and surfaces the appropriate scope for the session.

How does the briefing process handle pending revisions from the Wenlan daemon?▼

The briefing process handles pending revisions by aggregating revision data produced by list_pending_revisions through the Wenlan daemon, surfacing memories that require human review in the session snapshot.

Can I use this briefing approach after a major topic shift, or is it only for session start?▼

You can use this briefing approach after a major topic shift, not just at session start. It is designed to reorient the agent with current priorities and review flagged memories whenever the focus changes.

Do I need local project status files and MCP context data to generate a session briefing?▼

Yes, generating a session briefing relies on local project status files and context data from MCP, along with revision data from the Wenlan daemon, to accurately consolidate project status and contextual memory.