From nx
Use when complex features need architectural design before implementation, or when system design decisions span multiple modules
npx claudepluginhub hellblazer/nexus --plugin nxThis skill uses the workspace's default tool permissions.
Delegates to the **architect-planner** agent (model: opus).
Analyzes system architecture, module structures, API contracts, data models, and code patterns for design reviews, boundary analysis, conformance checks, and frontend evaluation.
Generates 3-architecture.md with component diagrams, data flows, integration points, and architecture decisions from tech-spec or code. For designing and documenting system architecture.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
Delegates to the architect-planner agent (model: opus).
REQUIRED SUB-SKILL: Use nx:serena-code-nav for symbol-level architecture discovery. Combine with nx search --hybrid for semantic discovery — Serena for precision, nx search for conceptual queries.
jet_brains_get_symbols_overview for class/interface inventories without reading filesjet_brains_find_referencing_symbols to trace abstraction usage across the codebasejet_brains_find_referencing_symbols to track cross-module callsjet_brains_type_hierarchy to see full implementation tree1. nx search --corpus code --hybrid (30-50 results) for semantic discovery
2. jet_brains_get_symbols_overview to map key classes in discovered files
3. jet_brains_type_hierarchy to trace abstraction patterns
4. jet_brains_find_referencing_symbols to understand cross-module usage
5. Synthesize findings with `mcp__sequential-thinking__sequentialthinking`
6. Design architecture with clear boundaries
strategic-planner -> plan-auditor -> architect-planner -> developer
Use the Agent tool to invoke architect-planner:
## Relay: architect-planner
**Task**: [what needs to be done]
**Bead**: [ID] or 'none'
### Input Artifacts
- Files: [relevant files]
### Deliverable
Architecture design with execution plan
### Quality Criteria
- [ ] Component boundaries clearly defined
- [ ] Interfaces specified
- [ ] Execution plan created with beads
For full relay structure and optional fields, see RELAY_TEMPLATE.md.
The architect-planner uses nx search --corpus code --hybrid for discovery (30-50 results), then mcp__sequential-thinking__sequentialthinking:
/beads:dep add for dependencies