aif-architecture

Generate architecture guidelines tailored to a project's tech stack.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/VeronikaVashkevich/job-tracking-app --skill aif-architecture-veronikavashkevich
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aif-architecture
Source: https://github.com/VeronikaVashkevich/job-tracking-app/tree/main/.opencode/skills/aif-architecture
Command: npx skills add https://github.com/VeronikaVashkevich/job-tracking-app --skill aif-architecture-veronikavashkevich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams generate architecture guidelines tailored to their tech stack, reducing guesswork when starting a project.

Core Features & Use Cases

  • Analyzes the project's tech stack and context to recommend an architecture pattern.
  • Generates and stores a structured .ai-factory/ARCHITECTURE.md with architecture decisions.
  • Optionally updates project documentation (DESCRIPTION.md, AGENTS.md) to reflect architecture decisions.

Quick Start

Describe your project context or run the /aif command to generate architecture guidelines for your repository.

Frequently Asked Questions about aif-architecture

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

FAQPage Schema
How do I generate architecture guidelines for a new project tech stack?▼

Generate architecture guidelines by providing project context or running the setup command, which analyzes the tech stack and outputs a structured architecture document with recommended decisions.

What is the best way to document architecture patterns when setting up a repository?▼

The best way to document architecture patterns is by analyzing project context to recommend a pattern, then writing decisions into a structured architecture file while updating project documentation.

Does this architecture documentation tool update existing project files like DESCRIPTION.md?▼

Yes, the architecture documentation process optionally updates existing project files like DESCRIPTION.md and AGENTS.md to reflect newly generated architecture decisions across the repository.

Can I use custom skill-context rules to tailor architecture decisions for my tech stack?▼

Yes, you can use custom skill-context rules by placing a SKILL.md file in the designated skill-context directory, which the architecture generator reads to tailor guidelines to your project.

When do I need to generate a project architecture document?▼

You need to generate a project architecture document when setting up a new project or after running the initial setup command, ensuring architecture decisions are recorded before development begins.