implementation-boundary-guard

Detect and flag code changes outside assigned task scope.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hohai99/antigravity-skills --skill implementation-boundary-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-boundary-guard
Source: https://github.com/hohai99/antigravity-skills/tree/main/.agent/skills/implementation-boundary-guard
Command: npx skills add https://github.com/hohai99/antigravity-skills --skill implementation-boundary-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents implementers from crossing spec or task boundaries during coding, ensuring adherence to defined task scope and preventing scope creep.

Core Features & Use Cases

  • Boundary enforcement: Detects and flags changes that fall outside the assigned task scope or specification.
  • Scope alignment guidance: Suggests minimal, compliant changes and requires explicit approvals for expansions.
  • Use Case: During a coding session, it blocks commits that touch unrelated modules unless a scope expansion task is approved.

Quick Start

At the start of a coding task, configure the defined task boundaries in the frontmatter, then monitor changes and escalate boundary violations to the task owner as needed.

Frequently Asked Questions about implementation-boundary-guard

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

FAQPage Schema
How do I prevent scope creep during a coding task?

To prevent scope creep during a coding task, enforce defined spec and task boundaries. This detects changes outside the assigned scope and flags deviations for remediation before they are committed.

What is task boundary enforcement in software engineering?

Task boundary enforcement is a change-control mechanism that aligns code modifications to a predefined specification. It blocks commits touching unrelated modules unless a scope expansion task is explicitly approved.

How do I configure spec boundaries for a coding session?

To configure spec boundaries for a coding session, define the task scope in the frontmatter at the start of the task. Monitor changes and escalate any boundary violations to the task owner as needed.

Can I commit changes that touch unrelated modules during scope guard?

Committing changes that touch unrelated modules during scope guard is blocked. Implementers must receive explicit task approval for boundary expansion before unrelated code modifications can be committed.

Does boundary guard work across reviews and commits?

Boundary guard works across coding sessions, reviews, and commits. It applies scope validation continuously to ensure changes align with the specification and flags any deviations for required remediation.