run

Starts a Linear project relay and spawns its first worktree atomically.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/g-bastianelli/nuthouse --skill run-g-bastianelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run
Source: https://github.com/g-bastianelli/nuthouse/tree/main/monkey-maestro/skills/run
Command: npx skills add https://github.com/g-bastianelli/nuthouse --skill run-g-bastianelli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, linear, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the initiation of a relay over a Linear project, including spawning the first worktree and managing the project's relay flag.

Core Features & Use Cases

  • Project Relay Initiation: Starts the relay for a specified Linear project.
  • Worktree Spawning: Automatically spawns the first worktree for the project.
  • Relay Flag Management: Manages the relay flag for the project, ensuring atomic arm and lock operations.
  • Use Case: Ideal for project management workflows where initiating a relay for a project is a complex, multi-step process that needs to be automated.

Quick Start

Start the relay for a Linear project by running the command 'monkey-maestro:run <issue-id>'.

Frequently Asked Questions about run

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

FAQPage Schema
How do I automate Linear project relay initiation and worktree spawning?

You can automate Linear project relay initiation by running 'monkey-maestro:run <issue-id>', which starts the relay and automatically spawns the first worktree for the project.

What is a relay flag in Linear project management?

A relay flag in Linear project management is a control mechanism that ensures atomic arm and lock operations during the relay initiation process. It is managed automatically to prevent conflicts when starting a project relay.

Do I need GitHub and Linear access to spawn worktrees for project management?

Yes, you need both GitHub and Linear access to spawn worktrees and initiate a project relay. These dependencies are required for managing pull requests and handling the worktree spawning process.

Can I use this automation for complex multi-step project management workflows?

Yes, this automation is ideal for project management workflows where initiating a relay for a Linear project is a complex, multi-step process. It handles relay initiation, worktree spawning, and flag management.

Why does project relay initiation require atomic arm and lock operations?

Project relay initiation requires atomic arm and lock operations to ensure the relay flag is managed safely without race conditions. This prevents concurrent processes from conflicting when starting the relay.