deep-analysislisted
Install: claude install-skill sequenzia/agent-alchemy
# 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 deep investigation capabilities.
This skill can be invoked standalone or loaded by other skills as a reusable building block. Approval behavior is configurable.
## Settings Check
**Goal:** Determine whether the team plan requires user approval before execution.
1. **Read settings file:**
- Check configuration for a `deep-analysis` section with nested settings:
```
deep-analysis:
direct-invocation-approval: true
invocation-by-skill-approval: false
```
- If the settings 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 it is running standalone
- **Skill-invoked:** Another skill (e.g., codebase-analysis, feature-dev, docs-manager) loaded and is executing this workflow
3. **Resolve settings:**
- If settings were found, use them as-is
- If the file is missing or the `deep-analysis` section is absent, use defaults:
- `direct-invocation-approval`: `true`
- `invocation-by-skill-approval`: `false`
- If the file exists but is malformed (unparseable), warn the user and use defaults
4. **Set `REQUIRE_APPROVA