Agent skill · Workflow & Productivity

lp-do-analysis

Thin orchestrator for decision-grade approach selection. Converts evidence-first fact-finds into a chosen approach, rejected alternatives, and a planning handoff artifact ready for /lp-do-plan.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/analysis/lp-do-analysis/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

# Analysis Orchestrator `/lp-do-analysis` is the convergence layer between fact-finding and planning. It owns: 1. Discovery/intake/dedupe 2. Analysis gates 3. Track routing to specialized analysis modules 4. Analysis artifact persistence using external templates 5. Mandatory critique via `/lp-do-critique` 6. Optional handoff to `/lp-do-plan` It does not decompose executable tasks. That is `/lp-do-plan`'s job. ## Global Invariants ### Operating mode **ANALYSIS ONLY** ### Allowed actions - Read/search files and docs. - Run non-destructive validation commands needed for evidence. - Edit analysis docs. ### Prohibited actions - Production implementation changes, refactors, migrations, or deploy operations. - Destructive shell/git commands. - Task decomposition beyond planning handoff notes. - Re-opening broad discovery that belongs in `/lp-do-fact-find` unless the fact-find is insufficient. ## Inputs Priority 1. Fact-find handoff packet (`docs/plans/<slug>/fact-find.packet.json`) when present 2. Fact-find brief (`docs/plans/<slug>/fact-find.md`) 3. Existing analysis (`docs/plans/<slug>/analysis.md`) 4. User request/topic/card ID 5. Current repository evidence Use the packet-first load o

What's inside
Steps it walks through
  1. Global Invariants
  2. Operating mode
  3. Allowed actions
  4. Prohibited actions
  5. Inputs Priority
  6. Phase 1: Intake and Mode Selection
  7. Phase 2: Discovery and De-duplication
  8. Fast path (argument provided)
  9. Discovery path (no argument)
  10. De-duplication rule
  11. Phase 3: Analysis Gates
  12. Evidence Gate
  13. Option Gate
  14. Planning Handoff Gate
Ships with 1 file
  • metadata.json
Commands it runs
scripts/validate-analysis.sh docs/plans/<feature-slug>/analysis.md
scripts/validate-engineering-coverage.sh docs/plans/<feature-slug>/analysis.md
scripts/generate-stage-handoff-packet.sh docs/plans/<feature-slug>/analysis.md
More from claude-skill-registry
All skills →
About this skill
What does the lp-do-analysis skill do?

Thin orchestrator for decision-grade approach selection. Converts evidence-first fact-finds into a chosen approach, rejected alternatives, and a planning handoff artifact ready for /lp-do-plan.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lp-do-analysis --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