ソース情報
- リポジトリ
- BoBeenLee/bbl-ai-lab
- ソースの最終更新活動
- 2026年8月22日 08:29
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/BoBeenLee/bbl-ai-lab --skill goal-scoperコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Enforces completion discipline for substantial autonomous work by writing acceptance gates before execution, decomposing work with the Depth Tree, running approved checks, and re-verifying evidence before reporting. Use when Codex faces a long or multi-part task, work that has returned half-done, an exhaustive audit or build, parallel leaves or pipelines, or explicit triggers such as /unlazy, $unlazy, "tree N", "gates", and "do not stop until it is done".
Verifies whether a goal in GOAL.md has genuinely met all of its acceptance criteria.
Clarify an ambiguous goal or work item BEFORE the loop acts on it. Runs at the front of a run when the assigned task is underspecified. Ask one question at a time, push for exact values, and escalate instead of guessing.
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.