Install
$ agentstack add skill-waitdeadai-minmaxing-sonnetminimax ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/sonnetminimax
Run the Opus-saving Sonnet + MiniMax route for:
$ARGUMENTS
Mode banner:
Sonnet 4.6 is requested for planning, Spec QA/review, adversarial judgment, and final decision work.
MiniMax-M2.7-highspeed from the MiniMax Token Plan is requested for bounded execution packets.
Default effort is max, which records max and maps to Claude CLI xhigh.
/opusworkflow remains the main route: Opus 4.7 high judgment + MiniMax-M2.7-highspeed Token Plan execution.
Contract
- This is a power-user convenience route, not the default.
- Use it when Opus is exhausted, scarce, or intentionally being saved.
- Keep
/opusworkflowas the primary route when Opus 4.7 judgment is available
and worth spending.
- Treat this as the exact governed equivalent of:
/opusworkflow "task" --model-profile sonnetminimax --effort max
- Preserve all
/opusworkflowgates: research, code audit,/introspect,
Agent-Native Estimate, SPEC.md, /specqa, bounded implementation, verification, and closeout as verified, partial, or blocked-with-repair.
- Do not claim Sonnet 4.6 planned, reviewed, or verified unless
/status, a
runtime sentinel, or a durable artifact proves current account identity.
- Do not claim MiniMax execution happened unless a real executor packet or
provider artifact proves it.
- Keep MiniMax as
MiniMax-M2.7-highspeedfrom the MiniMax Token Plan. Do not
silently use another MiniMax tier, a generic MiniMax model, or unproven higher concurrency.
- Default MiniMax executor concurrency remains conservative until provider or
runtime evidence proves a higher safe ceiling.
- Do not read
.env,.env.*,.claude/settings.local.json,
.claude/*.local.json, secrets/**, private credentials, customer artifacts, or MiniMax key files.
Command
Prepare artifacts through the wrapper:
bash scripts/sonnetminimaxworkflow.sh --task "$ARGUMENTS"
Runtime planner execution remains explicit:
bash scripts/sonnetminimaxworkflow.sh --task "$ARGUMENTS" --execute-planner
Equivalent static artifact preparation:
bash scripts/opusworkflow.sh --task "$ARGUMENTS" --model-profile sonnetminimax --effort max
When To Use
Use /sonnetminimax when:
- Opus quota is exhausted or close to exhausted.
- The work still needs governed planning/review but Sonnet is good enough.
- You want MiniMax-M2.7-highspeed Token Plan to keep doing the bulk execution.
- You want one short slash command instead of remembering model-profile flags.
Use /opusworkflow when:
- Opus 4.7 judgment is available and the task deserves the main route.
- You want the default harness strategy.
- You are doing high-risk planning, adversarial review, or final ship/no-ship.
Anti-Patterns
- Treating
/sonnetminimaxas evidence that Sonnet actually ran. - Letting MiniMax leak into planner settings.
- Using
--model-profile sonnetwhen you intended MiniMax execution. - Presenting this as the main route. The main route remains
/opusworkflow.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: waitdeadai
- Source: waitdeadai/minmaxing
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.