From mk
Re-examines code review verdicts or plans through structured reasoning methods (pre-mortem, red team, Socratic) to surface hidden risks and assumptions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mk:elicitWhen to use
Use after a code review or plan evaluation — re-examines findings via named reasoning methods. NOT for initial review (see mk:review) or creating plans (see mk:plan-creator).
This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Re-examine an existing output (review verdict, plan, analysis) through a named reasoning method.
Re-examine an existing output (review verdict, plan, analysis) through a named reasoning method. Surfaces insights that generic "make it better" requests miss.
/mk:review verdict — deepen analysis before Gate 2NOT this skill if: you have no existing artifact to re-examine — use mk:brainstorming for open exploration, or mk:problem-solving for approach-stuck situations.
| Method | Lens | Best For |
|---|---|---|
| Pre-mortem | "Assume this shipped and failed. Why?" | Risk discovery, failure mode analysis |
| Inversion | "What would make this maximally wrong?" | Assumption testing, edge cases |
| Red Team | "You are an attacker. How do you exploit this?" | Security analysis, adversarial thinking |
| Socratic | "What evidence supports each claim?" | Logic validation, gap detection |
| First Principles | "Strip assumptions. What's fundamentally true?" | Architecture decisions, design simplification |
| Constraint Removal | "What if [constraint X] didn't exist?" | Innovation, scope exploration |
| Stakeholder Mapping | "Who else is affected? What do they need?" | Impact analysis, requirements gaps |
| Analogical | "What similar system solved this differently?" | Alternative approaches, pattern matching |
When invoked without a method choice, suggest based on context:
| Context | Suggested Method |
|---|---|
| Review found security issues | Red Team |
| Review found low coverage | Pre-mortem |
| Plan has many assumptions | First Principles |
| Architecture decision | Inversion |
| Complex feature with many stakeholders | Stakeholder Mapping |
| Default / unclear | Socratic |
## Elicitation: [Method Name]
**Target:** [what was re-examined]
**Method:** [brief description of the lens applied]
### Findings
1. **[CRITICAL]** [finding] — [recommendation]
2. **[IMPORTANT]** [finding] — [recommendation]
3. **[INFORMATIONAL]** [finding] — [observation]
### Summary
[1-2 sentence synthesis of what this method revealed]
### Action Required
- [ ] [specific action items, if any]
After the review verdict (step-04), the reviewer MAY offer elicitation:
Review complete. Verdict: WARN (2 warnings).
Would you like to run elicitation on this verdict?
Pick a method: pre-mortem | inversion | red-team | socratic | first-principles | skip
Elicitation output appends to the verdict file as a supplementary section. It does NOT change the verdict (PASS/WARN/FAIL) — it adds depth.
mk:review pass to produce a revised verdict before proceeding to Phase 5.npx claudepluginhub ngocsangyem/meowkit --plugin mkChallenges AI-generated plans, code, and designs using pre-mortem, inversion, and Socratic questioning to uncover blind spots and failure modes.
Challenges ideas, plans, and decisions using structured critical reasoning across five modes. Useful for devil's advocate, pre-mortem, red team, and assumption auditing.
Stress-tests code, architecture, PRs, and decisions using structured adversarial analysis. Use for high-stakes review or when users want problems found deliberately.