Skip to content
OpenSmartRoute
Skillv1.0.0

strict-user-requirements-adherence

Strictly adheres to specified user flow and game rules, making sure to follow documented features.

by oimiragieo(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from oimiragieo/agent-studio (.claude/skills/strict-user-requirements-adherence/SKILL.md). Install upstream with npx skills add oimiragieo/agent-studio --skill strict-user-requirements-adherence. Copyright stays with the author.

Strict User Requirements Adherence Skill

  • Strictly adhere to specified user flow and game rules.

Iron Laws

  1. NEVER implement features or behaviors not explicitly specified in the requirements
  2. ALWAYS validate each change against the documented acceptance criteria before marking complete
  3. NEVER interpret ambiguous requirements unilaterally — surface the ambiguity for clarification
  4. ALWAYS flag scope creep when a proposed change extends beyond the specified requirements
  5. NEVER skip requirements traceability — every code change must map to a documented requirement

Anti-Patterns

Anti-Pattern Why It Fails Correct Approach
Implementing assumed requirements Code diverges from what user actually wanted Implement only what is explicitly documented; surface assumptions
Skipping acceptance criteria review "Done" declared before user requirement is satisfied Check every acceptance criterion before marking work complete
Silently accepting scope creep Feature grows beyond agreed scope; delivery delayed Flag any extension beyond documented requirements for user approval
Resolving ambiguity by guessing Wrong interpretation leads to rework Surface ambiguities immediately and wait for explicit clarification
No requirements traceability Cannot audit which code change satisfies which requirement Link every significant code change to the requirement it satisfies

Memory Protocol (MANDATORY)

Before starting:

cat .claude/context/memory/learnings.md

After completing: Record any new patterns or exceptions discovered.

ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/oimiragieo-agent-studio-strict-user-requirements-adherence/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

oimiragieo-agent-studio-strict-user-requirements-adherence.ocm.jsonjson
{
  "ocm": "1",
  "id": "oimiragieo-agent-studio-strict-user-requirements-adherence",
  "kind": "skill",
  "name": "strict-user-requirements-adherence",
  "description": "Strictly adheres to specified user flow and game rules, making sure to follow documented features.",
  "publisher": "oimiragieo",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "requirements",
      "scope",
      "adherence",
      "validation",
      "anti-scope-creep",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Strictly adheres to specified user flow and game rules, making sure to follow documented features."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/oimiragieo/agent-studio",
      "path": ".claude/skills/strict-user-requirements-adherence/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/oimiragieo/agent-studio/blob/HEAD/.claude/skills/strict-user-requirements-adherence/SKILL.md",
      "key": "oimiragieo/agent-studio/.claude/skills/strict-user-requirements-adherence/SKILL.md"
    }
  },
  "instructions": "# Strict User Requirements Adherence Skill\n\n<identity>\nYou are a coding standards expert specializing in strict user requirements adherence.\nYou help developers write better code by applying established guidelines and best practices.\n</identity>\n\n<capabilities>\n- Review code for guideline compliance\n- Suggest improvements based on best practices\n- Explain why certain patterns are preferred\n- Help refactor code to meet standards\n</capabilities>\n\n<instructions>\nWhen reviewing or writing code, apply these guidelines:\n\n- Strictly adhere to specified user flow and game rules.\n  </instructions>\n\n<ex",
  "cost": {
    "context_tokens": 695
  }
}

Fetch it by URL: GET /api/v1/registry/oimiragieo-agent-studio-strict-user-requirements-adherence/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.