HASMaster Taxonomy Guide

Purpose

Taxonomy is the contract layer between content modeling, navigation, search behavior, and AI/runtime orchestration in HASMaster.

Canonical Taxonomy Surfaces

Source Of Record

Journey questions are taxonomy-driven in WordPress categories. The journey step navigation reads that taxonomy directly at render time, which means content-model changes have direct runtime effects.

Authoring Workflow

  1. Edit stage or category labels in WordPress taxonomy tools.
  2. Edit child question terms under the correct stage taxonomy.
  3. Verify journey pages still render the expected order and labels.
  4. Verify assistant task mapping still resolves correctly.

Safe Change Rules

  • Keep canonical task identifiers stable where possible.
  • If labels change, preserve alias coverage for legacy route names.
  • Avoid deleting slugs that are still used by route mappings unless replacement behavior is already implemented.

Validation Checklist

  • The stage page loads and shows the expected question cards.
  • The right-panel progress count matches the question count.
  • Confirm actions advance to the next correct task.
  • Document outcomes completion still exposes the correct next-stage CTA.
  • Scenario save persists the expected task summaries.

Related References