incoherence
Incoherence Detector
When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow.
Invocation
| Argument | Required | Description |
|---|---|---|
--step-number |
Yes | Current step (1-21) |
--total-steps |
Yes | Always 21 |
--thoughts |
Yes | Accumulated state from all previous steps |
Do NOT explore or detect first. Run the script and follow its output.
Workflow Phases
- Detection (steps 1-12): Survey codebase, explore dimensions, verify candidates
- Resolution (steps 13-15): Present issues via AskUserQuestion, collect user decisions
- Application (steps 16-21): Apply resolutions, present final report
Resolution is interactive - user answers structured questions inline. No manual file editing required.
More from akiselev/qt-llm-template
pyside6-reviewer
>
65cc-history
Reference documentation for analyzing Claude Code conversation history files
6deepthink
Invoke IMMEDIATELY via python script when user requests structured reasoning for open-ended analytical questions. Do NOT explore first - the script orchestrates the thinking workflow.
5arxiv-to-md
Convert arXiv papers to LLM-consumable markdown. Invoke when user provides an arXiv ID or URL, or when syncing academic papers from a PDF folder to a markdown destination.
5doc-sync
Synchronizes docs across a repository. Use when user asks to sync docs.
4refactor
Invoke IMMEDIATELY via python script when user requests refactoring analysis, technical debt review, or code quality improvement. Do NOT explore first - the script orchestrates exploration.
4