From ad83399403974c9ad043f9ea0939d023de900603 Mon Sep 17 00:00:00 2001 From: Munir Abbasi Date: Sun, 25 Jan 2026 17:13:24 +0500 Subject: [PATCH] Specify reporting requirements for skill invocation Added requirement to report final disposition for skill invocation. --- multi-agent-brainstorming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/multi-agent-brainstorming.md b/multi-agent-brainstorming.md index 376a786..7807428 100644 --- a/multi-agent-brainstorming.md +++ b/multi-agent-brainstorming.md @@ -253,3 +253,4 @@ This skill exists to answer one question with confidence: > “If this design fails, did we do everything reasonable to catch it early?” If the answer is unclear, **do not exit this skill**. +If this skill was invoked by a routing or orchestration layer, you MUST report the final disposition explicitly as one of: APPROVED, REVISE, or REJECT, with a brief rationale.