AI Development Team Agent Pack This repository is a boilerplate Git repo for running a Markdown-based AI software development team inside software projects.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Covington 0f74598902 Initial boilerplate for AI development team agent pack 21 시간 전
.ai Initial boilerplate for AI development team agent pack 21 시간 전
.gitignore Initial boilerplate for AI development team agent pack 21 시간 전
AGENTS.MD Initial boilerplate for AI development team agent pack 21 시간 전
CLAUDE.md Initial boilerplate for AI development team agent pack 21 시간 전
README.md Initial boilerplate for AI development team agent pack 21 시간 전

README.md

AI Development Team Agent Pack

This repository is a boilerplate Git repo for running a Markdown-based AI software development team inside software projects.

Purpose

The repo is organized so downstream projects can learn locally while still promoting durable improvements back into the shared upstream boilerplate.

Ownership Model

  • Reusable system rules live in .ai/AGENTS.md, .ai/SKILLS.md, and the reusable folders under .ai/
  • Project-specific state lives in .ai/project/
  • Local working notes and scratch files live in .ai/logs/ and .ai/local/
  1. Start new work from this repo as a fork, template, or imported subtree.
  2. Keep project-specific changes inside .ai/project/.
  3. Capture durable lessons in .ai/evolution/proposals/.
  4. Promote approved upstream-candidate changes back to this boilerplate repo.
  5. Record released baseline changes in .ai/version.md and Git tags.

Install Into Another Project

Copy the .ai folder, CLAUDE.md, and AGENTS.MD into the root of your software project.

Start

Tell your AI coding agent:

Read ./.ai/AGENTS.md and help me work as the Product Owner.

Key Features

  • Product Owner-centered delivery
  • Specialized AI agent roles
  • Skill routing
  • Workflow templates
  • Definition of Ready and Definition of Done
  • Controlled self-evolution
  • Upstream promotion workflow for durable AI learning

Powered by TurnKey Linux.