context-gap-analyzer

Installation
SKILL.md

Context Gap Analyzer

Core principle: Code is necessary but insufficient context. The delta between "what the code explicitly says" and "what a competent team member knows" is where agents fail most expensively. This skill systematically identifies that delta, prioritizes it by agent impact, surfaces it as focused questions a human can answer, and tracks the answers into whatever context harness the codebase already uses.

An agent reading only code can derive syntax, types, structure, and test behavior. What it cannot derive:

  • Why decisions were made (rationale)
  • What conventions exist that aren't enforced by tooling (tribal knowledge)
  • How things interact with systems beyond the repo boundary (integration knowledge)
  • When to break a pattern vs. follow it (judgment)
  • Who owns what and why (organizational context)

This skill helps the context engineer close those gaps, one focused question at a time.


How to Execute This Skill

Follow these phases in order. Each phase builds on the previous. The final deliverable is a prioritized gap report with actionable questions, a quantified coverage map, and a tracking mechanism integrated into the existing context harness.

Related skills

More from andurilcode/craftwork

Installs
2
GitHub Stars
6
First Seen
Apr 2, 2026