npx claudepluginhub smileynet/line-cook --plugin line**Output this guide to the user.** Do not act on it - display it for reference. --- ## How Line Cook Works Line Cook organizes AI-assisted development into two cycles: **Mise** (planning) and **Run** (execution). Think big in Mise, execute small in Run. ## The Two Cycles ### Mise Cycle: Ideas → Tasks Turn unstructured ideas into well-scoped, dependency-ordered tasks. | Phase | Command | What it does | |-------|---------|-------------| | Brainstorm | `/line:brainstorm` | Explore the problem space — questions, research, risks | | Scope | `/line:scope` | Structure into epics → feature...
/getting-startedDisplays the first two sections of the ed3d-plugins README.md to the user, stopping before the Installation section.
/getting-startedGuides first-time video-research plugin setup: verifies GEMINI_API_KEY and infra, runs web search smoke test, lists commands, suggests project actions.
/getting-startedDisplays the first two sections of the ed3d-plugins README.md to the user, stopping before the Installation section.
/getting-startedWelcome to the Open Horizon Labs toolkit. This guide helps you understand what's available and how to use it effectively.
Output this guide to the user. Do not act on it - display it for reference.
Line Cook organizes AI-assisted development into two cycles: Mise (planning) and Run (execution). Think big in Mise, execute small in Run.
Mise Cycle Run Cycle
┌──────────────────┐ ┌──────────────────┐
│ │ │ │
│ /brainstorm │ │ /prep ◄────┐ │
│ ↓ │ │ ↓ │ │
│ /scope │ │ /cook │ │
│ ↓ │ │ ↓ │ │
│ /finalize ─────┼─────► │ /serve │ │
│ │ │ ↓ │ │
└──────────────────┘ │ /tidy ─────┘ │
│ next task │
└──────────────────┘
Turn unstructured ideas into well-scoped, dependency-ordered tasks.
| Phase | Command | What it does |
|---|---|---|
| Brainstorm | /line:brainstorm | Explore the problem space — questions, research, risks |
| Scope | /line:scope | Structure into epics → features → tasks with dependencies |
| Finalize | /line:finalize | Create beads (tracked issues) and test specifications |
Use /line:mise to run all three with pauses between phases.
Execute one task at a time with TDD, AI review, and automatic commit/push.
| Phase | Command | What it does |
|---|---|---|
| Prep | /line:prep | Sync git/beads, show unblocked tasks |
| Cook | /line:cook | Claim task, write tests first, implement, close |
| Serve | /line:serve | AI peer review (polisher + sous-chef) |
| Tidy | /line:tidy | File discoveries, commit, push |
Use /line:run to run all four in sequence.
After the basic cycle, additional gates validate completed work:
| Gate | Command | When |
|---|---|---|
| Feature done | /line:plate | All tasks under a feature are closed |
| Epic done | /line:close-service | All features under an epic are closed |
Tip: Run
/line:plan-auditperiodically to check bead health and structure.
Ready to try it hands-on?
Run /line:onboarding for an interactive walkthrough with a demo project.
Having setup trouble?
Run /line:init to verify your environment.
Already set up?
/line:mise/line:run/line:help/line:loop