aod-foundation

Guide AOD Kit adopters through a post-init vision and design workshop.

86|21|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/davidmatousek/tachi --skill aod-foundation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aod-foundation
Source: https://github.com/davidmatousek/tachi/tree/main/.claude/skills/aod-foundation
Command: npx skills add https://github.com/davidmatousek/tachi --skill aod-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guided post-init workshop that helps new AOD Kit adopters establish product vision and design identity. Two-part flow: Part 1 (Vision) asks 5 guided questions to populate product-vision.md; Part 2 (Design) browses archetypes to generate brand files (brand.md, tokens.css, anti-patterns.md). Supports --vision and --design flags for partial execution. Use when a developer invokes /aod.foundation after running make init.

Core Features & Use Cases

  • Two-part workshop: Vision (5 guided questions) and Design (archetype browser) to generate brand files (brand.md, tokens.css, anti-patterns.md)
  • Flag-driven execution: --vision and --design; full run if no flags.
  • Automatic project scaffolding: derives project name, creates docs/branding assets, and updates governance content

Quick Start

Invoke the /aod.foundation workflow after make init to generate vision and brand assets for your project.

Frequently Asked Questions about aod-foundation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I establish product vision and brand identity for a new project?▼

You can establish product vision and brand identity by running a structured post-init workshop that asks guided questions to generate a product-vision.md file and design assets like brand.md and tokens.css.

What is the best way to generate design tokens and brand files after project initialization?▼

The best way to generate design tokens and brand files is using a guided archetype browser that outputs tokens.css, brand.md, and anti-patterns.md directly into your project's docs and branding directories.

Can I run only the design phase of a brand identity workshop without repeating the vision phase?▼

Yes, you can run only the design phase by passing the --design flag, which skips the vision questions and executes just the archetype browser to generate brand assets.

How do I populate a product-vision.md file with structured content for my application?▼

To populate product-vision.md, run the vision phase by passing the --vision flag, which prompts you with five guided questions to derive and scaffold the project's foundational vision content.

Does the brand identity generation workflow adapt if I already have existing project content?▼

Yes, the workflow adapts to existing project content by detecting prior outputs, allowing it to re-run specific parts or skip completed phases as needed during the generation process.