用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Mrlyk/superharness --skill executing-plans命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Set up superharness in a project: scan the codebase to discover conventions and tech stack, write findings into .superharness/spec/, then distill them into AGENTS.md and CLAUDE.md. Use when the user asks to set up superharness, to scan or re-scan the codebase for conventions, or to generate or refresh AGENTS.md / CLAUDE.md.
Session start guide: explains how to use superharness skills and conventions. Injected by SessionStart hook.
Generate a developer-facing efficiency and focus-area report for a completed Superharness task. Use when the user asks to "生成开发者报告", "开发交接报告", "to-coder", "developer report", or when /superharness:to-coder is invoked.
基于 SOC 职业分类
正在显示 SKILL.md
| name | executing-plans |
| description | Use when an approved implementation plan will be executed inline in a separate session with batch checkpoints |
Execute an approved Full plan on the main thread, serially, in the single task worktree. Tasks run in depends_on topological order. task.json is the progress source, superharness:test-driven-development supplies the implementation discipline, and all review waits for the shared final check. Lite remains its separate serial route in superharness:go.
Announce at start: "I'm using the executing-plans skill to implement this plan."
in_progress and the checkout is dirty, inspect its diff and focused verification, preserve the edits, and continue as a recovery agent. Never reset or stash recovery work.For each task in dependency order:
superharness task item {task-id} {task-number} start.superharness:test-driven-development. For each tested behavior slice, expose one seam through one failing behavior test, run RED, add the minimum implementation, then run GREEN. Confirm each verified slice through its declared gate instead of a dedicated test.git commit --only -- <files>), resolve the full SHA, and record superharness task item {task-id} {task-number} complete --commit {full-sha}.There is no per-task reviewer and no per-task E2E checkpoint. Stop for missing context, unexplained failures, or unclear edit ownership; record the corresponding task item status before returning control.
After three to five completed tasks, report:
The batch checkpoint is a user visibility boundary. It does not transition the workflow to check and does not create a review artifact.
When every task item is completed:
superharness task transition {task-id} check once.superharness:subagent-driven-development's Final Check exactly: shell preflight, then dispatch the Spec axis and the Standards axis check agents in parallel and present both reports separately.superharness:finishing-a-development-branch for the single fresh final verification, the review discipline recorded in verification.md, and the completion flow.tested slice's RED demonstrates the missing behaviorverified slice, or silently skipping a tested onesuperharness task item