cook

Solid

Feature implementation orchestrator. ALWAYS use this skill for ANY code change — implement, build, add feature, create, fix bug, or any task that modifies source code. This is the default route for 70% of all requests. Runs full TDD cycle: understand → plan → test → implement → quality → verify → commit.

Testing & QA 81 stars 23 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# cook ## Purpose The primary orchestrator for feature implementation. Coordinates the entire L2 mesh in a phased TDD workflow. Handles 70% of all user requests — any task that modifies source code routes through cook. <HARD-GATE> Before starting ANY implementation: 1. You MUST understand the codebase first (Phase 1) 2. You MUST have a plan before writing code (Phase 2) 3. You MUST write failing tests before implementation (Phase 3) — unless explicitly skipped This applies to EVERY feature regardless of perceived simplicity. </HARD-GATE> ## Workflow Chains (Predefined) Cook supports predefined workflow chains for common task types. Use these as shortcuts instead of manually determining phases: ``` /rune cook feature → Full TDD pipeline (all phases) /rune cook bugfix → Diagnose → fix → verify (Phase 1 → 4 → 6 → 7) /rune cook refactor → Understand → plan → implement → quality (Phase 1 → 2 → 4 → 5 → 6 → 7) /rune cook security → Full pipeline + sentinel@opus + sast (all phases, security-escalated) /rune cook hotfix → Production Hotfix Protocol: contain → fix → verify → deploy → watchdog → postmortem (see below) /rune cook nano → Trivial: do → verify → done (no phases, ≤3 steps) /rune cook --template <name> → Load pre-built workflow template from installed Pro/Business packs ``` ### Production Hotfix Protocol When `hotfix` chain is active AND triggered from a live incident (not a dev-time fix), follow the full orchestrated chain — not just fix → verify...

Details

Author
Rune-kit
Repository
Rune-kit/rune
Created
5 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

cook

Execute a plan (or a small task) phase-by-phase: implement → verify → test → review → update status. Use after `vd:plan` to ship the plan, or directly for tight tasks (`--quick`). Default stops at review gates between phases; pass `--auto` to run straight through, `--quick` for sub-plan tasks, `--tdd` for tests-first.

2 Updated today
vanducng
AI & Automation Solid

mkcook

Orchestrates single-task implementation pipeline: plan → test → build → review. Shipping is an explicit follow-up. Use for feature work, plan execution, or fixes scoped to a single task. NOT for green-field product builds (see mk:autobuild); NOT for auto-invoked workflow orchestration (see mk:workflow-orchestrator).

15 Updated today
ngocsangyem
Code & Development Listed

cook

Handle engineering work in an active jeff project and drive its tracked task pipeline. Use when the Chef addresses Jeff, mentions jeff/cook, asks to set up, initialize, turn on, deinit, validate, or check status/tasks; runs `cook` or `cook <taskId>`; wants to adopt or work a task; asks to implement/build a plan (not merely read/review it); or describes real engineering work in an active jeff project. Ordinary intent starts Explore and assess→forks before durable writes (ad-hoc ship / record pending / record+start); only an explicit start enters capture→plan→implement→refactor→review→audit→done with fresh specialist contexts, enforced separation, durable evidence, and deterministic gates. Always confirm the task definition with the Chef before locking capture.

2 Updated 6 days ago
johanthoren