Marketplace

scope-guard

Check if requested changes are within current feature scope. Use when user requests new functionality or changes during implementation that might be scope creep. Compares requests against feature requirements and suggests adding out-of-scope items to backlog.

$ インストール

git clone https://github.com/schuettc/claude-code-plugins /tmp/claude-code-plugins && cp -r /tmp/claude-code-plugins/feature-workflow/skills/scope-guard ~/.claude/skills/claude-code-plugins

// tip: Run this command in your terminal to install the skill