Foundations banner
TheWayWithin TheWayWithin

Foundations

AI community

Description

--- name: foundations description: Manage BOS-AI foundation documents handoff - scan, validate, extract to structured YAML mode: agent --- # /foundations Command ## PURPOSE Manage the handoff of BOS-AI foundation documents to AGENT-11. This command scans the `documents/foundations/` directory, extracts content to structured YAML schemas, and produces a `handoff-manifest.yaml` for project context. **Key Design Principle**: Extract complete, structured data that agents can parse directly - not

Installation

Installs to ~/.claude/commands/thewaywithin-agent-11-foundations.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TheWayWithin/agent-11/HEAD/.claude/commands/foundations.md -o ~/.claude/commands/thewaywithin-agent-11-foundations.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository