feat: Refactor communication context to generalize from Jeff to current manager and enhance people management structure

This commit is contained in:
2026-04-09 15:39:46 -06:00
parent 9255055c43
commit 332fbca1c5
23 changed files with 182 additions and 40 deletions

View File

@@ -20,7 +20,8 @@ Behavior rules:
- current priorities go to `ai/state/current.md`
- active Jira-linked work goes to `ai/state/work-items.md`
- durable project knowledge goes to `ai/context/project.md`
- confirmed team or manager communication preferences go to `ai/context/people/jeff.md`
- confirmed team or manager communication preferences go to `ai/context/people/manager.md`
- role-to-person mapping and recurring stakeholders go to `ai/context/people/`
- confirmed decisions go to `ai/context/decisions/`
- Default to writing new same-day information to today's log unless a more durable destination is clearly better.
- Update preexisting memory when a new prompt clarifies or corrects something already stored.

View File

@@ -9,7 +9,8 @@ Use these files as the baseline context:
@README.md
@ai/AGENTS.md
@ai/context/project.md
@ai/context/people/jeff.md
@ai/context/people/manager.md
@ai/context/people/index.md
@ai/state/current.md
@ai/state/work-items.md
@ai/context/decisions/rest-vs-graphql.md

View File

@@ -1,15 +1,16 @@
---
description: Draft or polish a Mattermost update for Jeff
description: Draft or polish a Mattermost update for the current manager or stakeholder
---
Draft a concise Mattermost message for Jeff in natural US English.
Draft a concise Mattermost message for the current manager or stakeholder in natural professional English.
Read:
@prompts/manager-update.md
@ai/AGENTS.md
@ai/context/project.md
@ai/context/people/jeff.md
@ai/context/people/manager.md
@ai/context/people/index.md
@ai/state/current.md
@ai/state/work-items.md
@knowledge/communication-rules.md

View File

@@ -9,7 +9,8 @@ Read:
@README.md
@ai/AGENTS.md
@ai/context/project.md
@ai/context/people/jeff.md
@ai/context/people/manager.md
@ai/context/people/index.md
@ai/state/current.md
@ai/state/work-items.md
@knowledge/workspace-model.md
@@ -32,7 +33,9 @@ Instructions:
- `ai/state/current.md`
- `ai/state/work-items.md`
- `ai/context/project.md`
- `ai/context/people/jeff.md`
- `ai/context/people/manager.md`
- `ai/context/people/index.md`
- `ai/context/people/*.md`
- `ai/context/decisions/`
- Update the appropriate files directly
- If an existing statement became stale, replace or refine it

View File

@@ -11,7 +11,8 @@ Read:
@prompts/mattermost-translation.md
@ai/AGENTS.md
@ai/context/project.md
@ai/context/people/jeff.md
@ai/context/people/manager.md
@ai/context/people/index.md
@knowledge/communication-rules.md
If relevant, use today's log for context:

View File

@@ -15,8 +15,10 @@ export const FidelityCompaction = async ({ directory }) => {
const baseFiles = [
"README.md",
"ai/context/project.md",
"ai/context/people/jeff.md",
"ai/context/people/manager.md",
"ai/context/people/index.md",
"ai/state/current.md",
"ai/state/work-items.md",
"ai/context/decisions/rest-vs-graphql.md",
"ai/context/decisions/discourse-handling.md",
"knowledge/workspace-model.md",