원클릭으로
recipe-task
Execute tasks following appropriate rules with rule-advisor metacognition
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute tasks following appropriate rules with rule-advisor metacognition
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode.
Clarifies inputs, outputs, success criteria, decisions, and unresolved conditions so downstream agents can execute without guessing. Use when writing or revising LLM-facing prompts, handoffs, planning artifacts, reviews, reports, or generated instructions.
Investigate problem, verify findings, and derive solutions
Adjust an already-implemented UI in-session with verification against the design source
Execute frontend implementation in autonomous execution mode
Execute from codebase analysis to frontend design document creation
| name | recipe-task |
| description | Execute tasks following appropriate rules with rule-advisor metacognition |
| disable-model-invocation | true |
Execute Skill: llm-friendly-context before writing Agent prompts, handoffs, or generated artifacts.
Task: $ARGUMENTS
Step 1: Rule Selection via rule-advisor (REQUIRED)
Invoke rule-advisor using Agent tool:
subagent_type: "dev-workflows-fullstack:rule-advisor"description: "Rule selection"prompt: "Task: $ARGUMENTS. Select appropriate rules and perform metacognitive analysis."Step 2: Utilize rule-advisor Output
After receiving rule-advisor's JSON response, proceed with:
Understand Task Essence (from taskAnalysis.essence)
Follow Selected Rules (from selectedRules)
Recognize Past Failures (from metaCognitiveGuidance.pastFailures)
Execute First Action (from metaCognitiveGuidance.firstStep)
Step 3: Create Task List with TaskCreate
Register work steps using TaskCreate. Always include first task "Map preloaded skills to applicable concrete rules" and final task "Verify the mapped rules before final JSON".
Break down the task based on rule-advisor's guidance:
taskAnalysis.essence in task descriptionsmetaCognitiveGuidance.firstStep to first taskwarningPatternsStep 4: Execute Implementation
Proceed with task execution following:
metaCognitiveGuidance.firstStep action from rule-advisor