Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.58 KB

File metadata and controls

26 lines (17 loc) · 1.58 KB

README

N.B. This README.md is located at docs/README.md and it is displayed in preference to the README.md in the project root. The README preference order is described in the GitHub docs.

Documents Directory

This directory contains all project-related documentation, organized into subdirectories based on its purpose.

Index

Writing Documentation Using AI

There are four current ways to influence and use AI to write documentation in this repository:

  • Custom agents — Specialized AI behaviors for tasks like development, testing, and code review.
  • Instructions — Repository-specific rules and constraints (coding standards, workflow, style) that the AI must follow when producing content.
  • Skills — Reusable, task-focused guidance for specific workflows (for example, docs SSOT alignment).
  • Prompts — Reusable prompt templates for generating consistent artifacts (e.g., ADRs, docs, PRDs). See also write-adr.prompt.md and write-prd.prompt.md.