Use when a model-powered product, assistant, automation, evaluator, or workflow request still needs the right Agently owner, execution shape, or project boundary chosen. Also use for explicit low-frequency TaskDAG or DynamicTask requests.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/agently/SKILL.mdStart here when the request is expressed as product behavior rather than an Agently API. Choose the smallest native owner before choosing files or mechanisms. The request does not need to mention Agently.
When Agently use is explicit and the user is designing, optimizing, or reviewing
a solution, workflow/block, or Prompt, route through agently-design for the
request inventory and agently-request for selected Prompt details, using the
collaborative confirm-and-revise method by default.
agently-request.agently-runtime.agently-stage.agently-design.agently-triggerflow.agently-migration.references/task-dag.md;
do not introduce TaskDAG for ordinary Agent or workflow work.references/project-framework.md.references/context-and-skills.md.references/task-dag.md.references/model-quality-validation.md.agently-design, especially its
../agently-design/references/execution-topology-validation.md.ModelRequest owns one model interaction and its prompt/output contract.AgentExecution owns one Agent run and exposes result, text, stream, and
metadata readers.agent.create_task(...) returns an AgentExecution draft whose internal
AgentTask strategy owns planning, evidence, verification, repair, and replan.ActionRuntime owns model-callable operations; ExecutionResource owns live
dependency lifetime.TriggerFlow owns application-visible orchestration and runtime signals.TaskContext owns task information and creates consumer-bound readers;
TaskWorkspace owns files; RecordStore owns durable records and recovery;
SkillLibrary owns immutable installed Skill revisions.Agently.skills_executor is management/context compatibility only. Do not
recreate the removed generic Workspace, ContextBuilder, SkillsManager,
Skills route/strategy, skill_activation, or workspace_operation owners.For output that must satisfy a downstream interface:
.input(...);.info(...);.instruct(...);.output(...).Declare the type, semantics, requiredness, enum/format/range, nullability, and cross-field constraints for every consumed field. Let a structured ModelRequest own prose-derived intent, routing, planning, relevance, or quality judgment; let host code validate bounded enums/keys and perform effects.
Do not request hidden chain-of-thought. A bounded process field is justified only when it has a named role, bounds, consumer, retention rule, and failure behavior.
Start one-request applications with composition, settings, the prompt contract, and tests. Add workflows, services, Actions, local Skills, utilities, or resources only for a current owner and consumer. A logical node is not automatically a file or class.
Deterministic tests prove schemas, identities, lifecycle, accounting, file or record effects, and safety. Semantic quality needs declared criteria and a structured coding-agent, model, or human review. Classify criticality (hard gate or soft target) separately from evaluation method (deterministic or semantic).
For real-model claims, define criteria first, label simulations honestly, use the smallest authorized representative run, and record raw facts separately from judgment. Real traces override simulated expectations.
5dc8d96
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.