Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.28 KB

File metadata and controls

27 lines (20 loc) · 1.28 KB

AI Agents Rulebook And Skills Index

This file serves as the entry point for AI agents working on this repository.

Source of Truth

  • Status: The central synchronization point for the project's state. You MUST read this first.

Workflow & Protocol

  • Workflow Skill: MANDATORY. Defines how to work, coordinate, and hand off context (Vibe Coding).

Domain Skills

You MUST read the relevant skill when working in that domain.

  • Frontend: Architecture, UI/UX, and performance standards.
  • Backend: Go standards, architecture, and libraries.
  • Coding: General coding, testing, and commenting standards.
  • Git: Branching, committing, and PR standards.
  • ADR: How to write Architecture Decision Records.
  • Requirements: How to write EARS requirements.

Documentation

  • Vision: Key product ideas.
  • Tasks: Folder containing active and future agent tasks.

Proactive Actions

  • Update or create requirements in case something changes without the user asking for doing that.
  • Create ADRs proactive in case you see a gap.