Hasty Briefsbeta

Bilingual

Cook: A simple CLI for orchestrating Claude Code

4 hours ago
  • #developer-tools
  • #claude-code
  • #workflow-automation
  • Workflow loops for Claude Code, Codex, and OpenCode include review loops, multiple passes, racing approaches, and task lists.
  • The `/cook` skill in Claude Code processes prompts with iteration, parallel branches, and composition operators.
  • Operators like `xN` run work sequentially, `review` adds a review-gate loop, and `ralph` manages task progression.
  • Parallel execution with `vN` and `vs` allows racing different approaches and picking or merging the best results.
  • Custom prompts, agents, and models can be specified for each step in the workflow.
  • Initial setup involves running `cook init` to create configuration files like `COOK.md`, `config.json`, and a Dockerfile.
  • Work can be executed in different sandbox modes: Agent (default) or Docker for restricted environments.