Conflicts banner
SunilJeong95 SunilJeong95

Conflicts

Development community

Description

--- description: "List acceptance criteria that contradict a normative rule" argument-hint: "[--repo <path>] [--acks <path>]" --- # spec-trace: conflicts ## User input ```text $ARGUMENTS ``` ## Procedure 1. Read this plugin's `skills/conflicts/SKILL.md` and follow it exactly. 2. Run the command below and pass the output to the user. ```bash node ${CLAUDE_PLUGIN_ROOT}/bin/conflicts.mjs [--repo <target>] [--acks <path>] ``` Without `--repo`, the current working directory is used. ## Never

Installation

Installs to ~/.claude/skills/suniljeong95-spec-trace-conflicts/SKILL.md

Terminal
mkdir -p ~/.claude/skills/suniljeong95-spec-trace-conflicts && curl -fsSL https://raw.githubusercontent.com/SunilJeong95/spec-trace/HEAD/commands/conflicts.md -o ~/.claude/skills/suniljeong95-spec-trace-conflicts/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository