Back to Skills

infinite-moves

verified

Bridges to the infinite-moves plugin for autonomous task execution. Activates when user mentions tasks, backlog, dev loop, ideate, generate tasks, sweep debt, or wants continuous development. Knows how to invoke /moves commands without user typing them.

View on GitHub

Marketplace

infinite-moves-marketplace

mastra-ai/infinite-moves

Plugin

infinite-moves

Repository

mastra-ai/infinite-moves

plugins/infinite-moves/skills/infinite-moves/SKILL.md

Last Verified

January 20, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/mastra-ai/infinite-moves/blob/main/plugins/infinite-moves/skills/infinite-moves/SKILL.md -a claude-code --skill infinite-moves

Installation paths:

Claude
.claude/skills/infinite-moves/
Powered by add-skill CLI

Instructions

# Infinite Moves - Plugin Bridge

This skill makes you aware of the **infinite-moves plugin** so you can use it autonomously.

## When to Use

Activate when user says things like:
- "Help me work through my backlog"
- "What tasks are available?"
- "Generate tasks for [feature]"
- "Run the dev loop"
- "Check for technical debt"
- "Execute some tasks"

## Available Commands

The plugin provides these commands - invoke them directly:

| Trigger | Command | What it does |
|---------|---------|--------------|
| Run/execute tasks | `/moves run` | Execute tasks from manifest |
| Parallel execution | `/moves run --parallel 2` | Run non-conflicting tasks concurrently |
| Continuous mode | `/moves run --continuous` | Keep going until manifest empty |
| **Infinite mode** | `/moves run --infinite` | Never stop - auto-ideate when low |
| Check status | `/moves status` | Show pipeline health, available tasks |
| Generate from idea | `/moves ideate --topic "..."` | Create design doc + tasks from topic |
| Find gaps | `/moves ideate` | Scan docs vs code for missing work |
| Quick health check | `/moves ideate --quick` | Fast pipeline check |
| Scan debt | `/moves sweep` | Find TODOs, type issues, test gaps |
| Claim task | `/moves status --claim <id>` | Reserve for manual work |
| Complete task | `/moves status --complete <id>` | Mark done |

## Autonomous Behavior

When user wants to work on tasks, don't wait - invoke the commands:

```
User: "Let's knock out some tasks"
You: [invoke /moves status to see what's available]
You: [invoke /moves run to start executing]
```

```
User: "I have an idea for a meditation feature"
You: [invoke /moves ideate --topic "meditation feature"]
```

```
User: "Run tasks in parallel until done"
You: [invoke /moves run --continuous --parallel 2]
```

```
User: "Run forever" / "Keep working indefinitely" / "Infinite loop"
You: [invoke /moves run --infinite --parallel 2]
```

## Command Details

For detailed instructions on each command, the plugin con

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
2763 chars