agentic-engineering

Automate agentic engineering workflows with eval-first governance and cost-aware model routing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agentic engineering accelerates complex AI-driven software workflows by decomposing tasks, routing model effort by complexity, and enforcing eval-first quality checks to reduce risk.

Core Features & Use Cases

  • Decompose work into independent, verifiable units with clear done criteria.
  • Route tasks through tiered models (Haiku for classification/boilerplate, Sonnet for implementation/refactors, Opus for architecture/root-cause analysis).
  • Apply eval-first loops to baseline, execute, and re-evaluate to ensure regression safety across iterations.
  • Use Case: Teams building AI-powered automation pipelines can structure tasks so humans review critical decisions while AI handles repeatable implementation.

Quick Start

Provide an initial session plan: define a small agentic unit with a single verifiable outcome and run an eval-first loop on it.

Frequently Asked Questions about agentic-engineering

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

FAQPage Schema
How do I decompose complex AI automation tasks into verifiable units?

Yes, you can route tasks through tiered models like Haiku for boilerplate, Sonnet for implementation, and Opus for root-cause analysis. This model-routing strategy matches computational effort to task complexity, optimizing cost and performance.

What is an eval-first loop for AI workflow quality control?

An eval-first loop for AI workflow quality control is a governance process that baselines, executes, and re-evaluates tasks to ensure regression safety. It applies continuous evaluations to guard quality and enforce risk controls across iterations.

How do I track token usage and model costs for agentic workflows?

You track token usage and model costs for agentic workflows by measuring model usage, retries, and outcomes. This cost-aware routing measurement supports deterministic improvement by mapping resource consumption directly to workflow results.

Can I use agentic engineering pipelines for tasks requiring human review?

Yes, you can use agentic engineering pipelines for tasks requiring human review by structuring tasks so humans evaluate critical decisions while AI handles repeatable implementation. This ensures risk controls are enforced at key decision points.

What are the limitations of using tiered model routing for software engineering?

A limitation of tiered model routing is the overhead of matching model tiers to task complexity. If tasks are misclassified, routing to lower-tier models for complex refactors can cause quality regressions that eval-first loops must catch.