Simple workflow orchestration for Claude Code sessions - mise, prep, cook, serve, tidy, plate, run
A workflow orchestration plugin for Claude Code that structures AI-assisted development into two cycles: brainstorming/planning and disciplined execution with automated quality gates.
Why this plugin
Enables ambitious, multi-session projects by preventing scope creep. It separates creative planning from structured execution, ensuring quality with automated code review, TDD, and commit/push. Solves the problem of AI losing context and producing inconsistent results over long tasks.
Prerequisites
Requires beads (git-native issue tracker) installed via brew, npm, or go. Needs a project initialized with 'bd init'. Claude Code plugin installation via marketplace.
/plugin marketplace add smileynet/line-cook/plugin install line@line-cookCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement