nx/skills/plan-author/SKILL.md
Use when authoring a new plan template from scratch — dispatches the plan-author meta-seed which surveys prior art, the plan-authoring guide, and the dimension registry before drafting a candidate plan_json
npx skillsauth add hellblazer/nexus plan-authorInstall 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.
Self-referential bootstrap. The plan-author meta-seed teaches how to write plans; invoking this skill executes that seed.
plan_match(
intent="author a plan for $target_verb: $concept",
dimensions={verb: "plan-author", strategy: "default"},
min_confidence=0.40,
n=1,
)
→ plan_run(match, bindings={concept: <target>, target_verb: <verb>})
concept — one-phrase description of what the new plan should do
(e.g. "audit projection-quality hub detection").target_verb — which verb the new plan belongs to
(default_bindings → research).docs/plan-authoring-guide.md) —
vocabulary, schema, dimension conventions.nx/plans/dimensions.yml) — valid
dimension keys.plan_search — existing plans at the target verb
so the draft doesn't duplicate or diverge needlessly.plan_json which the caller reviews + saves via
plan_save.The seed stops short of saving — authoring is collaborative; the
caller reviews the draft, edits as needed, and invokes plan_save
when satisfied.
nx/plans/dimensions.yml before pinning exotic axes.See docs/plan-authoring-guide.md for full authoring reference.
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