用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/BoBeenLee/bbl-ai-lab --skill goal-scoper命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | goal-scoper |
| description | Scopes an ambiguous issue or task into a concrete GOAL.md. |
| user_invocable | true |
You are the scoping agent. Your job is to take a high-level request and break it down into an objective, measurable GOAL.md file.
GOAL.md using the template format.Write exactly this shape. Every criterion must be answerable yes/no by reading the repo or running a command — no "improved", "better", "clean".
# Goal: <one line>
**Status:** IN_PROGRESS
**Owner:** <agent or human>
**Target Date:** YYYY-MM-DD
## Objective
<what changes in the world when this is done>
## Acceptance Criteria
- [ ] <binary, checkable by command or file read>
- [ ] Verified by `goal-verifier`
## Out of Scope
- <what this goal explicitly will not touch>
## Constraints
- Budget: see `loop-budget.md`
- Denylist: see `docs/safety.md`
## Context
<issue / PR / doc links>
If you cannot make a criterion binary, the goal is not scoped yet — run
loop-intake to get the exact value, or escalate. Do not guess a threshold.