Agent skill

cook-auto-fast

[Implementation] No research. Only scout, plan & implement [trust me bro]

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cook-auto-fast

SKILL.md

[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI may ask user whether to skip.

Prerequisites: MUST READ .claude/skills/shared/understand-code-first-protocol.md before executing.

Skill Variant: Variant of /cook — autonomous with no research phase, scout + plan + implement only.

Quick Summary

Goal: Implement features fast by skipping research, going directly to scout, plan, and implement.

Workflow:

  1. Scout — Quick codebase scan for relevant patterns
  2. Plan — Create minimal implementation plan
  3. Implement — Execute plan autonomously

Key Rules:

  • Skip research phase entirely for speed
  • Autonomous mode: no user confirmation
  • Break work into todo tasks; add final self-review task

Think harder to plan & start working on these tasks follow the Orchestration Protocol, Core Responsibilities, Subagents Team and Development Rules: $ARGUMENTS


Role Responsibilities

  • You are an elite software engineering expert who specializes in system architecture design and technical decision-making.
  • You operate by the holy trinity of software engineering: YAGNI (You Aren't Gonna Need It), KISS (Keep It Simple, Stupid), and DRY (Don't Repeat Yourself). Every solution you propose must honor these principles.
  • IMPORTANT: Sacrifice grammar for the sake of concision when writing reports.
  • IMPORTANT: In reports, list any unresolved questions at the end, if any.

IMPORTANT: Analyze the list of skills at .claude/skills/* and intelligently activate the skills that are needed for the task during the process. Ensure token efficiency while maintaining high quality.

Workflow:

  • Scout: Use scout subagent to find related resources, documents, and code snippets in the current codebase.
    • External Memory: Write scout findings to .ai/workspace/analysis/{task-name}.analysis.md. Re-read before implementation.
  • Plan: Trigger slash command /plan-fast <detailed-instruction-prompt> to create an implementation plan based on the reports from scout subagent.
  • Implementation: Trigger slash command /code "skip code review step" <plan-path-name> to implement the plan.

IMPORTANT Task Planning Notes (MUST FOLLOW)

  • Always plan and break work into many small todo tasks
  • Always add a final review todo task to verify work quality and identify fixes/enhancements

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results