agentic-engineering

Coordinate AI-driven engineering tasks with eval-first execution and tiered model routing.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/hieuck/Pro5ChromeManager --skill agentic-engineering-hieuck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-engineering
Source: https://github.com/hieuck/Pro5ChromeManager/tree/main/skills/agentic-engineering
Command: npx skills add https://github.com/hieuck/Pro5ChromeManager --skill agentic-engineering-hieuck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agentic Engineering enables AI-driven engineering workflows where AI agents perform most implementation work while humans enforce quality and risk controls.

Core Features & Use Cases

  • Eval-first loop with defined capability and regression evals to catch failure signatures before full deployment.
  • Task decomposition into agent-sized units using the 15-minute unit rule to ensure verifiability and risk containment.
  • Model routing by task complexity (Haiku for classification/boilerplate, Sonnet for implementation/refactors, Opus for architecture/root-cause analysis).
  • Session strategy that preserves continuity across closely-coupled tasks and resets after major milestones.
  • Cost discipline: track model usage, tokens, retries, wall-clock time, and risk-aware scaling.
  • Review focus for AI-generated code emphasizing invariants, error handling, security and reliability.

Quick Start

Provide a project goal and have the AI decompose it into agent-sized units, then apply an eval-first plan to guide implementation.

Frequently Asked Questions about agentic-engineering

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

FAQPage Schema
How do I decompose AI engineering tasks into safe agent-sized units?

To decompose AI engineering tasks safely, apply the 15-minute unit rule, breaking work into verifiable chunks that ensure risk containment and facilitate an eval-first execution loop before full deployment.

What is the eval-first loop for AI workflows?

The eval-first loop for AI workflows is a testing process that defines capability and regression evals to catch failure signatures early, ensuring safety and quality controls are validated before agents fully implement code.

How do I route AI models by task complexity to manage costs?

Route AI models by task complexity using tiered model routing: Haiku for classification and boilerplate, Sonnet for implementation and refactors, and Opus for architecture and root-cause analysis, tracking tokens and wall-clock time.

Can I use agentic engineering for multi-step refactoring projects?

Yes, agentic engineering is designed for multi-step refactoring projects and architecture assessments, balancing rapid iteration with safety through risk-aware routing, session continuity, and guardrails across closely-coupled tasks.

What should code review focus on for AI-generated code?

Code review for AI-generated code should focus on verifying invariants, error handling, security, and reliability, ensuring the automated implementation meets quality standards before completing the task decomposition cycle.

How do I maintain session continuity across AI agent tasks?

Maintain session continuity across AI agent tasks by preserving state during closely-coupled work, then resetting the session strategy after major milestones to ensure clean context for new architectural assessments.