Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.52 KB

File metadata and controls

25 lines (16 loc) · 1.52 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 three examples of how to influence and use AI to write documentation in this repository:

  • Custom chat modes — Preset conversational configurations that shape Copilot’s behavior and tone during interactive sessions and document generation.
  • Instructions — Repository-specific rules and constraints (coding standards, workflow, style) that the AI must follow when producing content.
  • Prompts — Reusable prompt templates for generating consistent artifacts (e.g., ADRs, docs, PRDs). See also write-adr.prompt.md and write-prd.prompt.md.