scoped-implementation

Implement code features strictly within an implementation-plan document's boundaries.

1|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/darrencroton/ai-engineering-skills --skill scoped-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scoped-implementation
Source: https://github.com/darrencroton/ai-engineering-skills/tree/main/skills/scoped-implementation
Command: npx skills add https://github.com/darrencroton/ai-engineering-skills --skill scoped-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures consistent and controlled implementation of pre-defined software features without unintended scope creep or changes.

Core Features & Use Cases

  • Scoped Implementation: Implements precisely the features outlined in a frozen acceptance slice.
  • Safety Contract Adherence: Ensures no changes to the system beyond what is explicitly allowed by the acceptance criteria.
  • Use Case: A developer is tasked with adding a specific functionality, defined with explicit boundaries and acceptance tests, into the system. The 'scoped-implementation' skill is used to carry out this task within the set constraints.

Quick Start

To implement a frozen feature slice 'FeatureXYZ' based on an 'implementation-plan' file 'plan-FeatureXYZ.md', use:

Run the 'scoped-implementation' skill on the plan file 'plan-FeatureXYZ.md'.

Frequently Asked Questions about scoped-implementation

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

FAQPage Schema
How do I implement a feature without modifying code outside the acceptance criteria?

Scoped implementation executes targeted code changes strictly within predefined boundaries from an implementation-plan document. It enforces a safety contract to prevent scope creep, ensuring no system modifications occur outside the explicitly allowed acceptance criteria.

What is a frozen slice in feature implementation and how does it prevent scope creep?

A frozen slice is a pre-defined software feature with explicit boundaries and acceptance tests. Scoped implementation processes this slice by adhering strictly to the plan, preventing unintended changes and maintaining safety contract adherence throughout the development process.

How do I use a plan file to execute scoped code implementation?

To execute scoped code implementation, run the skill directly on your implementation-plan file, such as 'plan-FeatureXYZ.md'. The skill reads the predefined boundaries and acceptance criteria from the document to perform the targeted implementation safely.

Can I enforce boundary restrictions during a targeted coding task?

Yes, boundary enforcement is applied automatically during implementation. The skill ensures strict adherence to the safety contract, guaranteeing that no code or system changes occur beyond what is explicitly allowed by the acceptance criteria.

Does scoped implementation require external dependencies to run?

No external dependencies are required to use scoped implementation. The skill operates independently to process your implementation-plan file and execute the feature implementation within the set constraints of your acceptance criteria.

When should I not use scoped implementation for software engineering tasks?

Scoped implementation should not be used when a task lacks a predefined implementation plan or explicit acceptance criteria. It is designed specifically for executing frozen slices, so exploratory programming or tasks requiring dynamic scope expansion are not suitable.