Agent skill
cook-auto-fast
[Implementation] No research. Only scout, plan & implement [trust me bro]
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
TaskCreateto 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:
- Scout — Quick codebase scan for relevant patterns
- Plan — Create minimal implementation plan
- 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
scoutsubagent 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.
- External Memory: Write scout findings to
- Plan: Trigger slash command
/plan-fast <detailed-instruction-prompt>to create an implementation plan based on the reports fromscoutsubagent. - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?