plugins/spec-tree/skills/understanding/SKILL.md
ALWAYS invoke this skill before any spec-tree work to load methodology. NEVER create, read, or modify spec tree files without loading this foundation first.
npx skillsauth add outcomeengineering/spx-claude understandingInstall 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.
Load the Spec Tree methodology into the conversation so all subsequent skills operate from a shared foundation. This is a foundation skill — it loads once and emits a marker that other skills check before starting work.
</objective><quick_start>
Invoke /understanding before any spec-tree work. The skill reads 3 core reference files and emits a <SPEC_TREE_FOUNDATION> marker. If the marker is already present in the conversation, skip.
</quick_start>
<principles>references/durable-map.md./contextualizing for target-specific context injection.<SPEC_TREE_FOUNDATION> marker before loading. If present, skip.references/node-types.md./contextualizing.<SPEC_TREE_FOUNDATION> marker. If present, skip — already loaded.references/durable-map.md — truth hierarchy, declarative model, atemporal voice, node statesreferences/node-types.md — enabler vs outcome, directory structurereferences/assertion-types.md — scenario, mapping, conformance, property, compliancereferences/decomposition-semantics.md — when to nest, depth heuristics (used by /decomposing)references/ordering-rules.md — sparse integer ordering, dependency encoding (used by /authoring, /decomposing)references/what-goes-where.md — ADR/PDR/spec/test content taxonomy (used by /aligning)references/excluded-nodes.md — spx/EXCLUDE convention, quality gate integration (used by /authoring, /testing)templates/product/product-name.product.mdtemplates/decisions/decision-name.adr.mdtemplates/decisions/decision-name.pdr.mdtemplates/nodes/enabler-name.mdtemplates/nodes/outcome-name.mdexamples/ — concrete filled specs (read when you need to see what a completed spec looks like)<SPEC_TREE_FOUNDATION> marker:<SPEC_TREE_FOUNDATION>
Loaded: durable-map, node-types, assertion-types
Operational references available: decomposition-semantics, ordering-rules, what-goes-where, excluded-nodes
Templates available: product, adr, pdr, enabler, outcome
Examples available in: examples/
</SPEC_TREE_FOUNDATION>
</workflow>
<success_criteria>
<SPEC_TREE_FOUNDATION> marker emitted</success_criteria>
tools
ALWAYS invoke this skill when creating Excalidraw diagrams, visualizing workflows, architectures, or concepts. NEVER generate Excalidraw JSON without this skill.
development
ALWAYS invoke this skill when writing or fixing tests for TypeScript.
development
TypeScript code standards enforced across all skills. Loaded by other skills, not invoked directly.
development
TypeScript ADR conventions enforced across architect and auditor skills. Loaded by other skills, not invoked directly.