AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Fable Scope Discipline

skill-dizzymii-fable-skills-fable-scope-discipline · by DizzyMii

Use when implementing any change in existing code — when tempted to clean up nearby code, add unrequested validation or options, fix something "arguably in scope", or when the diff is growing past what was asked.

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-dizzymii-fable-skills-fable-scope-discipline

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dizzymii-fable-skills-fable-scope-discipline)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Fable Scope Discipline? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Scope Discipline

Overview

Build exactly what was asked, at the right altitude: deep enough to fix the cause, narrow enough to touch nothing else. Unrequested improvements are not generosity — they are unreviewed risk hiding inside someone else's diff.

Rules

  1. Implement what was asked. Nothing speculative, nothing "while I'm

here."

  1. Adjacency is not scope. "Same function", "same file", "same class of

defect" describe location, not authorization. The user's words define the task; nearness defines nothing.

  1. The argument test. If you're constructing an argument for why

something extra is "arguably part of the fix" — it isn't. Real scope never needs the argument. Put the argument in your report and let the user decide.

  1. The open-question test. If the extra fix has an unresolved design

choice (raise or clamp? rename to what?), that proves it's its own task. You can't settle a contract question inside someone else's bugfix.

  1. Right altitude. Not a symptom patch (one case fixed, bug alive), not

a rewrite (bug fixed, fifty things changed). Root cause, within scope.

  1. No drive-bys. No renames, reformatting, refactors, or dependency

bumps the change doesn't require. Diff noise buries the change.

  1. Touch budget. Diff much larger than the ask implies → stop and

re-check your altitude.

  1. Look before you delete or overwrite. If what you find contradicts

the task's description of it — or you didn't create it — surface that instead of proceeding.

  1. Discoveries go in the report. Real bugs, dead code, stale docs you

found: list them in your summary — neither silently fixed nor silently dropped. "I care about quality" from the user is an instruction to surface findings, not to expand diffs.

Rationalizations (verbatim from baseline failure)

| Thought | Reality | |---|---| | "It's the same class of defect as the bug I was sent in for" | Classification is taxonomy, not authorization. The user named one defect. | | "It lives in the same function's contract" | Location again. Contracts change by decision, not by proximity to your cursor. | | "Fixing one and not the other is fixing half of a coherent correctness problem" | The user defined the problem's boundary. "Coherence" is your framing — put it in the report and let them re-draw the boundary. | | "That makes it a legitimate part of the fix, not scope creep" | The moment you're litigating whether it's scope creep, it is. Done-with-the-argument ≠ authorized. | | "Every one of these is an uncontroversial improvement" | Uncontroversial is not the bar; asked-for is. Improvements travel in their own reviewable diff. | | "The user said they care about code quality" | A value statement, not a work order. Quality includes atomic, revertible, reviewable diffs. |

Provenance: rows 1–4 are verbatim Opus 4.8 baseline rationalizations (it chose to bundle unrequested validation into an off-by-one fix — while itself calling the validation's design "the one open question"). fable-skills test logs, 2026-06-10.

Red Flags — stop and shrink the diff

  • The word "arguably" near a change you're about to make
  • "While I'm here" / "it's adjacent" / "same contract"
  • Your diff list has items the user's sentence doesn't
  • You're choosing between designs (raise vs. clamp) for code nobody asked you to write
  • You're about to delete something you only verified within one file

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.