Agent skill · Workflow & Productivity

lp-do-briefing

Produce an understanding-only system briefing — how something works now, traced end-to-end with evidence pointers. No planning artifacts or tasks. Use when you need current-behavior understanding without committing to a plan.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lp-do-briefing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/lp-do-briefing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Briefing Orchestrator `/lp-do-briefing` produces concise system briefings: current behavior explained end-to-end with evidence, no planning tasks. Use this skill when: - You want to understand a system before deciding whether to change it. - A stakeholder needs a factual snapshot of current behavior. - You need evidence pointers before writing a spec or planning a change. Use `/lp-do-fact-find` instead when you intend to plan or build a change. ## Global Invariants ### Operating mode **BRIEFING ONLY** ### Allowed actions - Read/search files and docs. - Run non-destructive commands (`rg`, targeted lint/typecheck) for evidence. - Inspect targeted git history. ### Prohibited actions - Code changes, refactors, or production data writes. - Destructive shell/git commands. - Planning/build execution — this skill ends at a briefing note. ### Evidence and quality rules - Non-trivial claims require file/line pointers. - Unknowns must include a concrete verification path. - Omit empty sections or collapse to one-line `Not investigated: <reason>`. ## Required Inputs - Topic or system area to understand. - At least one location anchor (path guess, route, endpoint, error/log, or user flow). If

What's inside
Steps it walks through
  1. Global Invariants
  2. Operating mode
  3. Allowed actions
  4. Prohibited actions
  5. Evidence and quality rules
  6. Required Inputs
  7. Phase 0: Queue Check Gate
  8. Phase 1: Topic Selection
  9. Fast path (argument provided)
  10. Discovery path (no argument)
  11. Phase 2: Sufficiency Gate
  12. Phase 3: Investigate
  13. Phase 4: Persist Artifact
  14. Completion Message
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the lp-do-briefing skill do?

Produce an understanding-only system briefing — how something works now, traced end-to-end with evidence pointers. No planning artifacts or tasks. Use when you need current-behavior understanding without committing to a plan.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lp-do-briefing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going