goal
GitHub用于设定 OpenScience 会话目标、成功标准和停止条件的技能,通过建立完成契约确保多轮任务有明确导向和验证依据。
Trigger Scenarios
Install
npx skills add synthetic-sciences/openscience --skill goal -g -y
SKILL.md
Frontmatter
{
"name": "goal",
"tags": [
"workflow",
"planning",
"persistence"
],
"category": "other",
"description": "Set an explicit objective, success criteria, and stopping conditions for the current OpenScience session."
}
Goal
Use this skill when the user invokes /goal or asks OpenScience to work toward a concrete outcome over multiple turns.
Contract
Establish the session goal as a compact completion contract:
- Objective: the specific outcome the user wants.
- Success criteria: the checks that prove the outcome is reached.
- Constraints: files, branches, budgets, tools, credentials, publishing rules, or safety limits the user names.
- Stop conditions: complete, blocked, cancelled, budget exhausted, or superseded by a newer user instruction.
If the user provided enough detail, proceed without another question. Ask only when the missing detail would make the work unsafe, irreversible, or impossible to verify.
Execution
- Restate the goal briefly in working terms.
- Keep a short visible checklist while working.
- Prefer real verification over confidence: tests, builds, local runs, screenshots, logs, or provider/API checks as appropriate.
- Persist durable checkpoints in project files, commits, PRs, or Atlas records when the user asks for persistence or the repository already uses that workflow.
- Update the user when the goal changes, a stop condition is hit, or verification gives new evidence.
Completion
Before calling the goal complete, verify each success criterion with fresh evidence. If the goal is blocked, report the exact blocker, the evidence gathered, and the smallest user or external action that would unblock it.
Version History
- dc00e07 Current 2026-07-30 22:41


