Agent skill · Workflow & Productivity

task-intelligence

Protocolo de Inteligência Pré-Tarefa — ativa TODOS os agentes relevantes do ecossistema ANTES de executar qualquer tarefa solicitada pelo usuário.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill task-intelligence --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 11 KB
Bundled scripts: none
Declared author: renat
Path: skills/task-intelligence/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Task Intelligence — Protocolo de Amplificação Pré-Tarefa ## Overview Protocolo de Inteligência Pré-Tarefa — ativa TODOS os agentes relevantes do ecossistema ANTES de executar qualquer tarefa solicitada pelo usuário. Enriquece o contexto com análise paralela multi-agente, produz estimativa real de tempo (início→fim), mapeia problemas prováveis e improvável, e formula um plano de execução antecipado com estratégias de contingência. ## When to Use This Skill - When the user mentions "pre-task briefing" or related topics - When the user mentions "briefing tarefa" or related topics - When the user mentions "plano execucao tarefa" or related topics - When the user mentions "antes de executar analise" or related topics - When the user mentions "task intelligence" or related topics - When the user mentions "consultar agentes paralelo" or related topics ## Do Not Use This Skill When - The task is unrelated to task intelligence - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Antes de qualquer execução, este agente realiza um **briefing inteligente completo**: 1. **Ativa todos os agentes relevantes e

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Fase 1 — Classificação Da Tarefa (5-10 Segundos)
  6. Fase 2 — Scan E Match Paralelo
  7. Fase 3 — Briefing Dos Agentes Especializados
  8. Fase 4 — Estimativa De Tempo Real
  9. Fase 5 — Mapa De Problemas (Antecipação Proativa)
  10. Fase 6 — Plano De Execução Enriquecido
  11. Integração Com O Ecossistema
  12. Quando Não Usar O Briefing Completo
  13. Referências
  14. Exemplo De Briefing Completo
Ships with 2 files
  • references/problem-catalog.md
  • references/time-patterns.md
Commands it runs
python agent-orchestrator/scripts/scan_registry.py
python agent-orchestrator/scripts/match_skills.py "<tarefa do usuário>"
python agent-orchestrator/scripts/orchestrate.py --skills <skill1,skill2,...> --query "<tarefa>"
More from agentic-awesome-skills
All skills →
About this skill
What does the task-intelligence skill do?

Protocolo de Inteligência Pré-Tarefa — ativa TODOS os agentes relevantes do ecossistema ANTES de executar qualquer tarefa solicitada pelo usuário.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill task-intelligence --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going