recipe-task
FeaturedExecute tasks following appropriate rules with rule-advisor metacognition
AI & Automation 680 stars
102 forks Updated 2 days ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
**Explicit User Instruction**: The user explicitly instructs and authorizes every subagent call named in this recipe. Execute each applicable call when its prerequisites are met.
Execute Skill: llm-friendly-context before writing Agent prompts, handoffs, or generated artifacts.
Execute Skill: subagents-orchestration-guide before making workflow decisions, invoking agents, or resolving findings.
# Task Execution with Metacognitive Analysis
Task: $ARGUMENTS
## Mandatory Execution Process
**Step 1: Rule Selection via rule-advisor (REQUIRED)**
Invoke rule-advisor using Agent tool:
- `subagent_type`: "dev-workflows-frontend: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:
1. **Understand Task Essence** (from `taskAnalysis.essence`)
- Focus on fundamental purpose, not surface-level work
- Distinguish between "quick fix" vs "proper solution"
2. **Follow Selected Rules** (from `selectedRules`)
- Execute each selected skill by its `skill` name and read it completely
- Apply the named sections in the context of the complete skill
3. **Recognize Past Failures** (from `metaCognitiveGuidance.pastFailures`)
- Apply countermeasures for known failure patterns
- Use suggested alternative approaches
4. **Execute First Action** (from `metaCognitiveGuidance.firstStep`)
- Sta...
Details
- Author
- shinpr
- Repository
- shinpr/claude-code-workflows
- Created
- 11 months ago
- Last Updated
- 2 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
recipe-build
Execute materialized task files in autonomous execution mode
680 Updated 2 days ago
shinpr AI & Automation Featured
recipe-front-build
Execute materialized frontend task files in autonomous execution mode
680 Updated 2 days ago
shinpr AI & Automation Featured
recipe-diagnose
Investigate problem, verify findings, and derive solutions
680 Updated 2 days ago
shinpr