Design Architecture

The complete framework map

Framework Dependency Graph

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.

Agent Skill File Inventory

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.

17 Workflow Templates

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.

Cross-Tool Adapter Pipeline

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.

Design Documents (Source of Truth)

14 design documents totaling ~12,700 lines. These are the authoritative specification. Every implementation artifact traces back to a specific section in these documents.

Token Budget Analysis

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.