From nx
Use when a plan has been approved and implementation work is ready to begin, before writing production code
npx claudepluginhub hellblazer/nexus --plugin nxThis skill uses the workspace's default tool permissions.
Delegates to the **developer** agent (sonnet). See [registry.yaml](../../registry.yaml).
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.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Share bugs, ideas, or general feedback.
Delegates to the developer agent (sonnet). See registry.yaml.
REQUIRED SUB-SKILL: Use nx:serena-code-nav for all symbol-level navigation — finding definitions, callers, type hierarchies, and surgical edits. Serena replaces text-pattern Grep for any symbol task.
jet_brains_find_referencing_symbols to find all implementers and callersjet_brains_find_referencing_symbols to find all callersjet_brains_get_symbols_overview for method/field inventory without reading the filejet_brains_find_symbol instead of Grepreplace_symbol_body — no line arithmetic, immune to drift1. Read plan requirement
2. jet_brains_get_symbols_overview to understand existing class structure
3. jet_brains_find_symbol to locate dependencies
4. Write failing test (TDD)
5. jet_brains_find_referencing_symbols to check impact of changes
6. Implement with replace_symbol_body or insert_before/after_symbol
Use the Agent tool to invoke developer:
## Relay: developer
**Task**: [what needs to be done]
**Bead**: [ID] or 'none'
### Input Artifacts
- Files: [relevant files]
### Deliverable
Working implementation with tests
### Quality Criteria
- [ ] All tests written and passing (TDD)
- [ ] Code follows project conventions
- [ ] No regressions in existing tests
For full relay structure and optional fields, see RELAY_TEMPLATE.md.
If the developer agent returns with ## ESCALATION: Debugger Required in its output (detect by scanning for <!-- ESCALATION --> or the literal string ESCALATION: Debugger Required):
## Relay: debugger
**Task**: Diagnose test failure that developer could not resolve: [Failing test(s) from escalation]
**Bead**: [same bead as developer]
### Input Artifacts
- Error: [Error field from escalation report]
- Hypothesis: [Hypothesis field from escalation report]
- What was tried: [What I tried field — both attempts]
- Diagnostic suggestion: [Diagnostic suggestion field]
- nx scratch: [search scratch for tag "failed-approach" — include any pre-escalation entries the developer wrote during earlier attempts]
- Files: [files from original developer relay]
### Deliverable
Root cause analysis and fix with all tests passing
### Quality Criteria
- [ ] Root cause identified with evidence
- [ ] Fix implemented
- [ ] All failing tests now pass
## Relay: developer (resumed after debugger)
**Task**: Resume implementation. Debugger resolved: [one-sentence summary of fix]. Continue from [remaining plan step].
**Bead**: [same bead]
### Input Artifacts
- nx store: [debugger's debug-finding title, if stored]
- nx memory: [{project}/debug-journal.md, if stored]
- Files: [originally affected files + any files the debugger modified]
### Deliverable
Complete remaining implementation steps with all tests passing
### Context Notes
Circuit breaker previously fired. Debugger root cause: [one sentence].
Do not retry approaches listed in scratch under tag "failed-approach".
### Quality Criteria
- [ ] All tests pass (including the previously failing ones)
- [ ] Remaining plan steps completed
Code review steps are baked into plans by the strategic planner. When
executing a plan, follow the review tasks at the designated points.
For ad-hoc implementation outside a plan, use /nx:review-code when
the scope warrants it.
The developer agent follows test-driven development:
REQUIRED: Run verification (tests pass, no regressions) before claiming any task is done.
REQUIRED SUB-SKILL: Use /nx:review-code after implementation for quality review.
Outputs generated by the developer agent:
Session Scratch (T1): Agent uses scratch tool for ephemeral working notes during the session. Flagged items auto-promote to T2 at session end.