Skip to content

Шаблон run summary

Заполняйте после agent run или во время incident/debug review. Хороший summary позволяет понять run без открытия всего terminal transcript.

md
# Run Summary: <название задачи>

## Итог

Result: done | needs_review | blocked | failed

Почему выбран именно этот result:

## Задача

Исходный task contract:

## Использованный context

- Docs:
- Files:
- Constraints:

## Что было сделано

- Step:
- Step:
- Step:

## Изменённые файлы

- `<path>` - кратко что изменилось

## Проверки

| Check | Result | Notes |
| --- | --- | --- |
| <command> | pass/fail/not run | <notes> |

## Категория сбоя

tool failure | sandbox failure | context failure | spec failure | test failure | permission failure | human decision needed

## Следующее действие

- Retry with:
- Review:
- Blocked on:

## Что улучшить в процессе

- Task contract:
- Context:
- Harness:

Agentic Engineering: Context Engineering + Harness Engineering