agentic-engineering

Automate agent engineering with evaluation-first planning, decomposition, and hierarchical model routing.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xxih/ai-harness-zh --skill agentic-engineering-xxih
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-engineering
Source: https://github.com/xxih/ai-harness-zh/tree/main/references/translations/everything-claude-code/docs/zh-CN/skills/agentic-engineering
Command: npx skills add https://github.com/xxih/ai-harness-zh --skill agentic-engineering-xxih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在 AI 智能体工程的实际应用中,任务往往需要跨模型、跨步骤的计划、分解与执行控制。本 Skill 提供一个以评估为先的工作流框架,帮助团队把复杂任务拆解成可独立验证的单元,并通过分层模型路由来实现高效协作与风险控制。

Core Features & Use Cases

  • 评估优先循环:在执行前进行能力评估与基线对比,确保实现的正确性与可回退性。
  • 任务分解与路由:将任务分解为智能体可处理的小单元,依据复杂度分发到 Haiku/Sonnet/Opus 等模型层,提升稳定性与扩展性。
  • 会话策略与质量控制:通过阶段切换、会话续跑和质量门控实现可重复的执行流程。

Quick Start

Outline an evaluation-first plan, decompose the task into agent-friendly steps, and route them through an appropriate model hierarchy.

Frequently Asked Questions about agentic-engineering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate complex AI agent workflows across multiple model layers?

Evaluation-first planning applies capability evaluation and baseline comparison before execution to ensure correctness. This mechanism defines unit-level finish criteria and regression checks, allowing iterative improvement and rollback safety in agent engineering.

What is the best way to decompose tasks for intelligent agent execution?

Task decomposition breaks complex requests into agent-friendly steps based on complexity, distributing them to appropriate model layers. This hierarchical routing enhances scalability and maintains quality control through session management and phase switching.

How do I manage risk control and quality gates in agent engineering?

Risk control and quality gates are managed through session strategies that include phase switching, session resumption, and regression checks. By defining unit-level finish criteria, the workflow enforces quality control and enables repeatable execution across stages.

Can I use hierarchical model routing for multi-step AI agent planning?

Yes, hierarchical model routing distributes decomposed planning steps to models like Haiku, Sonnet, and Opus based on task complexity. This structured routing improves execution stability and ensures appropriate model allocation for each agent unit.

When should I not use an evaluation-first workflow for AI agents?

An evaluation-first workflow is less suited for simple, single-step tasks that do not require cross-model planning or baseline comparisons. Without the need for regression checks, hierarchical routing, or iterative improvement, this structured risk management adds unnecessary overhead.