What problem does it solve?
Starting a new AI session or recovering from context loss usually means re-reading project documentation manually. This Skill reads the configured AI Factory artifacts (DESCRIPTION, ARCHITECTURE, ROADMAP, RESEARCH, RULES, and applicable AGENTS.md files) and produces a compact, self-contained handoff so work can continue or fork cleanly.
Core Features & Use Cases
- Config-driven context resolution: Reads
.ai-factory/config.yaml to resolve custom artifact paths, language, git, and workflow preferences, falling back to documented defaults.
- Ordered artifact loading: Reads core artifacts and nested AGENTS.md files from broadest to most specific, with more specific rules overriding broader ones.
- Structured handoff output: Returns sections covering configuration, project state, architecture, direction, rules, gaps, loaded paths, and readiness.
- Use Case: After a long session hits the context limit, invoke the warmup command at the start of a new session to reload project purpose, active roadmap priorities, and non-negotiable rules without touching any files.
Quick Start
Run the aif-warmup skill at the start of a new session to load the project context and receive a compact handoff summary.