Skip to content

Commit 7436da4

Browse files
committed
Tighten skill trigger descriptions
1 parent 65d3884 commit 7436da4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

skills/mcaf-adr-writing/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: mcaf-adr-writing
3-
description: "Create or update an ADR under `docs/ADR/` for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use `references/adr-template.md` for scaffolding and keep the ADR self-contained, diagrammed, and testable."
3+
description: "Create or update an ADR under `docs/ADR/` for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use when the user asks to write, update, or document an ADR, record a design decision, capture architecture trade-offs, or justify a repo-wide technical policy."
44
compatibility: "Requires repository write access; produces Markdown ADRs with Mermaid diagrams."
55
---
66

skills/mcaf-dotnet/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: mcaf-dotnet
3-
description: "Primary entry skill for C# and .NET tasks. Detect the repo's language version, test runner, quality stack, and architecture rules; route to the right .NET subskills; and run the repo-defined post-change quality pass after any code change."
3+
description: "Primary entry skill for C# and .NET tasks. Detect the repo's language version, test runner, quality stack, and architecture rules; route to the right .NET subskills; and run the repo-defined post-change quality pass after any code change. Use when the user asks to implement, debug, review, or refactor .NET code, or asks which .NET skill or toolchain should apply."
44
compatibility: "Requires a .NET solution or project; respects root and local `AGENTS.md` first."
55
---
66

skills/mcaf-feature-spec/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: mcaf-feature-spec
3-
description: "Create or update a feature spec under `docs/Features/` with business rules, user flows, system behaviour, verification, and Definition of Done. Use before implementing non-trivial behaviour changes; use `references/feature-template.md` for scaffolding."
3+
description: "Create or update a feature spec under `docs/Features/` with business rules, user flows, system behaviour, verification, and Definition of Done. Use when the user asks for a feature spec, executable requirements, acceptance criteria, behaviour documentation, or a pre-implementation plan for non-trivial behaviour changes."
44
compatibility: "Requires repository write access; produces Markdown docs with Mermaid diagrams and executable verification steps."
55
---
66

0 commit comments

Comments
 (0)