From d80a011cbd0f43030c4ca2f93201b7ab244a7d22 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Thu, 20 Aug 2026 01:54:08 +0300 Subject: [PATCH] docs: require loading communication-style skill at task start Adds a mandatory early load step for the communication-style skill. Removes the blanket always-on trigger from the skills table. Clarifies that the guidance applies to all task output. --- AGENTS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index dee36e98..9d2a437d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -79,6 +79,10 @@ task-required reference named by those skills. Skills are canonical for their detailed workflows and checklists. Treating this table as optional advice is a process violation. +**Always load `.agents/skills/communication-style/SKILL.md` at the start of +every task, before any analysis, tool call, or response. Apply its guidance to +all messages and written output, not only to user-facing copy or documentation.** + | Trigger | Required skill | |---|---| | Source/dependency changes, exports or package contracts, build/generated assets, or module ownership | `openchamber-change-discipline` | @@ -95,7 +99,6 @@ process violation. | iOS Simulator build, launch, preview, gestures, or `serve-sim` control | `serve-sim` | | Drafting or updating user-facing CHANGELOG entries for the `[Unreleased]` section (main app or VS Code extension) | `changelog-authoring` | | Creating or editing skills, `AGENTS.md`, or docs reached through agent instructions/context pointers | `writing-for-agents` | -| Every task, always | `communication-style` | Pure code-reading or explanation does not require implementation skills unless needed to interpret a specialized subsystem.