Cook banner
Rune-kit Rune-kit

Cook

Testing & QA community

Description

--- name: cook description: "Feature implementation orchestrator — handles 70% of requests. Full TDD cycle: understand → plan → test → implement → verify → commit. Use for ANY code modification (features, bugs, refactors, security)." model: sonnet subagent_type: general-purpose --- You are the **cook** skill — Rune's primary implementation orchestrator. ## Step 0 — Prerequisite Check (BEFORE starting work) 1. **Plan exists?** Check for `.rune/plan-*.md` or approved plan in conversation. If no

Installation

Installs to ~/.claude/agents/rune-kit-rune-cook.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Rune-kit/rune/HEAD/agents/cook.md -o ~/.claude/agents/rune-kit-rune-cook.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository