shaktra-referencelisted
Install: claude install-skill im-shashanks/claude-plugins
# Shaktra Reference — Single Source of Truth
This skill contains canonical definitions for the Shaktra framework. No other file may redefine the constants, taxonomies, or standards declared here. Agents and skills reference these files — they never duplicate them.
## Loading
Agents load this skill via their `skills` frontmatter. Story-related schemas (story-schema, story-tiers, sprint-schema) live in `shaktra-stories`. All other schemas and quality references live here.
## Sub-Files
| File | Purpose |
|---|---|
| `severity-taxonomy.md` | P0-P3 severity levels, examples, merge gate logic |
| `quality-principles.md` | 10 core principles with verification checks |
| `guard-tokens.md` | 14 core tokens for phase/quality/workflow signaling (domain skills define additional tokens) |
| `quality-dimensions.md` | 13 review dimensions (A-M) with key checks and P0 triggers |
| `schemas/handoff-schema.md` | TDD state machine — phases, transitions, validation rules |
| `schemas/settings-schema.md` | Framework config — types, defaults, consumer reference |
| `schemas/principles-schema.md` | Principles store — synthesized from observations, 14 categories, confidence lifecycle |
| `schemas/observations-schema.md` | Per-story observations — agent-written during workflow execution |
| `schemas/anti-patterns-schema.md` | Anti-patterns — failure patterns with recommended alternatives |
| `schemas/procedures-schema.md` | Procedures — workflow-level adaptation learnings |
| `schemas/briefing-s