Agent automation
8 skillsScheduled autonomous agents that ship real, verifiable work using the Ledger + Conductor + Routine pattern.
View this plugin on GitHub$ npx skills add rj11io/11ai --skill 11ai-automation --skill 11ai-automation-creator --skill 11ai-automation-example --skill 11ai-automation-seed --skill 11ai-saas-fleet-automation --skill 11ai-saas-fleet-automation-creator --skill 11ai-single-saas-automation --skill 11ai-single-saas-automation-creator$ claude plugin install 11ai-agent-automation@11ai$ codex plugin add 11ai-agent-automation@11aiFirst time? Add the marketplace once with claude plugin marketplace add rj11io/11ai or codex plugin marketplace add rj11io/11ai, then install any plugin from it.
Build autonomous, scheduled agent automations with the Ledger + Conductor + Routine pattern. Each scheduled run ships ONE MILESTONE — a complete vertical slice with checks, implementation, one evidence-backed review, and a quality gate, all in a single run — against a durable JSON ledger, driven by any headless agent CLI (Claude Code, Codex, Gemini, opencode, Cursor, aider, and others). Use when the user wants a self-running pipeline, a fleet builder, or any cron-driven agent that must keep making real, verifiable progress unattended — resumable, serial, and never corrupting shared state. This is the core method; sibling skills provide a worked example, a SaaS product pipeline, and creators that generate a tailored automation from an interview.
Create a complete agent automation for ANY goal of the user's choice, on the 11ai-automation method (Ledger + Conductor + Routine). Runs a short interview about the goal, work item, milestones, depth bar, quality gate, platform, and agent CLI — then generates every file: a filled-in CONDUCTOR.md, ledger.json, the provider-agnostic runner script and config, and a first-tick walkthrough. Use when the user says "create/build/set up an agent automation for X", "I want an agent that keeps doing X on a schedule", or "turn this recurring work into an autonomous pipeline". For SaaS product fleets specifically, prefer 11ai-saas-fleet-automation-creator.
A complete, generic worked example of the 11ai-automation method (Ledger + Conductor + Routine): an autonomous agent that builds and maintains a library of tested how-to guides, one milestone per scheduled run. Contains a fully filled-in CONDUCTOR.md, a real ledger.json mid-flight, and a runner config — every blank in the conductor template made concrete. Use when the user wants to SEE the pattern instantiated before writing their own, wants a starting point to copy and adapt, or asks "show me an example agent automation". For a tailored automation, use 11ai-automation-creator.
Add a human idea to an existing agent automation's ledger so the autonomous agent picks it up and works on it in later scheduled runs. Reads the automation's CONDUCTOR.md and ledger.json, checks the idea fits the theme, dedupes it against existing items, writes a well-formed ledger entry carrying a `seed` (the idea, why, constraints), and commits it safely between ticks. Use when the user says "add this idea to the ledger/queue/backlog", "have the agent build X next", "seed the automation with these ideas", or pastes a list of ideas for the fleet. Works with any ledger built on the 11ai-automation method, including 11ai-saas-fleet-automation fleets (seed = a product idea) and 11ai-single-saas-automation products (seed = a feature/capability request).
Ready-made agent automation for building a fleet of real SaaS products, one milestone per scheduled run, on the 11ai-automation method (Ledger + Conductor + Routine). Includes the SaaS state machine (scoping → building per-milestone → hardening → shipping → done), a five-probe DEPTH BAR that blocks static brochure-ware from ever counting as done (real user input, real persistence round-trip, real interactivity, a live data path, honest copy), anti-theater hardening rules, and the payments boundary (pricing is real, checkout does not exist). Use when the user wants an autonomous, cron-driven agent that researches, builds, and ships MANY SaaS products/POCs/MVPs unattended. To tailor a new fleet to a specific niche via an interview, use 11ai-saas-fleet-automation-creator instead. To pour every tick into ONE product at production depth, use 11ai-single-saas-automation instead.
Create a complete SaaS product-fleet agent automation for a niche and goal of the user's choice, combining the 11ai-automation method with the 11ai-saas-fleet-automation lifecycle (milestone ticks + the five-probe depth bar that blocks brochure-ware + the payments boundary). Runs a short interview about the niche, target users, stack, and caps — then generates the conductor, ledger, runner, and per-product scaffolding conventions. Use when the user says "create an agent automation that builds SaaS products / POCs / MVPs for X", "set up an autonomous product factory", or wants a cron-driven agent shipping many products in a chosen market unattended. For ONE product deepened to production grade, use 11ai-single-saas-automation-creator instead.
Agent automation that builds and continuously deepens ONE SaaS product to production grade, on the 11ai-automation method (Ledger + Conductor + Routine). Where the fleet skill ships many demo-grade products, this one pours every tick into a single product: ledger items are CAPABILITIES of the product (auth, billing, the core feature, admin, notifications), each built milestone-by-milestone against a production depth bar — real accounts with tenant isolation, payments in provider test mode, schema migrations, error/empty/loading states, rate limiting, and a growing cross-capability "spine" e2e that must stay green forever. Use when the user wants an autonomous agent working on one real product ("keep building my app", "deepen this SaaS", "take this product to production quality"). For many small products instead, use 11ai-saas-fleet-automation. To set a new single-product automation up via interview, use 11ai-single-saas-automation-creator.
Create an agent automation that builds and continuously deepens ONE SaaS product to production grade, for a product of the user's choice — combining the 11ai-automation method with the 11ai-single-saas-automation lifecycle (capability items, the production depth bar with accounts/ tenancy/test-mode payments/migrations, the walking skeleton, the spine e2e). Runs an interview about the product's mission, users, monetization, stack, and initial capability backlog — then generates PRODUCT.md, the conductor, a pre-seeded ledger, and the runner. Use when the user says "set up an agent to build my product", "create an automation that takes this SaaS to production", or names one specific product to work on. For a fleet of many products, use 11ai-saas-fleet-automation-creator.