Skill de gerenciamento de contexto e tarefas usando o mecanismo de task, memoria ou checklist disponivel no ambiente, com persistencia enxuta entre sessoes quando fizer sentido. Use quando precisar organizar tarefas, acompanhar progresso, trocar foco de trabalho, ou manter historico resumido. Trigger em: "criar tarefa", "lista de tarefas", "status", "progresso", "trocar foco", "resetar contexto", "o que falta", "proxima tarefa", "historico", "pipeline".
69
Quality
62%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/08-context-manager/SKILL.mdQuality
Discovery
82%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This description has strong trigger term coverage and completeness with explicit 'Use when' and 'Trigger em' clauses. However, the specificity of capabilities could be improved by listing more concrete actions rather than abstract concepts like 'organizar tarefas'. The distinctiveness is moderate due to potentially overlapping terms with other memory or checklist skills.
Suggestions
Replace abstract actions like 'organizar tarefas' with concrete operations such as 'criar/editar/completar tarefas', 'adicionar itens ao checklist', 'salvar resumo de sessão'
Clarify the specific mechanism being used (e.g., 'usando arquivo TASKS.md' or 'usando sistema de memória persistente') to reduce conflict risk with similar skills
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (task/context management) and mentions some actions like 'organizar tarefas', 'acompanhar progresso', 'trocar foco de trabalho', but lacks concrete specific actions like 'create checklist items' or 'mark tasks complete'. The actions are somewhat abstract. | 2 / 3 |
Completeness | Clearly answers both what (task/context management with persistence) and when ('Use quando precisar organizar tarefas, acompanhar progresso...') with explicit trigger terms listed. Has a clear 'Use when' clause and explicit 'Trigger em' section. | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms users would say: 'criar tarefa', 'lista de tarefas', 'status', 'progresso', 'trocar foco', 'resetar contexto', 'o que falta', 'proxima tarefa', 'historico', 'pipeline'. These are natural Portuguese phrases users would actually use. | 3 / 3 |
Distinctiveness Conflict Risk | While it specifies task management and context switching, terms like 'memoria', 'checklist', and 'historico' could overlap with other skills. The mention of 'task, memoria ou checklist disponivel no ambiente' is somewhat vague about what mechanism is being used. | 2 / 3 |
Total | 10 / 12 Passed |
Implementation
42%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill provides good structural organization and clear conceptual guidance for context management, but lacks concrete, executable examples. It describes what to do abstractly rather than showing specific commands, file formats, or code snippets that Claude could immediately use. The workflow is outlined but missing validation checkpoints for critical operations like persistence.
Suggestions
Add concrete examples of task list format (e.g., actual markdown structure or JSON schema for tasks)
Provide executable code or specific commands for the 'mecanismo disponivel no ambiente' - show actual tool calls
Include a concrete example of 'current-focus.md' and 'history.md' file contents with expected structure
Add validation step after persistence operations (e.g., 'verify file was written correctly before handoff')
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Content is reasonably efficient but includes some redundant sections (e.g., 'Quando Usar' vs 'Quando Nao Usar' could be tighter). The governance references add overhead without immediate actionable value. | 2 / 3 |
Actionability | No concrete code, commands, or executable examples provided. The skill describes concepts and workflows abstractly (e.g., 'usar o mecanismo disponivel no ambiente') without showing actual implementation or specific tool usage. | 1 / 3 |
Workflow Clarity | Task lifecycle is outlined but lacks explicit validation checkpoints. The 'Mudanca de Foco' section has steps but no concrete verification or error recovery. Missing feedback loops for context persistence operations. | 2 / 3 |
Progressive Disclosure | Well-organized with clear sections and appropriate references to external policies and templates. Content is structured logically with signposted external files (policies/, templates/) for deeper details. | 3 / 3 |
Total | 8 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
524725e
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.