game-build-strategyDecide the AI-native development mode, quality target, task granularity, and refactor policy based on project state and user intent. This skill prevents both...
Install via ClawdBot CLI:
clawdbot install mike007jd/game-build-strategyGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 21, 2026
A small indie team starts a new game concept with a narrow mechanic spike. They use 'yolo-super' mode to rapidly prototype the core mechanic and set quality target to 'first-playable' to validate fun factor quickly.
A studio needs a polished vertical slice for a publisher demo. They choose 'guided-build' mode for structured but fast development, targeting 'polished-prototype' quality to impress without full production overhead.
An established online game adds a new multiplayer mode. The team picks 'refactor-open' mode to safely refactor existing systems while implementing the feature, aiming for 'production-feature' quality to ensure stability.
A shipped mobile game has a critical progression bug. Engineers use 'surgical-live' mode to apply a minimal, verified fix with 'live-patch' quality, avoiding any risk to live players.
During a 48-hour game jam, a team uses 'yolo-super' mode with 'first-playable' target to maximize creative output without planning overhead, iterating fast on a novel idea.
Free-to-play game with microtransactions. Frequent patches require careful use of 'surgical-live' mode to keep players happy while maintaining revenue from live events.
Single-purchase game with paid expansions. Major updates use 'guided-build' mode for quality assurance, ensuring DLC meets high standards expected by paying customers.
Studio builds custom games for clients. They adopt 'refactor-open' or 'guided-build' depending on project maturity, balancing speed and quality to meet client milestones.
💬 Integration Tip
Store development-modes.md and quality-targets.md references in a shared folder; use the templates to generate consistent strategy documents automatically.
Scored May 21, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.