What problem does it solve? Managing a multi-skill AI conversation framework becomes chaotic when you cannot tell which sub-skill owns which function, why an FSM state is stuck, or why memory compression stopped working. This Skill acts as the master index and troubleshooting map for the STRATA V13 architecture, so you always know which component to load and how the pieces connect. ## Core Features & Use Cases - Architecture Master Index: Maps the four-layer pipeline (system guard, question reframing, deep reasoning, precise output) to seven concrete sub-skills such as strat-orchestrator, strat-anchor-5d, and decision-graph-router. - Cross-Skill Troubleshooting: Provides a symptom-to-cause table for issues like FSM states stuck between S1 and S2, empty 5D analysis output, or failed memory compression cronjobs. - Change Sequencing Rules: Defines a six-priority dependency order for safely modifying multiple skills at once, preventing reference breakage during renames or shared-reference upgrades. - Use Case: When a long-running enterprise support conversation starts producing hollow answers without errors, load this index to trace the delta routing checks (d1-d3) across the FEG router, anchor, drill, and forge stages and pinpoint the broken node. ## Quick Start Ask the agent to load the STRATA V13 architecture overview and identify which sub-skill handles your current task.