CtrlK
BlogDocsLog inGet started
Tessl Logo

agently-dynamic-task

Use when the user needs Agently TaskDAG / Dynamic Task, model-generated or app-submitted DAG planning, TaskDAG validation, DynamicTaskResolver handlers, TaskDAGExecutor execution, or the Agently.create_dynamic_task compatibility facade. TaskDAG is the DAG foundation capability; Dynamic Task is the convenience facade over it and uses TriggerFlow as the execution substrate.

60

Quality

70%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/agently-dynamic-task/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a technically rich skill with strong actionability through multiple concrete, executable code examples covering the full API surface. Its main weaknesses are verbosity in the rules/constraints sections (which read more like internal design documentation than concise skill guidance) and the lack of explicit error-recovery workflows despite the skill involving validation and execution of DAGs. The progressive disclosure structure exists but is undermined by the monolithic body and unverifiable references.

Suggestions

Extract the detailed 'Native-First Rules' output_format guidance and 'Planner Constraints' into a separate reference file (e.g., `references/planner-rules.md`) and keep only the most critical rules inline to improve conciseness.

Add an explicit error-recovery workflow showing what happens when TaskDAGValidator rejects a graph or when execution times out—e.g., a validate→fix→retry feedback loop with concrete code.

Tighten the 'Native-First Rules' section by removing bullets that describe internal architecture decisions (layer ownership, what belongs to which module) and keeping only rules that change Claude's behavior when generating code.

DimensionReasoningScore

Conciseness

The skill is fairly dense and avoids explaining basic concepts, but several sections are verbose for their informational value—particularly the long bullet list under 'Native-First Rules' and the detailed `output_format` guidance, which reads more like internal design notes than actionable skill instructions. Some bullets could be tightened significantly.

2 / 3

Actionability

The skill provides multiple fully executable Python code examples covering submitted DAGs, config-backed DAGs, auto-planned DAGs, and lower-level integration. Handler signatures, API calls, and expected result access patterns are all concrete and copy-paste ready.

3 / 3

Workflow Clarity

The auto-planned DAG example shows a clear plan→validate→run sequence, and the lower-level integration shows planner→validator→executor ordering. However, there are no explicit validation checkpoints with error recovery/feedback loops (e.g., what to do when validation fails, how to handle timeout, retry semantics beyond max_retries). For a skill involving DAG validation and execution—operations that can fail in complex ways—the absence of explicit error-handling feedback loops is a gap.

2 / 3

Progressive Disclosure

The skill references `references/overview.md` and `examples/minimal.py` in a 'Read Next' section, which is good structure. However, no bundle files are provided, so these references are unverifiable. The main body itself is quite long and monolithic—the detailed planner constraints, output_format guidance, and anti-patterns sections could benefit from being split into referenced files, with the SKILL.md serving as a leaner overview.

2 / 3

Total

9

/

12

Passed

Description

75%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description has strong completeness with an explicit 'Use when...' clause and good distinctiveness due to framework-specific terminology. However, it reads as a list of internal component names rather than describing concrete user-facing capabilities, and it relies heavily on technical jargon that may not match how users naturally phrase their requests. The relationship explanation between TaskDAG and Dynamic Task is a nice touch for disambiguation.

Suggestions

Add natural language trigger terms alongside the technical ones, e.g., 'task graph', 'workflow orchestration', 'task dependencies', 'parallel task execution'

Rewrite capabilities as concrete user-facing actions rather than component names, e.g., 'Defines and validates directed acyclic graphs of tasks, resolves dynamic task dependencies, and executes task workflows' instead of listing class names

DimensionReasoningScore

Specificity

The description names specific components (TaskDAG, DynamicTaskResolver, TaskDAGExecutor, create_dynamic_task) and some actions (DAG planning, validation, execution), but the actions are not fully concrete—they read more like component names than user-facing capabilities. It's domain-specific but not comprehensively listing what a user can accomplish.

2 / 3

Completeness

The description explicitly answers both 'what' (DAG planning, validation, execution, DynamicTaskResolver handlers, compatibility facade) and 'when' with a clear 'Use when...' clause listing specific trigger scenarios. It also clarifies the relationship between TaskDAG and Dynamic Task.

3 / 3

Trigger Term Quality

It includes relevant technical terms like 'TaskDAG', 'Dynamic Task', 'DAG planning', 'TaskDAGExecutor', and 'DynamicTaskResolver', which are terms a developer working with this framework would use. However, it lacks natural language variations a user might say (e.g., 'task graph', 'workflow orchestration', 'task dependencies', 'directed acyclic graph') and is heavily jargon-laden.

2 / 3

Distinctiveness Conflict Risk

The description is highly specific to the Agently framework's TaskDAG and Dynamic Task features, with very distinct component names (TaskDAGExecutor, DynamicTaskResolver, TriggerFlow) that are unlikely to conflict with other skills.

3 / 3

Total

10

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
AgentEra/Agently-Skills
Reviewed

Table of Contents

Is this your skill?

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.