agentic-engineering

Decompose engineering tasks into 15-minute units and route them to AI models.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines complex engineering tasks by leveraging AI agents for implementation, guided by human oversight for quality and risk management.

Core Features & Use Cases

  • Eval-First Execution: Ensures quality by defining and running evaluations before and after implementation.
  • Task Decomposition: Breaks down large tasks into smaller, manageable, and verifiable units.
  • Model Routing: Optimizes AI model usage by selecting the appropriate tier (Haiku, Sonnet, Opus) based on task complexity.
  • Cost Management: Tracks and controls AI usage costs through detailed monitoring.
  • Use Case: Developing a new software feature where AI agents write the code, and engineers use evals to ensure correctness and safety.

Quick Start

Use the agentic-engineering skill to decompose the task of implementing a new user authentication module.

Frequently Asked Questions about agentic-engineering

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

FAQPage Schema
What is eval-first AI development and how does it manage code generation?

Eval-first AI development ensures code generation quality by defining and running capability and regression evaluations before and after AI agents implement features. This approach uses human oversight for risk management while AI handles the actual coding tasks.

How do I break down complex software engineering tasks for AI agents?

You break down complex software engineering tasks through task decomposition, splitting large features into smaller, manageable 15-minute units. This process ensures each unit is verifiable and can be independently routed to AI agents for implementation.

How does model routing optimize AI development costs between Haiku, Sonnet, and Opus?

Model routing optimizes AI development costs by assigning 15-minute task units to appropriate AI model tiers based on complexity. Simpler tasks route to Haiku, while complex implementations use Sonnet or Opus, ensuring cost-aware resource allocation.

Can I use agentic engineering workflows for a new user authentication module?

Yes, agentic engineering workflows support developing new software features like user authentication modules. AI agents handle the code generation, while engineers use evals to ensure correctness, safety, and quality control throughout the cycle.

When should I not use AI agents for task decomposition in software engineering?

You should avoid relying solely on AI agents for task decomposition when a project lacks clear capability and regression evals. Without these evaluations, human oversight cannot effectively manage quality control and risk management for the generated code.