mastermind plan command (monomind)
Scanned 9/10/2026
Install to Claude Code
npx -y skills add monoes/monomind --skill monomind-monomind-monomind-mastermind-plan --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Monomind Monomind Monomind Mastermind Plan?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/monoes-monomind-monomind-monomind-mastermind-plan)More formats (shields.io, HTML) on the badges page.
---
description: mastermind plan command (monomind)
type: flow
name: monomind-monomind-monomind-mastermind-plan
---
<!-- Write a comprehensive implementation plan from a spec or requirements. Saves to docs/mastermind/plans/. Default mode: confirm. -->
**First — extract repeat flags:** Follow the REPEAT PREAMBLE from `mastermind-repeat/SKILL.md`. Extracts `--repeat`, `--tillend`, `--maxruns`, `--wait`, `--rep`, `--loop` from `$ARGUMENTS` before all other parsing. If `is_continuation = true`, skip the empty-prompt check and intake below.
Parse `$ARGUMENTS` for:
- `--auto` flag → mode = auto
- `--confirm` flag → mode = confirm
- `--project <name>` → project_name = <name>
- Remaining text = spec description or path to spec file
If spec is empty: ask "What would you like a plan for? (provide a spec, requirements, or feature description)"
Load brain context (follow `mastermind-protocol/SKILL.md` Brain Load Procedure).
Default mode: **confirm** (unless `--auto` flag is present).
---
Invoke `Skill("mastermind-plan")` passing: brain_context, params, project_name, mode.
After skill returns: follow `mastermind-protocol/SKILL.md` Brain Write Procedure.
**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!