just-auto
GitHub自动化端到端任务执行技能,自动解析目标、生成清单并自主完成开发,无需人工审批。适用于从想法到交付的全流程自动化场景。
Trigger Scenarios
Install
npx skills add doodledood/manifest-dev --skill just-auto -g -y
SKILL.md
Frontmatter
{
"name": "just-auto",
"description": "Goal-based autonomous chain: figures out the task, encodes a Manifest, and pursues it end-to-end with full autonomy and minimal process. Use when the user asks to just build it, just auto it, run end-to-end goal-based, or go from idea to done without approval gates.",
"argument-hint": "<task>",
"user-invocable": true
}
Run the full flow for the given task — stated as an argument or inferable from the conversation; with neither, halt with usage.
Before starting, arm the completion backstop. If an active goal's completion
condition already covers this task's outcome, continue under it. Otherwise,
if the harness provides a goal-setting, continuation, or
durable-completion-condition capability, set this goal, with <task>
replaced by a one-line statement of the task: "For the task
Then: if the conversation lacks shared understanding of the task, first
invoke the manifest-dev:figure-out skill with the task and --autonomous.
Invoke the manifest-dev:define skill with --autonomous. Invoke the
manifest-dev:just-do skill with the
Manifest path define reports, noting that the chain goal already owns the
completion backstop, so just-do continues under it rather than arming its
own. If define reports no Manifest path, stop and report.
Version History
- 2ac487e Current 2026-08-20 08:56


