dev-workflows/skills/recipe-task/SKILL.md
Execute tasks following appropriate rules with rule-advisor metacognition
npx skillsauth add shinpr/claude-code-workflows recipe-taskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Task: $ARGUMENTS
Step 1: Rule Selection via rule-advisor (REQUIRED)
Invoke rule-advisor using Agent tool:
subagent_type: "dev-workflows: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-advisordocumentation
Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode.
documentation
Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode.
documentation
Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode.
documentation
Guides subagent coordination through implementation workflows. Use when orchestrating multiple agents, managing workflow phases, or determining autonomous execution mode.