AI can drift past the ask.
Agents sometimes expand scope, rebuild existing architecture, or claim work is finished before the team has enough proof to review it.
Agents help us move faster. Humans still own the judgment: scope, evidence, review, release, and what we learn when something goes wrong.
AI-assisted work can move quickly, but speed without operating rules creates messy handoffs, missed verification, and accidental risk.
Agents sometimes expand scope, rebuild existing architecture, or claim work is finished before the team has enough proof to review it.
The system tells agents what they can do, what they must ask for, and what evidence they owe the next human.
We keep the acceleration while making PRs, releases, and retros easier for the team to trust.
This is not ceremony for ceremony's sake. It is a small set of habits that make AI-assisted work easier to review and safer to ship.
Use a Linear issue, written request, or pasted agent prompt. If the agent discovers the work is bigger than expected, it pauses and asks.
They can read files, edit code, run safe checks, and update related Linear notes. They ask before risky actions.
Every AI-assisted change should say what changed, what was verified, what was not verified, and what human approvals remain.
Everyone does not need to memorize every rule. Each role has a short version of what to care about.
The full standard has 10 guardrails. Most day-to-day work comes down to these three buckets.
Do not use PII unless it is strictly necessary, explicitly approved, and minimized or redacted. Prefer synthetic or anonymized examples.
Evidence packages are how AI work becomes reviewable. They do not need to be huge. They do need to match the risk.
This is the operating map. Rules tell agents what is allowed. Skills tell agents what process to run. Templates make the human workflow consistent.
Most teammates only need the everyday rules. Agents and reviewers should understand the full set because these are the categories used to decide evidence, approvals, and risk.
Work is scoped enough to start.
Complex work gets a plan before implementation.
Agents know what is autonomous and what needs approval.
Agents know what data is allowed, restricted, or off-limits.
Code follows existing repo patterns and constraints.
Done means proven with the right evidence.
Humans check AI-assisted work before merge.
Humans approve stage and production promotion.
Mistakes are documented, fixed, and used to improve guardrails.
External versions come after Aria/Echo validation.
These files make the standard visible to the tools people actually use.
AGENTS.md is the main Codex/repo instruction entry point.CLAUDE.md gives Claude Code the same guardrail pointer.GEMINI.md gives Gemini the same guardrail pointer..cursorrules gives Cursor the same guardrail pointer.When a tool loads repo rules, it should know to stay in scope, protect PII, ask before risky actions, require browser verification for UI work, and finish with an evidence package.
Skills are the process runners. Use them when the work reaches that part of the lifecycle.
Use when a non-developer, product owner, or lead is directing AI-assisted product work. It forces the agent to inspect existing architecture, stay aligned with repo patterns, and track the change manifest.
Use before claiming work is done, before PR creation, or before merge review. It classifies the work type, lists risk areas, and records what was verified or not verified.
Use before a stage or production release. It checks reviewer approval, evidence, target environment, risk areas, rollback/smoke notes, and required human approvals.
Use after a defect, bad output, missed review issue, or repeated AI failure pattern. It turns the mistake into a fix plus a prevention update.
Use when AI-built work is ready for a principal engineer or merge review. It audits changed files, architecture fit, duplication risk, verification results, and merge risk.
Use for UI workflow verification, browser checks, screenshots, console issues, and end-to-end app behavior. This supports the rule that UI work requires browser verification.
Use when splitting, reorganizing, or cleaning up frontend feature files. It keeps UI work aligned with existing module boundaries and lowers review risk.
These are the human workflow pieces. They make it harder for the process to disappear between agent sessions.
Use docs/agentic-delivery/linear-agentic-work-template.md when creating or commenting on a Linear issue that will use agents.
.github/pull_request_template.md asks for work type, evidence, risk review, and human approvals.
Use docs/agentic-delivery/agent-handoff-prompt.md when a teammate's AI tool does not automatically load repo rules or skills.
Use this flow when you are not sure what to run. The names are intentionally literal: start with guardrails, prove with evidence, check releases, and retro failures.
If yes, load repo rules. If the tool does not load them automatically, paste the agent handoff prompt.
Use for non-developer-directed work, new feature work, architecture-sensitive work, or anything that needs the agent to inspect existing patterns first.
For UI, use elite-app-tester/browser verification. For large frontend cleanup, use frontend-module-decomposition. For merge readiness, use pre-merge-audit.
Required before final handoff or PR creation. It records work type, evidence, risk, unverified items, and approvals still needed.
Use before stage or production. It confirms PR approval, evidence, environment, rollback/smoke notes, and lead approval needs.
Use when AI-assisted work causes or misses an issue. It identifies the missed guardrail and the prevention update.
Use this as the team hub. It gathers the guide, standard, prompts, templates, checklists, and rollout materials so nobody has to hunt through the repo.
The human-facing overview with role guidance, evidence examples, skills flowchart, and copy/paste prompt.
The section above explains rule files, skills, templates, and when each one is used.
The section below contains the full operating standard: guardrails, evidence, permissions, data boundaries, ownership, release, and failure workflow.
Use the prompt section on this page when a teammate's AI tool does not automatically load repo rules.
Checklist for PR reviewers and leads approving releases or high-risk exceptions.
Includes the Linear agentic work template, GitHub PR template, adoption rollout plan, and team user guide markdown.
This is the complete BOSS-37 standard embedded directly in the app so the browser does not need to open another local file.
Validate this system on Aria and Echo before adapting it for MCD or client-facing delivery.
Agents may accelerate scoped work. Humans remain accountable for scope, evidence, review, release, and learning from failures.
Do not use personal data unless strictly necessary, explicitly approved, and minimized or redacted wherever possible.
Dev leading agent work gets the PR ready with evidence.
A second developer reviews and approves the PR.
Human-approved merge only. Agents never merge autonomously.
Lead approves dev to stage and stage to production.
Use this when a teammate is using a tool that does not automatically load repo rules or skills. Paste it before asking the agent to work.
It tells the agent to classify the work, stay in scope, ask before risky actions, protect sensitive data, and finish with an evidence package.
You are working inside Enlighten's internal agentic delivery system for Aria/Echo work. Before changing files: 1. Identify the issue/request and restate the goal. 2. Classify the work type: simple code, UI, backend/API, Convex/data, security/permissions, LLM behavior, infra/deploy, docs/process, or mixed. 3. Identify risk areas: UI verification, auth/permissions, data model/storage, PII/customer data, secrets/env vars, infra/deployment, LLM/tool behavior, external communications. 4. Inspect existing repo patterns before creating new code. 5. If scope is unclear or materially expands, stop and ask. You may edit scoped code/tests and run safe checks. You must ask before scope expansion, destructive commands, customer data, PII, secrets, infra/deploy changes, external communications, commits, pushes, or PRs unless explicitly requested. Never merge PRs autonomously. UI work requires browser verification. Prod-affecting data changes require a recovery note. High-risk/destructive data changes require rollback plan and lead approval. LLM behavior changes require examples. Tool/memory/routing/customer-impacting changes require traces/logs plus human output review. PII must not be used unless strictly necessary, explicitly approved, and minimized/redacted. Final response must include what changed, evidence package, commands/checks run, what was not verified, risk notes, and human approvals still needed.
The least painful path is to make the right behavior the default before the agent starts touching files.
Use a Linear issue, clear written ask, or the agentic work template.
Use repo-aware tools when possible. Otherwise paste the agent handoff prompt.
Before review, confirm the evidence package matches the work type.
Humans approve risky actions, merges, stage, production, and exceptions.