Agent Skillsdartsim/dart › dart-retro

dart-retro

GitHub

执行DART回顾工作流,通过分析任务成败证据识别AI辅助开发的流程缺陷,优化指令、路由或工具配置,提升未来类似任务的执行质量与效率。

.agents/skills/dart-retro/SKILL.md dartsim/dart

Trigger Scenarios

需要总结任务经验教训 优化AI助手的工作流规则 分析失败或阻塞的任务原因

Install

npx skills add dartsim/dart --skill dart-retro -g -y
More Options

Non-standard path

npx skills add https://github.com/dartsim/dart/tree/main/.agents/skills/dart-retro -g -y

Use without installing

npx skills use dartsim/dart@dart-retro

指定 Agent (Claude Code)

npx skills add dartsim/dart --skill dart-retro -a claude-code -g -y

安装 repo 全部 skill

npx skills add dartsim/dart --all -g -y

预览 repo 内 skill

npx skills add dartsim/dart --list

SKILL.md

Frontmatter
{
    "name": "dart-retro",
    "description": "DART Retro: improve the AI harness from successful or unsatisfactory task outcomes"
}

dart-retro

Use this skill in Codex to run the DART dart-retro workflow. The editable workflow source lives in .claude/commands/; this file is its generated adapter in the shared .agents/skills/ catalog.

Invocation

  • Claude Code: /dart-retro <arguments>
  • Codex: $dart-retro <arguments>

Treat the text after the skill name as $ARGUMENTS. When the workflow references $1, $2, etc., map those to the positional values supplied by the user.

Command Body

Improve future task execution through a retrospective: $ARGUMENTS

Use the original request and session evidence to improve the harness for future similar tasks: better quality, completeness, or efficiency. Successful, unsatisfactory, incomplete, and blocked outcomes qualify. PR merge and dev-task retirement do not alone establish that the user's goal was met.

Required Reading

@AGENTS.md @docs/AGENTS.md @docs/ai/principles.md @docs/ai/components.md @docs/ai/verification.md

Load task owners as needed. Read docs/onboarding/ai-tools.md for tool/runtime questions and before controlled agent runs. docs/ai/components.md owns placement of accepted learnings; this workflow owns the retrospective method.

Skip If

Conclude without harness edits when the evidence supports no reusable improvement: existing guidance already covers the lesson and is discoverable, the finding is task-specific, or no change has a supported benefit. State why and report missing evidence; success, failure, or a merged PR alone is not a skip condition.

Workflow

  1. Reconstruct intent and outcome. Default to the current session. Compare the initial request and later scope decisions with artifacts and results. Inspect relevant history around decisions, corrections, and failures, including substantive domain work before CI/review/closeout. State missing evidence; do not load every log by default.
  2. Find the harness contribution. Connect useful decisions, rework, missed requirements, and wasted context/tool cycles to instructions, routing, tools, or gates. Separate observations from inferred causes, implementation bugs, and external blockers. Check existing owners and executable coverage before proposing rules; investigate why existing guidance was missed.
  3. Choose a testable improvement. State the observed decision, causal gap, owner, and what an agent starting from the same brief should do differently. Name the expected benefit, a check that could disprove it, and successful constraints to preserve.
  4. Improve existing owners. Prefer removal, consolidation, or rewriting to appending rules or files; repair discovery when guidance already exists. Follow docs/ai/components.md for placement and adapter regeneration. Keep session identifiers out of durable guidance. Preserve model/effort/action limits; a retrospective does not reopen the original implementation or authorize new GitHub mutations.
  5. Validate proportionately. For consequential instruction changes, replay the observed decision and a contrasting similar task; use fresh controlled agents when permitted and useful. Distinguish structural checks, predicted benefits, and measured outcomes. Run the relevant gates in docs/ai/verification.md and pixi run lint before committing.

Output

  • Original intent, actual outcome, and material session evidence
  • Accepted/rejected harness changes, expected future behavior, and owner files
  • Validation results, measured benefits or limits, and remaining work

Version History

  • deb9869 Current 2026-09-08 21:46

    细化了适用环境(仅Claude Code和Codex),增强了关于成功/失败判定的逻辑,并调整了跳过条件和路由说明。

  • bcd584e 2026-09-02 23:41

    将 Claude Code 路由车道升级至 Fable 5.1 并刷新 AI harness

  • b9fbefc 2026-07-19 11:30

Same Skill Collection

.agents/skills/dart-analyze/SKILL.md
.agents/skills/dart-architecture/SKILL.md
.agents/skills/dart-audit-agent-compliance/SKILL.md
.agents/skills/dart-backport-pr/SKILL.md
.agents/skills/dart-benchmark-packet/SKILL.md
.agents/skills/dart-branch-cleanup/SKILL.md
.agents/skills/dart-build/SKILL.md
.agents/skills/dart-changelog/SKILL.md
.agents/skills/dart-ci/SKILL.md
.agents/skills/dart-close-issue/SKILL.md
.agents/skills/dart-contribute/SKILL.md
.agents/skills/dart-deps/SKILL.md
.agents/skills/dart-docs-update/SKILL.md
.agents/skills/dart-downstream-fix/SKILL.md
.agents/skills/dart-execute-packet/SKILL.md
.agents/skills/dart-fix-ci/SKILL.md
.agents/skills/dart-fix-issue/SKILL.md
.agents/skills/dart-io/SKILL.md
.agents/skills/dart-manage-pr/SKILL.md
.agents/skills/dart-mechanical-refactor/SKILL.md
.agents/skills/dart-model-upgrade/SKILL.md
.agents/skills/dart-new-task/SKILL.md
.agents/skills/dart-next/SKILL.md
.agents/skills/dart-plan-update/SKILL.md
.agents/skills/dart-pr/SKILL.md
.agents/skills/dart-python/SKILL.md
.agents/skills/dart-references/SKILL.md
.agents/skills/dart-release-merge-main/SKILL.md
.agents/skills/dart-release-packaging/SKILL.md
.agents/skills/dart-resume/SKILL.md
.agents/skills/dart-review-pr/SKILL.md
.agents/skills/dart-test/SKILL.md
.agents/skills/dart-triage-issue/SKILL.md
.agents/skills/dart-ultrawork/SKILL.md
.agents/skills/dart-verify-sim/SKILL.md
.claude/skills/dart-architecture/SKILL.md
.claude/skills/dart-build/SKILL.md
.claude/skills/dart-ci/SKILL.md
.claude/skills/dart-contribute/SKILL.md
.claude/skills/dart-io/SKILL.md
.claude/skills/dart-python/SKILL.md
.claude/skills/dart-references/SKILL.md
.claude/skills/dart-test/SKILL.md
.claude/skills/dart-verify-sim/SKILL.md
.codex/skills/dart-analyze/SKILL.md
.codex/skills/dart-architecture/SKILL.md
.codex/skills/dart-audit-agent-compliance/SKILL.md
.codex/skills/dart-backport-pr/SKILL.md
.codex/skills/dart-benchmark-packet/SKILL.md

Metadata

Files
0
Version
deb9869
Hash
96e811fb
Indexed
2026-07-19 11:30

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-10 12:49
浙ICP备14020137号-1 $Гость$