ck:cook

Turn a task or plan into a controlled software delivery workflow with planning, implementation, testing, review, and finalization.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-cook-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:cook
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/cook
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-cook-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents rushed implementation by forcing a disciplined workflow for turning a task or plan into reviewed, testable code.

Core Features & Use Cases

  • Intent detection: It recognizes whether the user wants interactive work, a fast path, auto mode, parallel execution, or execution from an existing plan.
  • Guarded delivery: It enforces planning before coding, requires testing and review, and uses review gates to reduce rework and hidden assumptions.
  • End-to-end feature work: It supports feature implementation, bug fixes, plan execution, and coordinated multi-step development with subagent delegation and final sync-back.

Quick Start

Ask the cook skill to implement your feature or fix from a clear task description or plan path.

Frequently Asked Questions about ck:cook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a planning and testing workflow before coding a new feature?

Intent detection determines whether you want interactive work, a fast path, auto mode, parallel execution, or execution from an existing plan. Recognizing your intent allows the workflow automation to apply the correct level of control for feature implementation or bug fixes.

What is the best way to coordinate parallel development across multiple subagents?

Guarded delivery enforces planning before coding and requires testing and review through review gates. This mechanism reduces rework and hidden assumptions by preventing rushed implementation and ensuring reliable execution of the task or plan.

Does this workflow automation support executing features from an existing plan path?

Yes, this workflow automation supports execution from an existing plan path. It applies intent detection to recognize your existing plan and executes the feature implementation or bug fix within a controlled software delivery workflow.

Can I use subagent delegation for parallel execution in application repositories?

Yes, you can use subagent delegation for parallel execution in application repositories. The workflow supports coordinated multi-step development by delegating tasks to subagents and performing a final sync-back to ensure reliable execution.