Selects the smallest set of task-execution skills and metacognitive safeguards for standalone task and diagnosis workflows.
56
64%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/task-analyzer/SKILL.mdUse skills-index.yaml as the available skill catalog. Documentation routing and workflow Structural Scale belong to documentation-criteria, not this skill.
State the observable purpose beyond the surface operation. Preserve an explicitly invoked recipe or governing artifact as the entry point.
Extract task-evidence tags and match them to the catalog. Add a skill only when its rules change the requested action, verification, or handling of a concrete risk.
| Task evidence | Consider |
|---|---|
| Observed defect or failure | ai-development-guide, testing-principles |
| Code implementation or refactoring | coding-principles, testing-principles |
| Requested design artifact | documentation-criteria |
| Multiple credible implementation strategies requiring cost comparison | implementation-approach |
| Observable cross-boundary behavior that cannot be proven more cheaply | integration-e2e-testing |
| React or TypeScript frontend code | typescript-rules and applicable frontend testing rules |
Select in this order:
governing: defines the requested output or selected workflow.risk-control: changes proof or handling of an activated failure mode.supplementary: resolves a concrete remaining risk.Generate only warnings and questions that can change skill selection, verification, escalation, or the first action. Prefer the smallest evidence-gathering action that can establish the target or cause.
Task analysis does not own Structural Scale, file-count estimation, documentation requirements, approval gates, implementation phases, or subagent topology.
taskAnalysis:
essence: <fundamental purpose>
extractedTags: [<task evidence tag>]
selectedRules:
- skill: <skill name from skills-index.yaml>
priority: <governing|risk-control|supplementary>
reason: <how it changes execution or verification>
sections: [<relevant section name>]
metaCognitiveGuidance:
taskEssence: <fundamental purpose>
pastFailures: [<applicable known failure pattern>]
potentialPitfalls: [<task-specific risk>]
firstStep:
action: <smallest evidence-gathering or execution action>
rationale: <why it comes first>
metaCognitiveQuestions: [<question that can change the approach>]
warningPatterns:
- pattern: <applicable warning>
mitigation: <proportionate response>Return skill names and relevant section names. The consumer loads the named skills; filesystem paths, catalog metadata, and skill bodies remain at their source.
83cf695
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.