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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Global Invariants
- Operating mode
- Allowed actions
- Prohibited actions
- Inputs Priority
- Phase 1: Intake and Mode Selection
- Phase 2: Discovery and De-duplication
- Fast path (argument provided)
- Discovery path (no argument)
- De-duplication rule
- Phase 3: Analysis Gates
- Evidence Gate
- Option Gate
- Planning Handoff Gate
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
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.
