mastermind debug command (monomind)
Scanned 9/10/2026
Install to Claude Code
npx -y skills add monoes/monomind --skill monomind-monomind-mastermind-debug --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Monomind Monomind Mastermind Debug?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/monoes-monomind-monomind-mastermind-debug)More formats (shields.io, HTML) on the badges page.
---
description: mastermind debug command (monomind)
type: flow
name: monomind-monomind-mastermind-debug
---
<!-- Systematic root-cause debugging — use before ANY fix attempt for bugs, test failures, unexpected behavior, build failures, or performance regressions. Enforces Phase 1 root-cause investigation before proposing fixes. -->
**First — extract repeat flags:** Follow the REPEAT PREAMBLE from `mastermind-repeat/SKILL.md`.
Parse `$ARGUMENTS` for `--auto`, `--confirm`, `--project <name>`, and remaining text = problem description.
Load brain context for the `debug` domain (follow `mastermind-protocol/SKILL.md` Brain Load Procedure).
If problem description is empty: ask "What issue are you debugging?"
Default mode: **auto** (proceed immediately; the skill gates on root-cause investigation, not on user confirmation).
---
Invoke `Skill("mastermind-debug")` passing: brain_context, problem_description, mode.
After skill returns: follow `mastermind-protocol/SKILL.md` Brain Write Procedure for domain `debug`.
**MANDATORY — invoke `Skill("mastermind-repeat")` now.** This is required regardless of how the skill above completed, regardless of whether you think the work is done, regardless of whether you plan to end your response. For `--repeat N`: the count is non-negotiable — all N runs must happen. For `--tillend`: only a verified empty round (confirmed by git diff) stops the loop. Do not end your response without invoking this skill.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!