Portable Blueprint Design System context for use outside of BTNet, shared Claude design skills, and Figma Make guidelines for AI-assisted design workflows.
ai-design-docs/
├── CLAUDE.md # AI control plane — start here
├── docs/ # Canonical source of truth
│ ├── principles/ # Accessibility, mobile-first, content
│ ├── systems/ # Tokens: typography, spacing, color
│ ├── components/ # Per-component specs
│ ├── patterns/ # Forms, navigation, modals, etc.
│ └── platforms/ # Web, iOS, Android, webview
├── figma/ # Distilled guidance for Figma Make
├── prompts/ # Task-based AI instructions
├── examples/ # Good patterns and anti-patterns
├── skills/ # Claude Code skills for design workflows
└── .github/ # Contribution governance
- Identify a gap, improvement, or design workflow to automate
- Draft collaboratively (e.g., HackMD, Notion)
- Convert to structured markdown in the relevant folder (
docs/,figma/,skills/, etc.) - Submit a PR for review
- Merge into the repo
- AI tools consume updated docs; share new skills with the team to install
All changes go through pull requests. Use CODEOWNERS for domain ownership. Draft ideas outside the repo before opening a PR.