mk:sequential-thinking — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mk:sequential-thinking (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Structured step-by-step reasoning with hypothesis generation, elimination, and revision capability.
Do NOT use for: trivial fixes (typo, lint), single-file changes with obvious cause.
Adjust dynamically: expand if more complex than expected, contract if simpler.
Use references/hypothesis-testing.md template. Key sections:
## Sequential Analysis: [problem]
### Hypotheses
| # | Hypothesis | Evidence for | Evidence against | Status |
| --- | ---------- | ------------ | ---------------- | ------ |
### Root Cause
Confirmed: [root cause]
Confidence: [high/medium/low]
Evidence: [what confirms this]
### Fix Scope
[what must change — files, functions, logic]When new evidence invalidates a previous conclusion:
[REVISION of Hypothesis N]: [correction + why]Load references/core-patterns.md for revision/branching patterns. For advanced techniques (spiral refinement, multi-branch convergence): references/advanced-techniques.md For uncertainty + revision cascades: references/advanced-strategies.md For concrete examples: references/examples-debug.md, examples-api.md, examples-architecture.md
Load when a specific methodology fits the investigation:
references/five-whys-plus.md — enhanced 5-Whys with bias guards + stopping criteria. Use for post-mortems, recurring problems, human-error investigations.references/scientific-method.md — hypothesis → falsifiable prediction → experiment → revise. Use for A/B tests, performance investigations, production incidents.references/kepner-tregoe.md — SA/PA/DA/PPA + IS/IS-NOT matrix. Use for multi-system bugs, contested root causes, high-stakes decisions.Track and format thoughts deterministically:
scripts/process-thought.js — validate, track history, branches, revisions. Max 20 thoughts.node scripts/process-thought.js --thought "..." --number N --total M --next true node scripts/process-thought.js --summary (context-efficient handoff to mk:fix)
scripts/format-thought.js — format as box/simple/markdown/jsonnode scripts/format-thought.js --thought "..." --number N --total M --format json
Full list: references/gotchas.md
Called by mk:fix during diagnosis (Step 2). Receives input from mk:investigate or direct observation. Output feeds into fix implementation.
mk:investigate → symptoms + traces → mk:sequential-thinking → root cause → mk:fix~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.