Back to list
mu4farooqi

conflict-resolution

by mu4farooqi

Claude Code plugin that learns from your corrections and instructions to build a persistent context graph of your coding preferences.

6🍴 0📅 Jan 17, 2026

SKILL.md


name: conflict-resolution description: Handle Superwiser rule conflicts when search_rules, list_rules, or load_preferences shows "⚠️ CONFLICT [id]"

Conflict Resolution

When any Superwiser tool returns results containing "⚠️ CONFLICT [id]", you must resolve the conflict before proceeding.

What Is a Conflict?

A conflict occurs when the user has expressed contradictory preferences at different times. For example:

  • "Always use tabs for indentation" vs "Use 2-space indentation"
  • "Prefer functional components" vs "Use class components for state"

How to Resolve

  1. Present the conflict clearly to the user:

    SuperWiser Conflict [abc123]:
    I found conflicting preferences:
    1. "Always use tabs for indentation" (from when you were setting up the project)
    2. "Use 2-space indentation" (from your React work last week)
    
    Which should I follow? Or do they apply in different contexts?
    
  2. Wait for the user's response. They can:

    • Pick a number (e.g., "1" or "use the first one")
    • Say "both" or "all" if both rules should be kept
    • Explain when each applies (e.g., "tabs for Python, spaces for JS")
    • Say "skip" to ignore for now
  3. After the user responds, continue with your work. You do NOT need to:

    • Call any tools to resolve or delete rules
    • Process the response in any special way
    • The conflict resolution is handled automatically in the background

Important

  • Do NOT skip conflicts - they indicate important ambiguity in user preferences
  • Do NOT guess which rule to follow - always ask the user
  • Do NOT call any MCP tools to "resolve" the conflict - just continue after they respond

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon