goal-lock

Lock project goals and enforce the PLAN→DO→VERIFY→FINALIZE→OUTPUT loop during code review.

123|22|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/AlexZio00/sovereign-skills --skill goal-lock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goal-lock
Source: https://github.com/AlexZio00/sovereign-skills/tree/main/goal-lock
Command: npx skills add https://github.com/AlexZio00/sovereign-skills --skill goal-lock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents scope drift and success deception during code reviews and updates, ensuring that goals are achieved with verifiable outcomes and preventing unintended changes.

Core Features & Use Cases

  • Goal Locking: Locks in the project's goals and prevents any code changes from being committed that could potentially drift the project away from its objectives.
  • Execution Loop Enforcement: Enforces a structured execution loop that ensures all code changes go through a series of verification steps before being marked as complete.
  • Risk Assessment: Assesses and addresses risks related to code changes, including potential for breaking changes, performance issues, and security vulnerabilities.

Quick Start

Use the /goal-lock command to lock your goal and ensure the completion of your code change.

Frequently Asked Questions about goal-lock

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

FAQPage Schema
How do I prevent scope drift during code reviews?

Prevent scope drift during code reviews by locking in project goals upfront and enforcing a structured verification loop to ensure all changes align with the original objectives.

What is success masquerading in software development?

Success masquerading in software development is marking a code change as complete without verifiable outcomes. It is detected by enforcing verification steps and risk assessment protocols before finalizing updates.

How do I enforce code discipline and risk assessment for updates?

Enforce code discipline and risk assessment by applying a structured execution loop that evaluates potential breaking changes, performance issues, and security vulnerabilities before allowing code updates to finalize.

How do I lock project goals to stop unintended code changes?

Lock project goals to stop unintended code changes by using the /goal-lock command, which prevents any code commits that drift away from the defined project objectives and success criteria.

Does goal management work without continuous risk assessment?

Goal management requires continuous risk assessment to function properly. Assessing risks like breaking changes and security vulnerabilities is a mandatory protocol to ensure verifiable outcomes and prevent scope drift.