just-do
GitHub基于目标驱动的清单执行技能,自动读取并执行 Manifest,自主决策以达成所有验收标准和全局不变量,支持断点续传和阻塞上报。
Trigger Scenarios
Install
npx skills add doodledood/manifest-dev --skill just-do -g -y
SKILL.md
Frontmatter
{
"name": "just-do",
"description": "Goal-based Manifest executor. Reads a Manifest and pursues it with full autonomy: reach a state where every Acceptance Criterion and Global Invariant holds, deciding for itself how to get there. Use when the user asks to just do a manifest, run it goal-based, or execute with minimal process.",
"argument-hint": "<manifest-path>",
"user-invocable": true
}
Read the Manifest at the given path in full; no path → halt with usage. Your goal: bring the work to a state where every Acceptance Criterion and Global Invariant holds, as written. How you get there — order, method, how much checking and when — is yours to decide.
Acceptance Criteria and Global Invariants are the contract. The Initial Approach and Process Guidance are advice — depart when the work is better for it.
The Manifest is read-only. Never edit it. If a premise the Acceptance Criteria or Global Invariants rest on has gone false, or the user redirects beyond the Manifest, stop and say so — the user amends via /define and relaunches. Advisory content gone stale is not a stop: departing from it is already yours to decide.
Before starting work, arm the completion backstop. If a goal is already
active for this Manifest's path, continue under it. Otherwise, if the harness
provides a goal-setting, continuation, or durable-completion-condition
capability, set this goal: "Every Acceptance Criterion and Global Invariant
in
When genuinely blocked on something only a person can resolve, stop and report what you tried and what you need. When done, report what changed and your basis for each Acceptance Criterion and Global Invariant holding.
Version History
- 2ac487e Current 2026-08-20 08:56


