Skip to content

Что вы должны уметь после хендбука

Цель хендбука — не выучить термины. К концу чтения и практики вы должны уметь выпускать рабочие инженерные artifacts: specs, task contracts, context packs, policies, logs, evals и review summaries.

ГруппаЧто вы умеетеКак это проверить
Ментальная модельОбъясняет, почему agent без harness не является production engineering workflow.Failure analysis наивного agent run.
Spec-driven developmentПишет и ревьюит behavior specs до генерации кода.BDD spec + чеклист ревью spec.
Task contractsПревращает vague request в исполняемый task contract с acceptance criteria, testing plan и DoD.Отревьюированные task specs.
Instruction architectureРазделяет chat prompt, specs, AGENTS.md, policies, skills и global profile.Карта инструкций для одной задачи.
Context engineeringПроектирует AGENTS.md, docs, memory, task notes и актуальные tool docs.Context pack для ALGI или учебного repo.
Memory и knowledge baseРазделяет trajectory, stable project memory и retrievable knowledge; обновляет memory через reviewable diff.Project-memory patch + eval case.
Harness engineeringСобирает цикл task -> prompt -> agent/backend -> diff -> checks -> result.Воспроизводимый run с честной классификацией результата.
Tool governanceОпределяет tool catalog, policy gates, approval и audit fields.Policy блокирует небезопасную команду или write path.
Agent securityСтроит threat model: prompt injection, lethal trifecta, supply chain, слои защиты.Threat model для одного harness с убранным компонентом trifecta.
VerificationДобавляет TDD, tests, evaluator, lint/typecheck и review/retry gates.Agent run проходит checks или блокируется с понятной причиной.
ObservabilityЧитает structured logs/events и диагностирует failure modes.Run diagnostic report.
Harness evaluationОценивает harness шире, чем один успешный запуск.Eval suite с happy path, blocked, failed и replay cases.
OrchestrationСтроит task graph, dependencies, ready queue и safe concurrency.Epic decomposition с dependency graph.
Team workflowВстраивает agent-generated changes в review и ownership процесс команды.PR risk summary и conditional LGTM policy.
Domain adaptationПроектирует отдельные harness loop для frontend/backend/mobile/DevOps.Domain blueprint с checks и rollback.
Guarded autonomyВыбирает уровень автономии, permissions, approval gates и audit trail.Team adoption policy.
EconomicsОценивает cost, latency, human review и price of error.Матрица решений и cost dashboard.
Agent lifecycleРегистрирует agent/backend с owner, capability, policy, evals и incident response.Agent registry entry.
Self-hostingПроектирует roadmap от script-runner к yolo-runner-like системе.Maturity roadmap со stop/go criteria.

Agentic Engineering: Context Engineering + Harness Engineering