Interrogate me
Curated skills and configurations for AI-assisted development
npx -y skills add ChristopherAlphonse/calphonse-skills --skill interrogate-meAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
One-pass interrogation and coding guardrails. Use to stress-test a plan, design, code change, or domain term against local code/docs while enforcing explicit assumptions, simplicity, surgical edits, and verifiable success criteria.
SKILL.md
2.0 KB, as published. Nobody here has run it
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.
One-Pass Flow
- Frame: Restate the goal, known context, assumptions, and non-goals.
- Check evidence: Compare the plan or claim against local docs and code. Cite files for important findings.
- Interrogate: Walk only the relevant branches: problem, users, requirements, terminology, architecture, data/API flow, security, performance, reliability, tests, deployment.
- Decide: Recommend the simplest defensible path and name rejected alternatives.
- Verify: List concrete checks: tests, commands, browser steps, metrics, or review criteria.
Output
Return only what the task needs:
- Recommendation
- Assumptions / open questions
- Scope and non-goals
- Risks / tradeoffs
- Verification checklist
CONTEXT.mdor ADR updates, only when a durable domain term or hard-to-reverse decision was actually resolved
Install:
npx skills add ChristopherAlphonse/calphonse-skills --skill interrogate-me