원클릭으로
recipe-task
Execute tasks with metacognitive analysis and appropriate rule selection.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute tasks with metacognitive analysis and appropriate rule selection.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Anti-pattern detection, root-cause discipline, quality check workflow, and implementation completeness assurance. Use when: fixing bugs, reviewing code quality, refactoring, making technical decisions, or performing quality assurance.
Language-agnostic coding standards for maintainability, readability, and quality. Use when: implementing features, refactoring code, reviewing code quality, or writing functions.
Documentation creation criteria for PRD, ADR, Design Doc, UI Spec, and Work Plan with templates. Use when: creating or reviewing technical documents, determining which documents are required, or following document templates.
Implementation strategy selection framework with meta-cognitive approach. Use when: planning implementation strategy, selecting between vertical/horizontal slicing, or defining verification criteria for tasks.
Integration and E2E test design principles, value-based selection, test skeleton specification, and review criteria. Use when: designing integration tests, E2E tests, generating test skeletons, or reviewing test quality.
Guides subagent coordination through implementation workflows. Use when: orchestrating multiple agents, managing workflow phases, determining autonomous execution mode, or coordinating recipe execution.
| name | recipe-task |
| description | Execute tasks with metacognitive analysis and appropriate rule selection. |
task-analyzer — task analysis and skill selection (rule-advisor handles remaining skill selection)llm-friendly-context — clear prompts, handoffs, and generated artifactsSpawn rule: every spawn_agent call uses fork_turns="none" so the subagent receives only the task message and explicitly provided context.
Task: $ARGUMENTS
Step 1: Rule Selection via rule-advisor (REQUIRED)
Spawn rule-advisor agent: "Analyze the task and select appropriate rules for: $ARGUMENTS. Provide context about current situation and prerequisites."
ENFORCEMENT: Skipping rule-advisor produces unguided execution with high failure risk.
Step 2: Utilize rule-advisor Output
After receiving rule-advisor's response, proceed with:
Understand Task Essence (from metaCognitiveGuidance.taskEssence)
Follow Selected Rules (from selectedRules)
Recognize Past Failures (from metaCognitiveGuidance.pastFailures)
Execute First Action (from metaCognitiveGuidance.firstStep)
Step 3: Create Task List
Register work steps. Always include: first "Confirm skill constraints", final "Verify skill fidelity".
Break down the task based on rule-advisor's guidance:
metaCognitiveGuidance.taskEssence in task descriptionsmetaCognitiveGuidance.firstStep to first taskwarningPatternsStep 4: Execute Implementation
Proceed with task execution following:
metaCognitiveGuidance.taskEssence