Fixes Scribe issue #2582 (observed live: a bespoke systems-review request was answered with the Drift Audit process's clarify menu recommending a ~15-agent fan-out the conversation never opted into).
Three legs of one principle — a stored Process is a good shape for the work, and never forces anything or overwrites the intent of the request:
66c4fd1Surfacing: sync-generated skill triggers invoke by name only. On mere resemblance the live instructions govern — offer the process and ask; never substitute; never inherit approvals embedded in the body (e.g. a fan-out opt-in) the conversation didn't grant.
9c68faaInvocation:get_process states the composition contract — the process is the skeleton, the conversation supplies the parameters; live constraints override defaults; clarify steps confirm what was said instead of re-asking it.
5cb7cfeAuthoring:create_process states the same contract for writers — no embedded approach mandates, no pre-granted approvals, seeded clarify steps.
(Data-side, already live: Drift Audit #592 rewritten to a sequential in-context walk with seeded clarify; DRY Pass #594 and Rulebook Review #593 gained the seeded-clarify line.)
CI green on dev (runs 3599–3601). After deploy, /scribe:sync regenerates the process skills with the new triggers.
Fixes Scribe issue #2582 (observed live: a bespoke systems-review request was answered with the Drift Audit process's clarify menu recommending a ~15-agent fan-out the conversation never opted into).
Three legs of one principle — a stored Process is a good shape for the work, and never forces anything or overwrites the intent of the request:
- `66c4fd1` **Surfacing:** sync-generated skill triggers invoke by name only. On mere resemblance the live instructions govern — offer the process and ask; never substitute; never inherit approvals embedded in the body (e.g. a fan-out opt-in) the conversation didn't grant.
- `9c68faa` **Invocation:** `get_process` states the composition contract — the process is the skeleton, the conversation supplies the parameters; live constraints override defaults; clarify steps confirm what was said instead of re-asking it.
- `5cb7cfe` **Authoring:** `create_process` states the same contract for writers — no embedded approach mandates, no pre-granted approvals, seeded clarify steps.
(Data-side, already live: Drift Audit #592 rewritten to a sequential in-context walk with seeded clarify; DRY Pass #594 and Rulebook Review #593 gained the seeded-clarify line.)
CI green on dev (runs 3599–3601). After deploy, `/scribe:sync` regenerates the process skills with the new triggers.
Scribe issue #2582: the sync wrote "Use when {title}-type work is
requested" into every generated process skill, so a bespoke live prompt
that merely resembled a stored Process got the Process's canned
procedure — and inherited approvals embedded in its body (the Drift
Audit's fan-out opt-in) that the conversation never granted. Observed
live: an explicit systems-review request with its own constraints was
answered with the Drift Audit clarify menu recommending ~15 parallel
auditors.
New trigger contract, both variants: follow verbatim only when invoked
by name; on mere resemblance the live instructions govern — offer the
process, ask before following, and never inherit embedded approvals the
operator hasn't granted in this conversation.
(The Drift Audit process record itself was also rewritten to a
sequential in-context walk — data change, live already, recorded in
the same issue.)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Extends #2582's fix per the operator's direction: a stored Process must
incorporate the context it was triggered with, not displace it. No new
plumbing needed — the live context is already in the session; what was
missing is the stated contract. get_process now carries it: live
constraints/scope/focus fold into the procedure and override its
defaults where they disagree; a clarify step asks only what the
conversation has NOT already answered (confirm interpretations, don't
re-ask); stated concerns become lenses the procedure applies, not text
it discards. The sync-generated skill stubs state the short form.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Operator's generalization of #2582: the benefit of nearly every stored
process is the accumulated SHAPE — steps, taxonomy, quality bar — and a
process must not force anything or overwrite the intent of the request
that invoked it. create_process now states the authoring side of the
composition contract: no embedded approach mandates, no pre-granted
approvals, clarify steps seed from the conversation instead of
re-asking it.
(All three stored processes were also audited: DRY Pass and Rulebook
Review were already propose-approve-apply with no forcing language;
both gained the seeded-clarify line — data changes, live already.)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes Scribe issue #2582 (observed live: a bespoke systems-review request was answered with the Drift Audit process's clarify menu recommending a ~15-agent fan-out the conversation never opted into).
Three legs of one principle — a stored Process is a good shape for the work, and never forces anything or overwrites the intent of the request:
66c4fd1Surfacing: sync-generated skill triggers invoke by name only. On mere resemblance the live instructions govern — offer the process and ask; never substitute; never inherit approvals embedded in the body (e.g. a fan-out opt-in) the conversation didn't grant.9c68faaInvocation:get_processstates the composition contract — the process is the skeleton, the conversation supplies the parameters; live constraints override defaults; clarify steps confirm what was said instead of re-asking it.5cb7cfeAuthoring:create_processstates the same contract for writers — no embedded approach mandates, no pre-granted approvals, seeded clarify steps.(Data-side, already live: Drift Audit #592 rewritten to a sequential in-context walk with seeded clarify; DRY Pass #594 and Rulebook Review #593 gained the seeded-clarify line.)
CI green on dev (runs 3599–3601). After deploy,
/scribe:syncregenerates the process skills with the new triggers.