.claude/skills/scope-check/SKILL.md
Verify whether a proposed feature or task is within the ManyMoons v1 GDD scope. All agents invoke this automatically before starting any new work that wasn't explicitly assigned by Orchestrator. Claude-only — not user-invocable.
npx skillsauth add swervojake/claaaude-studio scope-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are performing a scope check against the ManyMoons v1 GDD.
Step 1: Read the GDD
Read memory-bank/GDD.md in full.
Step 2: Evaluate the proposed feature or task The feature to check is: [the task or feature the calling agent was about to build]
Step 3: Return one of these verdicts:
IN SCOPE ✅
"[Feature]" is within v1 scope. Relevant GDD section: [section name + quote]. Proceed.
OUT OF SCOPE 🚫
"[Feature]" is not in the v1 GDD. Do not build it. Closest in-scope equivalent: [what IS in scope that might address the same need, or "none"]. Log this request in memory-bank/progress.md under "Backlog (out of scope for current milestone)" and surface to Blueprint.
UNCLEAR — ESCALATE ⚠️
"[Feature]" is ambiguous in the GDD. Cannot determine scope without Blueprint clarification. Do not build until Blueprint decides.
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.
tools
This skill should be used when the user asks to "demonstrate skills", "show skill format", "create a skill template", or discusses skill development patterns. Provides a reference template for creating Claude Code plugin skills.
development
Best practices for building Stripe integrations. Use when implementing payment processing, checkout flows, subscriptions, webhooks, Connect platforms, or any Stripe API integration.