From line
Outputs the Line Cook workflow guide explaining Mise (planning) and Run (execution) cycles, commands, principles, quality gates, and next steps.
How this command is triggered — by the user, by Claude, or both
Slash command
/line:getting-startedThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
**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...
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:loopnpx claudepluginhub smileynet/line-cook --plugin line/buildGuides feature implementation via phased workflow with approval gates: understand requirements, design options, load skills, build, verify, test, and track progress in tasks/todo.md.
/workflowOrchestrates a full multi-agent development pipeline: design, planning, plan review, implementation, and code review. Produces tested, reviewed code with commit and pipeline metrics.
/getting-startedDisplays the first two sections of the ed3d-plugins README.md to the user, stopping before the Installation section.
/getting-startedWalks through first-time setup: verify Gemini API key, run a smoke test, and discover available commands for research, video analysis, and the explainer workflow.