using-maxsim

Route user intents to appropriate MaxsimCLI commands across init, plan, execute, and go workflows.

10|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/maystudios/maxsimcli --skill using-maxsim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-maxsim
Source: https://github.com/maystudios/maxsimcli/tree/main/templates/skills/using-maxsim
Command: npx skills add https://github.com/maystudios/maxsimcli --skill using-maxsim

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides users to the correct MaxsimCLI command based on current project state and intent, preventing navigation errors and wasted steps.

Core Features & Use Cases

  • Provides a clear command routing reference that maps user intents to the appropriate /maxsim commands.
  • Uses project state awareness to suggest routing paths like init, plan, execute, or go, enabling smooth session startup and continuation.
  • Serves as a quick reference to determine when to start a new session versus resuming existing work in Claude Code.

Quick Start

Route to the appropriate MaxsimCLI command based on your project state and intent, such as "/maxsim:init" to start a new session.

Frequently Asked Questions about using-maxsim

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route work to the correct MaxsimCLI command based on my project state?

MaxsimCLI command routing maps your current project state and intent to the appropriate command, like init for new sessions or go for continuation, preventing navigation errors and wasted steps.

When should I start a new session versus resuming existing work in Claude Code?

Start a new session with the init workflow when beginning fresh work, and resume existing work with the go workflow when your project state indicates prior progress in Claude Code.

What MaxsimCLI commands are available for planning and execution workflows?

MaxsimCLI provides plan and execute commands alongside init and go, covering typical project startup, continuation, and planning scenarios to support rapid, accurate command routing.

Does MaxsimCLI command routing require any specific dependencies or environment setup?

MaxsimCLI command routing operates with no external dependencies, requiring only your current project state and user intent to determine the appropriate command across init, plan, execute, and go workflows.

What is the best way to determine the correct workflow path for project startup and continuation?

The best way is using a clear decision table that maps project state and user intent to routing paths like init, plan, execute, or go, enabling smooth session startup and continuation.

Why does my project workflow routing fail when switching between planning and execution?

Routing fails when the command does not match the current project state, but using the command routing reference to map intent to the appropriate MaxsimCLI command ensures accurate transitions between plan and execute workflows.