Files
magnus919_agent-skills/FAILURE-MODE-INDEX.md
T
Magnus Hedemarkandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> 65fcae6cda docs(flatten): update repo docs for the flat layout
Rewrite README.md Installation prose and references/skill-triggers.md to
drop the bundles/ depth and --full-depth guidance, relabel the architecture
diagram bundle node, and correct bundle-manifest-design.md to place manifests
at <skill>/manifest.yaml with the 8-umbrella count. Fix the example manifest
and schema descriptions, plus the production-excellence AGENTS.md depth note.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-14 16:48:49 -04:00

16 lines
1.5 KiB
Markdown

# Failure-Mode-to-Skill Index
Use this index when the work is blocked by a recognizable failure pattern rather than a named technology. Load the most specific skill first.
| Failure mode | Signals | Load |
|---|---|---|
| The premise may be wrong | A plausible explanation has not been checked against source or live output | [systematic-debugging](systematic-debugging/SKILL.md) |
| A tool or API may be missing | You are about to build a workaround without checking the native capability | [agent-skills](agent-skills/SKILL.md), then the domain skill |
| Work keeps escalating | Two materially different approaches failed | [systematic-debugging](systematic-debugging/SKILL.md) |
| A multi-agent decision is converging too early | One perspective appears sufficient but alternatives have not been tested | [agent-council](agent-council/SKILL.md) |
| A contribution may duplicate existing work | The requested feature sounds like something already in the repository | [opensource-contributions](opensource-contributions/SKILL.md) |
| A workflow is repeated manually | The same sequence of skills is executed more than once | [workflow-architect](workflow-architect/SKILL.md) |
| Meaning drifts or disagrees between agents | Agents use the same word for different meanings, or semantic divergence and dead-ends block progress | [semantic-spacetime](semantic-spacetime/SKILL.md) |
This is a routing aid, not a replacement for reading the selected skill. Add a row only when the failure mode has a concrete trigger and an existing skill that addresses it.