goals
GitHubgoals 技能是 fitness 的兼容别名,用于测量项目目标状态。它无实际行为,仅保留现有引用,指向 fitness 技能执行只读测量任务。
Trigger Scenarios
Install
npx skills add boshu2/agentops --skill goals -g -y
SKILL.md
Frontmatter
{
"name": "goals",
"consumes": [],
"metadata": {
"tier": "product",
"effects": [],
"disposition": "keep_off_path",
"capabilities": [],
"dependencies": [],
"canonical_status": "canonical"
},
"produces": [],
"practices": [
"dora-metrics"
],
"context_rel": [
{
"kind": "alias-of",
"with": "fitness"
}
],
"description": "Compatibility alias — renamed to fitness. Use fitness to measure declared project fitness goals. Triggers: \"goals\" (deprecated).",
"hexagonal_role": "domain",
"user-invocable": true,
"output_contract": "none — delegates to fitness",
"skill_api_version": 1
}
Goals — compatibility alias for fitness
This skill was renamed to fitness on 2026-07-29. Everything it did lives
there unchanged; the ao goals CLI command family keeps its name.
When invoked, apply skills/fitness/SKILL.md exactly as written — this
alias adds no behavior, grants no authority, and produces nothing of its
own. It exists so existing references and habits keep resolving, and it is
deliberately not advertised as a destination.
Physical deletion follows the observed-zero policy: this alias is removed only after a declared observation window shows no remaining use.
Version History
-
7b07a7d
Current 2026-08-19 21:59
更名为 fitness 兼容别名,零行为,仅保留 CLI 兼容性,待观察期后删除。
- 3f402e5 2026-07-24 22:07


