deep-analysis
Deep exploration and synthesis workflow using Agent Teams with dynamic planning and hub-and-spoke coordination. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase".
npx skills add majiayu000/claude-skill-registry --skill deep-analysis-sequenzia-agent-alchemy --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.
# Deep Analysis Workflow Execute a structured exploration + synthesis workflow using Agent Teams with hub-and-spoke coordination. The lead performs rapid reconnaissance to generate dynamic focus areas, composes a team plan for review, workers explore independently, and a synthesizer merges findings with Bash-powered investigation. This skill can be invoked standalone or loaded by other skills as a reusable building block. Approval behavior is configurable via `.claude/agent-alchemy.local.md`. ## Settings Check **Goal:** Determine whether the team plan requires user approval before execution. 1. **Read settings file:** - Check if `.claude/agent-alchemy.local.md` exists - If it exists, read it and look for a `deep-analysis` section with nested settings: ```markdown - **deep-analysis**: - **direct-invocation-approval**: true - **invocation-by-skill-approval**: false ``` - If the file does not exist or is malformed, use defaults (see step 4) 2. **Determine invocation mode:** - **Direct invocation:** The user invoked `/deep-analysis` directly, or you are running this skill standalone - **Skill-invoked:** Another skill (e.g., codebase-analysis, feature-dev, docs-manager) loaded and is ex
- Settings Check
- Phase 0: Session Setup
- Step 1: Exploration Cache Check
- Step 2: Interrupted Session Check
- Step 3: Initialize Session Directory
- Phase 1: Reconnaissance & Planning
- Phase 2: Review & Approval
- If REQUIREAPPROVAL = false
- If REQUIREAPPROVAL = true
- Phase 3: Team Assembly
- Phase 4: Focused Exploration
- Monitoring Loop
- Phase 5: Evaluation and Synthesis
- Step 1: Structural Completeness Check
What does the deep-analysis skill do?
Deep exploration and synthesis workflow using Agent Teams with dynamic planning and hub-and-spoke coordination. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill deep-analysis-sequenzia-agent-alchemy --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.
