Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

requirement-lock

Requirement-lock is a code governance skill that prevents unintended modifications to requirements once they have been confirmed by users. Use this skill when managing projects where requirement stability is critical, such as during active development phases or when coordinating across teams to ensure all parties must explicitly approve any changes to locked requirements rather than having them altered silently.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/requirement-lock && cp -r /tmp/requirement-lock/skills/requirement-lock ~/.claude/skills/requirement-lock
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::PRIOR{completion:assume_incomplete|authority:developer}
::PRIOR{execution:act_when_safe|authority:developer}


::GENE{requirement-lock|conf:confirmed|scope:global}
  T:confirmed_requirements_are_locked
  T:ask_before_changing_locked_requirement
  A:silently_change_requirement⇒ask_first
  A:scope_creep⇒flag

::ACTIVATE{requirement-lock}
  ON:requirement_confirmed

Powered by I-Lang v4.0 | ilang.ai