Plan small, playable Rust game implementation slices from a short design brief, MVP, stretch goals, and acceptance checks. Use when starting a Rust game, scoping a prototype, converting a game idea into work items, or preventing an AI coding agent from overbuilding.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill rust-game-slice-planning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rust Game Slice Planning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-rust-game-slice-planning)More formats (shields.io, HTML) on the badges page.
---
name: rust-game-slice-planning
description: "Plan small, playable Rust game implementation slices from a short design brief, MVP, stretch goals, and acceptance checks. Use when starting a Rust game, scoping a prototype, converting a game idea into work items, or preventing an AI coding agent from overbuilding."
category: media-and-creative
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/LVTD-LLC/skills/skills/rust-game-slice-planning/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/LVTD-LLC/skills/skills/rust-game-slice-planning/SKILL.md
---
# Rust Game Slice Planning
Use this skill to turn a Rust game idea into small, playable implementation
slices. Optimize for visible progress, limited scope, and an MVP that can be
finished before optional polish work begins.
## Core Workflow
1. Write or recover a short design brief: title, short description, core loop,
MVP, stretch goals, technical constraints, and target controls.
2. Separate "must ship" mechanics from stretch goals. Keep the first milestone
to the smallest playable loop.
3. Convert the MVP into ordered slices. Each slice should compile, run, and add
one visible player-facing capability.
4. Give each slice acceptance checks that an agent can verify locally.
5. Defer content expansion, visuals, extra systems, and balance work until the
current slice is complete.
## Read Next
Read `references/slice-planning.md` for the design brief template, slice order,
and anti-overbuilding checks.
## Source Notes
Guidance is transformed and paraphrased from Herbert Wolverson's *Hands-On
Rust*, especially Chapter 4 and Appendix A2, and from the official companion
source repository. This is not official material from the author or publisher.
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/LVTD-LLC/skills/skills/rust-game-slice-planning/SKILL.md`
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!