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.
From spec-treenpx claudepluginhub outcomeeng/claude --plugin spec-treeThis skill is limited to using the following tools:
examples/adr-example.mdexamples/enabler-example.mdexamples/outcome-example.mdexamples/pdr-example.mdreferences/assertion-types.mdreferences/decomposition-semantics.mdreferences/durable-map.mdreferences/excluded-nodes.mdreferences/node-types.mdreferences/ordering-rules.mdreferences/what-goes-where.mdtemplates/decisions/decision-name.adr.mdtemplates/decisions/decision-name.pdr.mdtemplates/nodes/enabler-name.mdtemplates/nodes/outcome-name.mdtemplates/product/product-name.product.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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>