recipe-task
FeaturedExecute tasks following appropriate rules with rule-advisor metacognition
AI & Automation 668 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
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`)
- Review each selected rule section
- Apply concrete procedures and guidelines
3. **Recognize Past Failures** (from `metaCognitiveGuidance.pastFailures`)
- Apply countermeasures for known failure patterns
- Use suggested alternative approaches
4. **Execute First Action** (from `metaCognitiveGuidance.firstStep`)
- Start with recommended action
- Use suggested tools first
**Step 3: Create Task List with TaskCreate**
Register work steps using TaskCreate. Use "Select and map applicable rules" as the first task and "Verify selected rules and report c...
Details
- Author
- shinpr
- Repository
- shinpr/claude-code-workflows
- Created
- 10 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
668 Updated 2 days ago
shinpr AI & Automation Listed
task-orchestrator
Meta-skill that enforces a structured Research-Design-Plan-Execute-Verify pipeline for every atomic task. Compensates for model/agent weaknesses (especially DeepSeek, non-native models) by adapting plan template strictness based on detected capabilities. Self-improving: records better approaches back into templates.
1 Updated 3 weeks ago
jajupmochi AI & Automation Solid
agent-orchestration-advisor
Design multi-agent AI workflows with clear boundaries, handoffs, and monitoring. Use when a complex PM task should run as parallel specialized agents instead of one linear process.
6,571 Updated 1 weeks ago
deanpeters