interrogate-me
Installation
SKILL.md
Interrogate Me
Stress-test before committing. Optimize for one useful pass, not exhaustive questioning.
Operating Contract
- Inspect local evidence first:
CONTEXT.md,CONTEXT-MAP.md, ADRs, specs, plans, task lists, configs, tests, and nearby source. - Ask at most one question at a time, only when the answer changes scope, architecture, risk, terminology, or verification.
- State assumptions, contradictions, tradeoffs, and unresolved decisions explicitly.
- Prefer the simplest viable option. Do not add speculative features, abstractions, configurability, or future-proofing.
- Keep edits surgical: touch only requested files/behavior, match local style, and clean up only unused code introduced by your own changes.
- Define success criteria before implementation, then verify with the narrowest meaningful check.