nx/skills/deep-analysis/SKILL.md
Use when surface-level analysis is insufficient and problems require hypothesis-driven investigation across multiple system components
npx skillsauth add hellblazer/nexus deep-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Delegates to the deep-analyst agent.
Default: sonnet. Escalate via model parameter on the Agent tool:
| Task Shape | Model | When | |-----------|-------|------| | Single-module or focused question | sonnet (default) | Most analysis tasks | | >3 modules, system-level, or novel architecture | opus | Cross-cutting investigations |
Before dispatching the deep-analyst agent, seed T1 scratch with link targets so the auto-linker can create catalog links when the agent stores findings:
RDR-\d+) or a known document, resolve it: mcp__plugin_nx_nexus-catalog__search(query="RDR-NNN or document title")rdr-planning-contextmcp__plugin_nx_nexus__scratch(action="put", content='{"targets": [{"tumbler": "<resolved-tumbler>", "link_type": "relates"}], "source_agent": "deep-analyst"}', tags="link-context")
Use the Agent tool to invoke deep-analyst:
## Relay: deep-analyst
**Task**: [what needs to be done]
**Bead**: [ID] or 'none'
### Input Artifacts
- Files: [relevant files]
### Deliverable
Analysis report with findings and recommendations
### Quality Criteria
- [ ] Multiple hypotheses explored
- [ ] Root cause(s) identified with confidence
- [ ] Recommendations are actionable
For full relay structure and optional fields, see RELAY_TEMPLATE.md.
The deep-analyst uses mcp__plugin_nx_sequential-thinking__sequentialthinking:
query(question=..., subtree=..., follow_links="cites") for citation-aware evidence gathering, or query(question=..., content_type=...) for type-scoped retrievaldevelopment
Use when critiquing / auditing / reviewing a change set against decision history — tries the review plan library first (catalog lookup → decision-evolution traversal → extract → compare), falls through to /nx:query if nothing matches
documentation
Use when doing design / architecture / planning work that walks from prose (RDRs, docs, knowledge) into the modules implementing a concept
development
Use when surveying the plan library's runtime metrics to propose plans for promotion to a higher scope — advisory-only; dispatches the plan-promote-propose meta-seed (no lifecycle ops — those ship in RDR-079)
business
Use when inspecting plan runtime metrics or enumerating dimension-registry usage — dispatches plan_match with dimensions={verb:plan-inspect}; strategy:default reports per-plan metrics, strategy:dimensions reports registry usage counts