Task definition
SkillProductivityDefine, create, or refine an explicitly requested persistent xopc Task with a verifiable Task Contract; do not use for ordinary one-off work.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Task definition skill
What this skill tells your AI
The instructions your AI receives, as published by xopcai/xopc in skills/engineering/define-task/SKILL.md and read by ahel’s review.
Use this skill only when the user explicitly asks to define, capture, create, or refine a persistent xopc Task. Complete ordinary implementation and one-off requests directly without creating a Task.
Build the Task Contract
Express the requested result through the current Task Contract fields:
objective: the observable result;expectedOutputs: concrete deliverables;acceptanceCriteria: checks that prove completion;constraints: material boundaries, prohibitions, or required conditions.
Preserve user-stated assumptions, risks, approval requirements, priority, Project association, and dependencies when they are available. Do not invent authority or success criteria that materially change the request.
Persist safely
- Use repository and conversation context to make the contract concrete.
- Ask one concise question only when a missing result, acceptance criterion, or boundary would materially change the Task.
- Load the
xopc_usemanual before a non-trivial Task mutation. - List and inspect current Tasks before creating one when duplication is plausible. Refine a matching Task through its typed lifecycle instead of creating a competing Task.
- Use
createMode: "capture"unless the user explicitly wants execution to start now. UsecreateMode: "start"only for authorized immediate execution. - Read the current Task version before revising an existing contract, and preserve fields the user did not ask to change because contract revision replaces the complete contract.
- Verify the returned Task and report its delivery link when one is provided.
For bugs, include a reproducer and regression check. For performance work, name the metric, threshold, method, and run count. For research, name the decision the research must enable and the evidence standard.
Read references/task-contract-rubric.md when the Task needs a more careful contract review.
Signals
- GitHub stars
- 37
- Forks
- 7
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
define-task- Source
- github.com/xopcai/xopc