一键导入
charter-run
仅在用户显式调用 `$charter-run`,或明确要求在 `$HOME/specs` 创建或恢复持久化规划工件时使用;不要因普通的规划、拆任务或继续执行请求自动触发。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
仅在用户显式调用 `$charter-run`,或明确要求在 `$HOME/specs` 创建或恢复持久化规划工件时使用;不要因普通的规划、拆任务或继续执行请求自动触发。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | charter-run |
| description | 仅在用户显式调用 `$charter-run`,或明确要求在 `$HOME/specs` 创建或恢复持久化规划工件时使用;不要因普通的规划、拆任务或继续执行请求自动触发。 |
Use this skill only for the repository-independent planning system stored under
$HOME/specs. Ordinary planning and long-running work should use Codex plan or
goal behavior without loading this skill. Stage details live in references and
should be loaded only when needed.
$HOME/specs by default.Default path:
$HOME/specs/<repo-name>/<date-slug>/
context.md
spec.md
checklists.md
plan.md
tasks.md
Lookup index:
$HOME/specs/index.json
Rules:
<repo-name> from the target repo directory basename.<date-slug> as YYYYMMDD-HHMM-<short-feature-slug>.$HOME/specs/index.json as the lightweight lookup index.$HOME/specs artifacts, record the resolved target repo path so index
matching is reliable; tracked examples use $HOME placeholders to stay
portable.index.json.examples/ as the concrete artifact format examples instead
of duplicating large templates in references.When the user does not provide a specs path:
$HOME/specs/index.json and prefer entries whose repo matches the
target repo.tasks.md.<date-slug> and the goal.$HOME/specs/<repo-name>/*/context.md and continue.After the skill has been explicitly selected, the user should be able to say
继续 T003 without pasting the specs path again.
Treat context.md as authoritative. Treat index.json as a convenience cache
and current-plan pointer.
For a new tracked plan:
context.md and spec.md.checklists.md and plan.md; at this point checklists.md may mark
tasks.md as pending.tasks.md, then refresh checklists.md so task coverage and artifact
freshness match the generated tasks.For broad execution or "continue":
context.md, spec.md, checklists.md, plan.md, and tasks.md.For partial or missing artifacts:
spec.md changes, treat checklists.md, plan.md, and tasks.md as
stale until refreshed.plan.md changes, treat tasks.md as stale until refreshed.context.md as the source of truth for repo, branch, base commit, goal,
and specs directory.index.json to find active specs, but repair it from context.md when
the two disagree.tasks.md only after verification succeeds.