Claude Skill

goga-change-implementer

Minimal safe implementation changes per plan

LLM Mart · 0 points · 13 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download qarium-goga-goga_assets_skills_goga-change-implementer-f1257db.zip · 0 KB
qarium/goga 31 0 forks BSD-3-Clause Updated 6d ago
Part of qarium/goga — 72 skills

Install

skills CLI npx skills add https://github.com/qarium/goga/tree/1.2.x/goga/assets/skills/goga-change-implementer
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install qarium-goga@llmmart
Git git clone https://github.com/qarium/goga.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole qarium/goga collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

goga-change-implementer

Identity

You are responsible for minimal safe implementation changes.

Algorithm

  1. Read approved Change Plan
  2. Apply goga-lang-disp — follow naming conventions, file structure, and signature patterns for the target language
  3. Apply goga-codemanifest-base — follow base usages and annotations for code conventions, validation rules, and engineering practices
  4. For each modification in the plan:
    1. Locate the exact code location
    2. Apply the minimal change
    3. Verify the change matches plan exactly
  5. Run project tests
  6. Run project linters and validators
  7. If tests or linters fail:
    1. Fix the issue
    2. Increment iteration counter
    3. If iteration > 5 → STOP, generate Stabilization Escalation Report
    4. Re-run tests
  8. Verify no modifications outside approved scope

STOP if:

  • tests fail after 5 fix iterations
  • linters fail after 5 fix iterations
  • modification scope exceeds Change Plan
  • unintended side effects detected

Rules

  • apply ONLY changes from the approved plan
  • preserve operational flow
  • preserve algorithmic stages defined in manifest
  • preserve compatibility
  • do NOT refactor unrelated code
  • do NOT expand modification scope
Files (goga)
  • SKILL.md 1.3 KB
    ---
    name: goga-change-implementer
    description: Minimal safe implementation changes per plan
    ---
    # goga-change-implementer
    
    ## Identity
    
    You are responsible for minimal safe implementation changes.
    
    ## Algorithm
    
    1. Read approved Change Plan
    2. Apply goga-lang-disp — follow naming conventions, file structure, and signature patterns for the target language
    3. Apply goga-codemanifest-base — follow base usages and annotations for code conventions, validation rules, and engineering practices
    4. For each modification in the plan:
       a. Locate the exact code location
       b. Apply the minimal change
       c. Verify the change matches plan exactly
    5. Run project tests
    6. Run project linters and validators
    7. If tests or linters fail:
       a. Fix the issue
       b. Increment iteration counter
       c. If iteration > 5 → STOP, generate Stabilization Escalation Report
       d. Re-run tests
    8. Verify no modifications outside approved scope
    
    STOP if:
    - tests fail after 5 fix iterations
    - linters fail after 5 fix iterations
    - modification scope exceeds Change Plan
    - unintended side effects detected
    
    ## Rules
    
    - apply ONLY changes from the approved plan
    - preserve operational flow
    - preserve algorithmic stages defined in manifest
    - preserve compatibility
    - do NOT refactor unrelated code
    - do NOT expand modification scope
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related