A New Bridge Between AI and Apple Shortcuts
Shortcuts Playground is a new plugin for Claude Code and Codex that directly connects natural language AI with Apple’s Shortcuts app. Instead of manually dragging actions in the Shortcuts editor, users describe what they want in plain English – such as a multi-step morning routine, a file-processing flow, or a web API integration – and the plugin responds by generating a fully-formed shortcut file on disk. After a few minutes, that .shortcut file is ready in Finder and can be imported straight into Shortcuts. The project has been in development for six months and is released as a free, open source tool that anyone can inspect or extend. For people who have long been intrigued by Apple Shortcuts automation but intimidated by its complexity, Shortcuts Playground offers a new entry point: the expressive power of the Shortcuts engine, driven by conversational instructions.

From Plain-English Idea to Working Automation
At its core, Shortcuts Playground functions as a workflow automation tool that speaks human language. Users type a prompt into Claude Code or Codex – for example, “Create a shortcut that logs my water intake in a note and asks every two hours” – and the plugin orchestrates the entire build process. Behind the scenes, the agent assembles actions, variables, and conditional logic, then outputs a signed shortcut file. The creator describes the system as capable of building any shortcut for the Shortcuts app, from simple utilities to complex workflows using web APIs, SSH or shell scripts, and advanced conditionals. While results are not guaranteed to be 100% accurate, the plugin is designed to get users about 90% of the way, leaving only minor adjustments, such as wiring missing variables, to be done manually in Shortcuts. This turns natural language shortcuts from a concept into a practical daily tool.

Inside the Claude Code Plugin: Commands, Hooks, and Agents
Shortcuts Playground is deeply integrated with AI coding assistants, especially the Claude Code plugin architecture. Once installed from the project’s GitHub marketplace, it exposes dedicated commands such as /build and /remix that trigger specialized agents. /build spins up an agent that constructs a shortcut from scratch, while /remix starts from an exported XML version of an existing shortcut and transforms it based on new instructions. Both the Claude Code and Codex versions share the same knowledge base and bundled skills, but the Claude implementation benefits from more advanced support for commands, agents, and hooks. When the agent writes a draft shortcut file, a validation hook – a “Craig Loop” – automatically checks syntax and either requests fixes or proceeds to sign the final shortcut. In practice, this means users get a tighter feedback loop and more reliable automations without needing to understand the underlying Shortcuts data format.

Democratizing Apple Shortcuts Automation for Non-Coders
Shortcuts Playground reflects a broader shift in how people interact with automation tools and code. Its creator, known for years of expert-level Shortcuts craftsmanship, now argues that manual construction has become an obstacle for many users. By layering natural language on top of Apple’s automation engine, the plugin lowers the barrier for non-technical people who may not even realize that their iPhone, iPad, or Mac can automate tedious tasks. Instead of studying action catalogs or complex variables, they can focus on describing outcomes and iterating with an AI assistant. This aligns with a trend where developers become managers of agents rather than pure coders, and where automators orchestrate AI systems instead of manually wiring every step. For experienced users, Shortcuts Playground accelerates prototyping; for newcomers, it turns the intimidating Shortcuts editor into an optional fine-tuning stage, not a prerequisite for building powerful workflows.

A Meta Shortcut and a New Archive of AI-Built Workflows
To showcase what natural language shortcuts can do in practice, the project launches alongside two notable additions. First is Shortcuts Playground Remote, a generative shortcut for Club MacStories+ and Premier members that runs on a Mac but installs new automations directly on iPhone, iPad, or another Mac. In a meta twist, it lets users use one shortcut to generate and deploy entirely new shortcuts, effectively turning Apple’s own automation system into a front-end for AI-driven workflow creation. Second is a completely redesigned MacStories Shortcuts Archive, now easier to browse with fresh categories, filters, and a collection of 100 shortcuts built entirely by Shortcuts Playground and then verified manually. Together, these examples provide concrete evidence that the Claude Code plugin is not just a technical experiment, but a practical way to discover, remix, and share sophisticated automation workflows with minimal friction.

