What problem does it solve? Running the Software Factory Manager loop manually requires a human to start each session, integrate pull requests, and dispatch worker waves. This Skill automates that by creating a scheduled Claude Code cloud routine that runs one full shift on a cron cadence with no human present. ## Core Features & Use Cases - Prerequisite Verification: Checks repository setup, cloud environment with MYSPEC_API_TOKEN, GitHub App permissions, merge policy, and safety caps before drafting anything. - Routine Drafting: Generates a complete RemoteTrigger routine body with cron expression, environment, allowed MySpec MCP tools, and a self-contained shift prompt covering integrate, plan, dispatch, and report steps. - Confirmation and Verification: Creates the routine only after explicit user confirmation, then runs it once manually and inspects the run log to confirm MySpec sign-in, GitHub access, and dispatch worked. - Use Case: A team lead wants the factory to integrate finished worker pull requests and dispatch the next wave every weekday night. The Skill drafts a routine with cron "0 2 * * 1-5", a squash merge policy, and a concurrency cap of 2, then verifies the first run before leaving it scheduled. ## Quick Start Ask the AI to schedule a factory shift that runs the manager loop every night for your MySpec project and bundle.