strata-v13

Indexes and coordinates a four-layer strategic reasoning architecture across seven sub-skills.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/Lucien-1127/strata-skill --skill strata-v13-lucien-1127
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: strata-v13
Source: https://github.com/Lucien-1127/strata-skill/tree/main/strata-v13
Command: npx skills add https://github.com/Lucien-1127/strata-skill --skill strata-v13-lucien-1127

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about strata-v13

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the STRATA V13 architecture skill?▼

Load strata-v13 as a master index, then load the specific sub-skill for your task: strat-orchestrator for flow control, strat-anchor-5d for context anchoring, strat-drill for stress testing, or strat-forge-output for final output. The index itself contains no executable steps.

What are the four layers of the STRATA architecture?▼

The four layers are system echo and protection (identity verification, injection defense, delta checks), question reframing (intent refinement, FEG routing), deep reasoning (chain-of-thought, multi-path verification), and precise answering (structured output, quality gates).

Why is the FSM stuck between states S1 and S2 in STRATA?▼

A stuck S1-to-S2 transition usually means the FEG Router did not output a correct domain code or priority. Inspect the decision-graph-router skill and verify its FEG-C syntax matches the shared feg-core-dsl.md reference.

Does STRATA V13 work without the memory compression cronjob?▼

The reasoning pipeline functions, but long conversations will accumulate uncompressed memory. The architecture expects a scheduled cronjob (every 2 hours) running strata-memory-compression alongside the strat-memory-policy skill.

When should I not use the strata-v13 skill directly?▼

Do not treat it as an execution skill, since it contains no runnable task steps. Also avoid bypassing the FEG Router to jump straight into anchoring, because that skips multi-intent handling and the d1 safety check.