vcx-scope-gate

Enforce VCX feature-scope governance against FEATURE_MANIFEST.yaml and ADR decisions.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/sangmokang/valueconnectx --skill vcx-scope-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vcx-scope-gate
Source: https://github.com/sangmokang/valueconnectx/tree/main/.claude/skills/vcx-scope-gate
Command: npx skills add https://github.com/sangmokang/valueconnectx --skill vcx-scope-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Scope Gate prevents scope creep by validating VCX feature scope against governance artifacts, ensuring alignment with documented rules and ADR decisions.

Core Features & Use Cases

  • Scope validation: Confirms feature scope against docs/sdd/FEATURE_MANIFEST.yaml and relevant ADRs.
  • Guardrails enforcement: Enforces 48h cooldowns and authorization levels (L-Lite / L-Std / L-High) for PRs and PR-related artifacts.
  • Use Case: When a new feature or scope change is proposed, the gate triggers required checks and ensures governance artifacts are up-to-date before Phase 1 proceeds.

Quick Start

Run the scope gate to validate a new feature scope against the manifest and ADR guidelines.

Frequently Asked Questions about vcx-scope-gate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent scope creep during feature development?

To prevent scope creep, implement feature-scope governance by validating proposed work against documented manifests and ADR decisions before proceeding. This ensures only authorized, in-scope tasks advance through planning and review phases.

What is a feature-scope governance gate and how does it work?

A feature-scope governance gate validates new features and scope changes against a feature manifest and ADR guidelines. It enforces authorization levels, cooldown periods, and required documentation before allowing development to proceed.

How do I validate a pull request against an ADR and feature manifest?

Validate a pull request by running a scope gate that checks PR artifacts against docs/sdd/FEATURE_MANIFEST.yaml and ADR decisions. The gate enforces 48h cooldowns and authorization levels to ensure only in-scope work proceeds.

Can I use authorization levels to control PR approvals for scope changes?

Yes, you can enforce L-Lite, L-Std, and L-High authorization levels to control PR approvals for scope changes. The gate applies these levels to PRs and related artifacts to ensure proper governance.

When do I need to enforce a cooldown period for scope changes?

Enforce a 48h cooldown period when a new feature or scope change is proposed during Phase 1. The governance gate triggers this cooldown alongside required ADR documentation checks to prevent rushed scope modifications.

Does scope governance work without existing ADR documentation?

Scope governance relies on existing ADR documentation and a feature manifest to validate alignment. Without these artifacts, the gate cannot verify if proposed work follows documented rules or authorized decisions.