agentic-engineering

Coordinate AI agents to implement software tasks with eval-first verification.

86|21|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Jamkris/everything-gemini-code --skill agentic-engineering-jamkris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-engineering
Source: https://github.com/Jamkris/everything-gemini-code/tree/main/skills/agentic-engineering
Command: npx skills add https://github.com/Jamkris/everything-gemini-code --skill agentic-engineering-jamkris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables engineering teams to orchestrate AI agents that perform implementation work with eval-first verification, ensuring early validation, traceability, and risk control throughout complex projects.

Core Features & Use Cases

  • Eval-first loop: define capability and regression evals, run baselines, capture failure signatures, and verify changes.
  • Task decomposition: break work into independently verifiable units with clear risk and done criteria.
  • Model routing: apply tiered approaches (Haiku, Sonnet, Opus) to align tasks with capability and complexity.
  • Session strategy and guardrails: maintain focused sessions across milestones and enforce quality and security checks.
  • Cost discipline: track model usage, tokens, retries, and wall-clock time to decide on tier escalation.

Quick Start

Initialize an eval-first agentic engineering workflow for a new software project by decomposing the initial task into agent-sized units and setting up baseline evals and routing rules.

Frequently Asked Questions about agentic-engineering

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

FAQPage Schema
How do I use AI agents for complex software engineering workflows?

You coordinate AI agents for software engineering workflows by decomposing tasks into independently verifiable units and routing them by model tiers to manage risk and cost.

What is eval-first verification for AI engineering?

Eval-first verification is an approach where you define capability and regression evals, run baselines, and capture failure signatures to validate AI agent changes early in the engineering process.

How do I manage AI model routing costs for engineering tasks?

You manage AI model routing costs by tracking model usage, tokens, retries, and wall-clock time to decide when to escalate tasks across tiered models like Haiku, Sonnet, and Opus.

How do I decompose software tasks for AI agents?

You decompose software tasks for AI agents by breaking work into independently verifiable units that include clear risk assessments and defined done criteria before implementation.

How do I enforce quality guardrails for AI coding sessions?

You enforce quality guardrails for AI coding sessions by maintaining focused sessions across milestones and applying thorough code review checks to ensure security and capability standards.

Can I apply eval-first agents to existing software projects?

Yes, you can apply eval-first agents to existing projects by initializing a workflow that sets up baseline evals and routing rules for the current tasks requiring implementation.