From guard
Use this skill when dependency, workflow, workspace, or policy files changed and Claude needs a focused Guard scan instead of a full repository scan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/guard:scan-contextualThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the current Claude Code session touched supply-chain-sensitive files and you need a focused Guard run instead of a full repository scan.
Use this skill when the current Claude Code session touched supply-chain-sensitive files and you need a focused Guard run instead of a full repository scan.
package.json or pnpm-lock.yaml changedpnpm-workspace.yaml changed.guard/policy.yaml changedCODEOWNERS changedguard scan --scope <scope> --files <repo-relative-paths> --format json.depsworkspaceworkflowspolicyguard scan when the touched surface is unclear.guard fix from this skill.guard-plugin.npx claudepluginhub mauroproto/guard --plugin guardGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.