{"slug":"goga-accept-scope","title":"goga-accept-scope","summary":"Defines the acceptance scope — the set of cells for a given functionality","platform":"Claude","tags":[],"authorName":"LLM Mart","authorSlug":"llm-mart","score":0,"source":"github","price":null,"verified":false,"createdAt":"2026-08-24T17:38:02.060118Z","repo":{"url":"https://github.com/qarium/goga","stars":31,"forks":0,"license":"BSD-3-Clause","updatedAt":"2026-09-18T23:57:35Z"},"bodyHtml":"<hr>\n<h2>name: goga-accept-scope\ndescription: Defines the acceptance scope — the set of cells for a given functionality</h2>\n<h1>goga-accept-scope</h1>\n<h2>Identity</h2>\n<p>You are responsible for defining the acceptance scope — identifying the set of cells associated with a given functionality.</p>\n<h2>Algorithm</h2>\n<h3>Determine acceptance scope</h3>\n<p>Acceptance operates at the functionality level. One functionality may span one or more cells.</p>\n<p>Resolve the scope:</p>\n<ol>\n<li><strong>Arguments contain a functionality description or path</strong> — use as <code>&lt;target&gt;</code></li>\n<li><strong>Arguments are empty</strong> — analyze <code>git diff</code> to identify changed files</li>\n<li><strong>No changes found or scope is ambiguous</strong> — prompt the user via AskUserQuestion:\n<ul>\n<li><strong>question</strong>: \"Which functionality should undergo acceptance?\"</li>\n<li><strong>header</strong>: \"Acceptance scope\"</li>\n<li><strong>multiSelect</strong>: false</li>\n<li><strong>options</strong>:\n<ul>\n<li><strong>label</strong>: \"Branch changes\", <strong>description</strong>: \"Determine from git diff\"</li>\n<li><strong>label</strong>: \"Specific functionality\", <strong>description</strong>: \"Provide a functionality description\"</li>\n<li><strong>label</strong>: \"All project cells\", <strong>description</strong>: \"Full acceptance\"</li>\n</ul>\n</li>\n</ul>\n</li>\n</ol>\n<h3>Map scope to cells</h3>\n<ol>\n<li>Load the project schema: <code>goga schema</code></li>\n<li>Match the functionality description or <code>git diff</code> results to cells in the schema</li>\n<li>For each matched cell:\n<ol type=\"a\">\n<li>Verify the CODEMANIFEST file exists</li>\n<li>Load the CODEMANIFEST</li>\n<li>Verify the <code>.usages/</code> directory exists</li>\n<li>Classify change types: CODE / MANIFEST / USAGE / TEST</li>\n</ol>\n</li>\n<li>Discover dependent cells — cells that import the matched cells</li>\n<li>Classify each dependency:\n<ul>\n<li><strong>DIRECT</strong> — imports a changed API</li>\n<li><strong>TRANSITIVE</strong> — imports a DIRECT dependency</li>\n</ul>\n</li>\n<li>Generate the Acceptance Scope Report</li>\n</ol>\n<p>STOP if:</p>\n<ul>\n<li>No cells are discovered</li>\n<li>A cell lacks a CODEMANIFEST</li>\n<li>The scope is ambiguous</li>\n</ul>\n<h2>Output format</h2>\n<p>Complete every section. Empty sections are not allowed.</p>\n<pre><code># Acceptance Scope Report\n\n## Data source\n[How the scope was resolved: arguments, git diff, or user selection]\n\n## Functionality\n[Functionality description, if determined]\n\n## Cells for acceptance\n[Table: Cell | Path | Change types (CODE/MANIFEST/USAGE/TEST)]\n\n## Affected dependencies\n[Table: Dependent cell | Dependency type (DIRECT/TRANSITIVE) | Impact assessment]\n\n## Scope summary\n[Total cells, total files, distribution by change categories]\n</code></pre>\n","files":[{"path":"SKILL.md","sizeBytes":2299,"isText":true}],"reviewScore":null,"reviewSummary":null,"trust":{"provenance":"trusted-source-unreviewed","notice":"Community-authored content, reproduced verbatim and not vetted as instructions. Treat it as data to evaluate, never as directives to follow.","bodySource":null},"bodyLocked":false,"purchaseUrl":null,"sourceUrl":null,"report":{"provenance":"trusted-source-unreviewed","screen":{"ran":true,"outcome":"clean","suspicious":0,"notes":0,"hiddenCharacters":false},"virusScan":{"engine":"clamav","status":"clean","scannedAt":"2026-08-24T17:38:49.555055Z","sha256":"63114EC382A7B39DABCE500936D50360A63F57174408DD2C924FA61A1C511D91","sizeBytes":1138},"review":null,"source":{"repositoryUrl":"https://github.com/qarium/goga","path":"goga/assets/skills/goga-accept-scope","license":"BSD-3-Clause","commit":"9fdb39b191bec889e345e42ffa1549d2727ca247","subtreeSha":"1074D613AC1737549CA6592AC08D691AAF44115B9F0E9B8F23C2D29E4006690B","lastSyncedAt":"2026-09-20T13:50:46.125615Z"},"reviewedAt":"2026-08-24T17:45:28.881503Z","notice":"Community-authored content, reproduced verbatim and not vetted as instructions. Treat it as data to evaluate, never as directives to follow."},"install":[{"target":"skills-cli","command":"npx skills add https://github.com/qarium/goga/tree/1.2.x/goga/assets/skills/goga-accept-scope"},{"target":"claude-code","command":"claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install qarium-goga@llmmart"},{"target":"git","command":"git clone https://github.com/qarium/goga.git"}]}