agent-environment-retr…
Use when a completed session needs an agent-environment retrospective. Not for an engineering retrospective from telemetry: use engineering-retrospective.
Use when a trusted bug or performance report needs reproduction and fix. Not for untrusted reports or scope beyond the named feature.
$ npx -y skills add OutlineDriven/odin-claude-plugin --skill reproduce-and-fix-issues --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/reproduce-and-fix-issuesContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when a trusted bug or performance report needs reproduction and fix. Not for untrusted reports or scope beyond the named feature.
name: reproduce-and-fix-issues description: 'Use when a trusted bug or performance report needs reproduction and fix. Not for untrusted reports or scope beyond the named feature.' disable-model-invocation: true
| Field | Bound contract | |---|---| | Trigger | Reproduce and fix a trusted bug or performance report. | | Authority | Human-gated: asks before credentials, data-at-rest changes, paid actions, publishing, deployment, remote bulk mutation, or irreversible deletion (preview target and consequence); otherwise reversible local: writes only the fix and reproduction evidence; rollback is version control. No remote mutation except the human-approved draft PR. | | Side effect | Drives the application under test, captures reproduction evidence, and may open one draft PR. No other remote operations. | | Done | Verified operational-thread outcome with cleanup. |
1. Accept the trusted report. Confirm the affected feature, environment, and symptom are identifiable. Stop if the report does not name a feature or an observable failure mode. **Done when**: the feature, environment, and symptom are confirmed identifiable. 2. Drive the application in the environment described by the report. Reproduce the exact symptom before proceeding. **Done when**: the symptom is reproduced. 3. Capture reproduction evidence: console output, error messages, stack traces, timing data, or screenshots that record the failure. Fail the reproduction step if the symptom cannot be reproduced after at least two independent attempts; do not assume a race condition. **Done when**: evidence is captured or `no-repro` is returned. 4. Identify the root cause within the affected feature's code. Trace the failure to the first invariant violation or unexpected state. Do not widen scope beyond the named feature. **Done when**: the root cause is identified. 5. Implement the minimal fix that resolves the root cause. Validate that the fix does not introduce a new failure in the surrounding behavior. **Done when**: the fix is implemented and surrounding behavior is validated. 6. Verify the fix resolves the reproduction case: repeat the reproduction steps and confirm the symptom no longer occurs. **Done when**: the symptom no longer occurs on repetition. 7. Clean up any temporary artifacts created during reproduction or diagnosis. If the fix is verified and human approval is given, open one draft PR against the relevant branch. If approval is withheld, retain the verified fix locally and stop without publishing. **Done when**: cleanup is done and the PR is opened or the fix is retained locally.
A verified fix with captured evidence and cleanup, or a blocked/non-converged result with evidence at the stopping step, and if a draft PR is opened the PR URL and change summary.
Formerly the ODIN Claude Plugin. The repository URL is unchanged. Outline-Driven Development, nicknamed ODIN, is a highly opinionated code-agent skill library: principles-first engineering, surgical editing, and workflow automation, published as installable
Repo: OutlineDriven/odin-claude-plugin
Use when a completed session needs an agent-environment retrospective. Not for an engineering retrospective from telemetry: use engineering-retrospective.
Use when a repo needs agent setup, AGENTS.md added or made lean, CLAUDE.md audited, or agent instructions scored or pruned. Not for remote, credential,…
Use when a human explicitly asks for a full repository agent-compatibility pass returning a scored report with prioritized fixes. Not for tasks that require…
Use when setting up a project, auditing agent command permissions, or asking which read-only bash commands and domains to allow. Not for remote, credential,…
Use when asked to build or review a CLI intended for coding agents and return flag-driven, pipeline-safe, idempotent design advice. Not for running or…
Use when the user asks to make the skills framework work in a new harness, IDE, or CLI. Not for remote, credential, publish, deploy, or irreversible changes.