From 0a5c3f22effb4e62f21d9436227b1239472a3e04 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 10 Feb 2026 14:24:36 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- Agents.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Agents.md b/Agents.md index a9aac40..8525d8c 100644 --- a/Agents.md +++ b/Agents.md @@ -3,6 +3,15 @@ ## Purpose This file defines how to use agent-style workflows in this project so tasks are clear, scoped, and repeatable. +## Audience And Tone Rules +Assume the reader is new to AI and needs detailed, step-by-step guidance. + +- Be specific and explicit. Avoid shorthand. +- Explain terms in plain language. +- Provide an example whenever possible. +- Prefer checklists, short steps, and concrete outcomes. +- Assume the reader is an expert engineer but a beginner at AI. + ## Sync Expectation Keep this file aligned with PRD and README when workflows, scope, or structure change.