nx/skills/strategic-planning/SKILL.md
Use when facing multi-step development work that needs decomposition into tasks, before writing any implementation code
npx skillsauth add hellblazer/nexus strategic-planningInstall 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 strategic-planner agent.
Default: sonnet. Escalate via model parameter on the Agent tool:
| Task Shape | Model | When | |-----------|-------|------| | ≤10 beads, single-phase, clear scope | sonnet (default) | Most planning work | | >15 beads, multi-RDR, or ambiguous requirements | opus | Complex decomposition |
Before dispatching the strategic-planner agent, seed T1 scratch with link targets so the auto-linker can create catalog links when the agent stores planning artifacts. See /nx:catalog skill for full reference.
RDR-\d+), resolve it: mcp__plugin_nx_nexus-catalog__search(query="RDR-NNN")rdr-planning-context (set by rdr-accept for RDR-driven plans)mcp__plugin_nx_nexus__scratch(action="put", content='{"targets": [{"tumbler": "<tumbler>", "link_type": "relates"}], "source_agent": "strategic-planner"}', tags="link-context")Use the Agent tool to invoke strategic-planner:
## Relay: strategic-planner
**Task**: [what needs to be done]
**Bead**: [ID] or 'none'
### Input Artifacts
- Files: [relevant files]
### Deliverable
Implementation plan with tasks and dependencies
### Quality Criteria
- [ ] Execution plan created
- [ ] Dependency graph established
- [ ] Success criteria defined per task
For full relay structure and optional fields, see RELAY_TEMPLATE.md.
The agent uses mcp__plugin_nx_sequential-thinking__sequentialthinking:
REQUIRED STEP: Call mcp__plugin_nx_nexus__nx_plan_audit after creating any plan (RDR-080 — no agent spawn needed).
mcp__plugin_nx_nexus__nx_plan_audit (RDR-080)Outputs generated by the strategic-planner agent:
Session Scratch (T1): Agent uses scratch tool for ephemeral working notes during the session. Flagged items auto-promote to T2 at session end.
development
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