dev-workflows-fullstack/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-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-advisortesting
Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.
research
Performs metacognitive task analysis and skill selection. Use when determining task complexity, selecting appropriate skills, or estimating work scale.
development
Technical decision criteria, anti-pattern detection, debugging techniques, and quality check workflow. Use when making technical decisions, detecting code smells, or performing quality assurance.
testing
Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.