The complete framework map
How design documents flow into skill files, which feed adapters that produce tool-specific outputs. The Agent system is the single source of truth; the Human system is a derived projection.
Every file in workflow-system/agent/ with its tier, design source, triggers, token budget, and associated workflows.
The 3-tier progressive disclosure model: Tier 1 is always loaded; Tier 2 loaded per-stage; Tier 3 on-demand.
Each template is a YAML composition of the 13 stage primitives. Templates define stage ordering, gate types, loops, and environment-specific overrides. Every template traces to a design doc section.
build-skill.py reads the canonical workflow-skill.yaml and generates
tool-specific outputs through 4 adapters. Each adapter has a line/character budget from
the delivery architecture design.
14 design documents totaling ~12,700 lines. These are the authoritative specification. Every implementation artifact traces back to a specific section in these documents.
The skill system uses a 3-tier progressive disclosure model to manage context window budgets. Only Tier 1 is always loaded; Tier 2 and 3 load on demand.