skill-007-ecosystem-conflict-resolution

Resolves conflicts between ecosystem rules using a tiered precedence ladder before disk edits.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Noetfield-Systems/SourceA --skill skill-007-ecosystem-conflict-resolution-noetfield-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-007-ecosystem-conflict-resolution
Source: https://github.com/Noetfield-Systems/SourceA/tree/main/.cursor/skills/skill-007-ecosystem-conflict-resolution
Command: npx skills add https://github.com/Noetfield-Systems/SourceA --skill skill-007-ecosystem-conflict-resolution-noetfield-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When multiple rules, skills, cursor rules, or founder laws disagree about whether an agent may edit files, this Skill determines which rule wins before any disk mutation occurs, preventing unauthorized writes. ## Core Features & Use Cases - Tiered Precedence Ladder: Ranks authority from T0 (explicit founder orders) down to T5 (convenience rules) so the highest-priority rule always wins. - Auto-Resolve Algorithm: Loads hard rules and open incidents at session start, parses founder messages for T0 triggers, and blocks disk edits when conflicts remain unresolved. - Pre-Resolved Conflict Table: Ships known rule-pair outcomes (e.g., save guards vs. research paste workflows) so common conflicts resolve without asking. - Use Case: A research workflow demands an immediate save while a permission rule requires asking first; the Skill declares the ask-first rule the winner and presents A/B/C options to the founder instead of writing files. ## Quick Start Ask the agent to check for rule conflicts and state which rule wins before making any file changes.

Frequently Asked Questions about skill-007-ecosystem-conflict-resolution

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

FAQPage Schema
How do I resolve conflicting AI agent rules before editing files?

Apply a tiered precedence ladder that ranks explicit founder orders (T0) above permission rules, open incidents, and convenience workflows. Before the first disk edit, parse the founder message for explicit authorization and block all writes until the highest-tier rule is identified.

What is a rule precedence ladder for AI agents?

A precedence ladder is an ordered ranking of rule sources so the highest tier wins any conflict. This Skill uses six tiers from T0 (explicit founder commands like SAVE TO or EDIT ALLOWED) down to T5 (convenience rules like plan.json that never self-start).

When should an AI agent refuse to write files?

An agent should refuse disk writes when a workflow rule demands action but no explicit founder order exists, when a save request lacks a resolvable path, or when the target path belongs to another lane. It then presents A/B/C options and waits for founder approval.

What counts as explicit founder permission for file edits?

Valid T0 triggers include SAVE TO with a path, EDIT ALLOWED plus ACTION, ASF phrases, WORK assignments, or a direct yes to an agent's question. Prior session context, plan.json files, and mandatory paste instructions alone do not qualify.

What happens when a save request has no file path?

The agent runs a filing registry resolver script to map the request to a route_id and path. If the registry returns no match or an ambiguous match, the agent asks only for the category or scope, never the exact path.