katiecha-katie-chai-gather-context.ocm.json json Copy{
"ocm": "1",
"id": "katiecha-katie-chai-gather-context",
"kind": "skill",
"name": "gather-context",
"description": "Gathers context before implementing a task by identifying relevant files, rules, and edge cases. Use for any non-trivial change.",
"publisher": "katiecha",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"process",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Gathers context before implementing a task by identifying relevant files, rules, and edge cases. Use for any non-trivial change."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/katiecha/katie-chai",
"path": ".claude/skills/gather-context/SKILL.md",
"ref": "0aa864095fdaf2326a18d3105529fa189640deb3",
"url": "https://github.com/katiecha/katie-chai/blob/0aa864095fdaf2326a18d3105529fa189640deb3/.claude/skills/gather-context/SKILL.md",
"key": "katiecha/katie-chai/.claude/skills/gather-context/SKILL.md"
}
},
"instructions": "# Context Gathering\n\nUsed when retrieval is needed before implementation.\n\n## Steps\n\n1. Identify real task\n\n2. Build retrieval plan:\n\n * rules\n * prerequisites\n * code paths\n * edge cases\n\n3. Retrieve minimal info\n\n4. Identify gaps\n\n## Output\n\n```\nretrieval_plan:\nretrieved_context:\ngaps:\nready_to_proceed:\n```\n\n## Rule\n\nDo not proceed with missing critical context\n\n## Failure Behavior\n\n- If a file cannot be found → note as gap, check for renames/moves\n- If pattern is ambiguous → list multiple interpretations, ask for clarification\n- If prerequisites are missing → stop and list what's ne",
"cost": {
"context_tokens": 170
}
}