agentic-engineering

Coordinate engineering tasks with eval-first execution and cost-aware model routing.

2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/multiplex-ai/muggle-ai-teams --skill agentic-engineering-multiplex-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-engineering
Source: https://github.com/multiplex-ai/muggle-ai-teams/tree/main/skills/agentic-engineering
Command: npx skills add https://github.com/multiplex-ai/muggle-ai-teams --skill agentic-engineering-multiplex-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operate as an agentic engineer to orchestrate AI-driven engineering tasks with eval-first execution, ensuring verifiable units and strong governance.

Core Features & Use Cases

  • Eval-first loop: baseline evaluation, regression checks, and delta analysis before and after implementation.
  • Task decomposition: break work into independent agent-sized units with clear done criteria and risk focus.
  • Model routing: route to Haiku (classification/boilerplate), Sonnet (implementation/refactor), and Opus (architecture/root-cause analysis) based on task complexity.
  • Quality governance: cost tracking, retries, invariants, and risk controls across sessions.

Quick Start

Define a unit of work and let the system decompose, route, and execute it using the eval-first engineering workflow.

Frequently Asked Questions about agentic-engineering

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

FAQPage Schema
What is eval-first execution in agentic engineering?

Eval-first execution in agentic engineering runs baseline evaluations and regression checks before and after implementation, ensuring verifiable units and delta analysis to maintain quality governance across AI-driven tasks.

How do I route engineering tasks to different AI models based on complexity?

Route engineering tasks by decomposing work into independent units and sending classification or boilerplate to Haiku, implementation or refactoring to Sonnet, and architecture or root-cause analysis to Opus based on task complexity.

How do I decompose complex software engineering work for AI agents?

Decompose complex software engineering work by breaking it into independent agent-sized units with explicit completion criteria, risk focus, and cost tracking to manage execution and retries across sessions.

Can I enforce regression checks and cost tracking across autonomous AI coding sessions?

Yes, you can enforce regression checks and cost tracking across autonomous AI coding sessions by applying quality governance controls that monitor invariants, manage retries, and maintain rigorous review.

What is the best way to manage costs when automating software engineering tasks with AI?

The best way to manage costs when automating software engineering tasks with AI is to use cost-aware model routing, sending simpler tasks to Haiku and reserving expensive models like Opus for complex root-cause analysis.