Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Simple workflow orchestration for Claude Code sessions

Install to Claude Code

/plugin install line@line-cook

Run in Claude Code. Add the marketplace first with /plugin marketplace add smileynet/line-cook if you haven't already.

README.md

Line Cook

Think big, execute small.

Use the Mise Cycle to brainstorm freely — explore possibilities, ask hard questions, and plan ambitious work in a single creative session. Then hand off to the Run Cycle, where strong guardrails keep execution disciplined: small context windows prevent scope creep, and acceptance criteria at every level (task, feature, epic) ensure quality gates are met before work ships.

The result: you stay in deep work while AI handles structured execution with built-in checkpoints.

The Two Cycles

  Mise Cycle                  Run Cycle
 ┌──────────────────┐       ┌──────────────────┐
 │                  │       │                  │
 │   /brainstorm    │       │   /prep ◄────┐   │
 │        ↓         │       │      ↓       │   │
 │     /sample      │       │   /cook      │   │
 │        ↓         │       │      ↓       │   │
 │     /scope       │       │   /serve     │   │
 │        ↓         │       │      ↓       │   │
 │   /finalize ─────┼─────► │   /tidy ─────┘   │
 │                  │       │    next task     │
 └──────────────────┘       └──────────────────┘

Mise: Ideas → Tasks

Brainstorm → Sample → Scope → Finalize. Turn unstructured ideas into well-scoped, dependency-ordered tasks with test specs.

Learn more →

Run: Tasks → Shipped Code

Prep → Cook → Serve → Tidy. Execute one task at a time with TDD, AI peer review, and automatic commit/push.

Learn more →

Loop: Autonomous Execution (Advanced)

Repeat Run Cycles hands-free until no ready tasks remain. Same quality gates, no supervision needed. Supports Claude Code and Kiro via --cli kiro.

Learn more →

Quick Start

/line:init           # Verify your setup
bd init              # Initialize beads in your project
/line:mise           # Plan your work (brainstorm → sample → scope → finalize)
# Clear context
/line:run            # Execute (prep → cook → serve → tidy)

> New here? Run /line:init to verify your setup, then see the Getting Started walkthrough.

When to Use / Skip

Use Line Cook when:

  • Work spans multiple sessions
  • Tasks have dependencies
  • You want automated code review
  • You're building trust in AI workflows

Skip it when:

  • Quick one-off fixes
  • Exploratory coding or prototyping
  • Active pair programming
  • Setup takes longer than the work

Installation

1. Install beads

Beads provides git-native issue tracking with memory between sessions.

brew install beads

> See beads repo for npm/go options.

2. Install Line Cook

Claude Code:

/plugin marketplace add smileynet/line-cook
/plugin install line@line-cook

> Full guide

OpenCode:

git clone https://github.com/smileynet/line-cook.git ~/line-cook
cd ~/line-cook/plugins/opencode && ./install.sh

> Full guide

Kiro:

git clone https://github.com/smileynet/line-cook.git ~/line-cook
python3 ~/line-cook/plugins/kiro/install.py

> Full guide

Learn More

FAQ

What if all my tasks are blocked? Run /line:plan-audit to check your dependency graph. Common causes: circular dependencies, a blocker that was never created, or a task that's done but wasn't closed (bd close <id>).

> More questions answered in the full FAQ.

Spice Rack

Domain-specific addons that enhance planning. Spices load automatically during /mise when relevant project context is detected.

| Spice | What it adds | |-------|-------------| | game-spice | Interactive game design workflow — brainstorm, simulate, and build-plan commands plus 14 knowledge skills covering MLP scoping, core loops, economy design, mechanics palette, playtesting, and architecture review | | code-spice | Code quality foundations — readability, naming, refactoring, error handling, antipatterns, tradeoff analysis, testing guidance, and an automated code-quality critic for /line:serve |

game-spice is for game projects (design sessions, balance checks, walkthroughs). code-spice is for any software project (code quality, review prep, smell detection). Both can be installed together.

/plugin install game@line-cook   # game design workflow
/plugin install code@line-cook   # code quality toolkit

License

MIT

Related

  • beads — Git-native issue tracking
  • Gas Town — Autonomous agent framework

Related plugins

Browse all →