agentic-engineering

Coordinate multi-agent engineering workflows with eval-first execution and cost-aware model routing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing to coordinate multi-agent AI-powered engineering tasks with strong guardrails.

Core Features & Use Cases

  • Eval-first loop with explicit evaluation and regression checks before and after implementation.
  • Task decomposition into independently verifiable units that reduce risk per step.
  • Model routing by task complexity to balance speed and quality.
  • Cost discipline with per-task tracking of model, tokens, retries, and duration.
  • Cross-agent collaboration and session management for long-running projects.

Quick Start

Initiate a project by decomposing the task, assigning roles, and routing work through model tiers.

Frequently Asked Questions about agentic-engineering

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

FAQPage Schema
How do I coordinate multi-agent AI workflows with eval-first execution?

Coordinate multi-agent AI workflows by decomposing tasks into verifiable units, routing work by model complexity, and applying strict evaluation checkpoints before and after implementation to ensure quality.

What is task decomposition in AI engineering and when do I need it?

Task decomposition in AI engineering breaks complex projects into independently verifiable units to reduce risk per step. You need it for long-running projects requiring cross-agent collaboration and strict completion criteria.

How to balance speed and quality when routing AI models for engineering tasks?

Balance speed and quality through model-tier routing, which assigns tasks based on complexity. This cost-aware approach tracks per-task model usage, tokens, retries, and duration to maintain cost discipline.

Can I use cross-agent collaboration for long-running AI engineering projects?

Yes, you can use cross-agent collaboration with session management specifically designed for long-running AI engineering projects. It coordinates agent roles while maintaining continuous evaluation and regression checks.

What is the best way to enforce quality control in AI-driven software engineering?

Enforce quality control in AI-driven software engineering by implementing an eval-first loop with explicit evaluation and regression checks, defining completion criteria, and applying robust review guidelines for safety.

How do I track AI model token usage and execution duration for complex tasks?

Track AI model token usage and execution duration through cost-discipline features that monitor per-task model selection, token consumption, retries, and duration across routed engineering workflows.