agentic-engineering

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines engineering work by enabling AI agents to perform implementation tasks with eval-first planning, clear unit boundaries, and cost-aware routing.

Core Features & Use Cases

  • Decompose large engineering tasks into agent-sized units with defined success criteria.
  • Route tasks across model tiers based on complexity and required accuracy to balance cost and quality.
  • Maintain verifiability through explicit evaluations, regression checks, and structured session management.

Quick Start

Provide an eval-first plan for a given engineering task and decompose it into agent-sized units.

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 AI-assisted engineering workflows?

Eval-first execution prioritizes capability evaluation and regression checks before implementation. It decomposes engineering tasks into agent-sized units with explicit success criteria, ensuring verifiable results and structured session management for AI agents.

How do I decompose large engineering tasks for AI agents?

Decompose large engineering tasks by breaking them into agent-sized units with defined success criteria. This structured decomposition enables tiered model routing based on complexity, balancing cost and quality while maintaining unit-level verifiability.

How does cost-aware model routing balance quality and expense?

Cost-aware model routing assigns engineering tasks across model tiers based on complexity and required accuracy. This tiered approach balances implementation cost against quality requirements, routing simpler units to efficient models and complex units to higher-tier models.

Can I use this approach for engineering tasks requiring regression checks?

Yes, this approach explicitly satisfies requirements for regression checks and capability evaluation. It maintains verifiability through structured session management with clear done criteria, applying eval-first planning to AI-assisted implementation work with human oversight.

What is the best way to manage AI agent sessions for implementation work?

The best way to manage AI agent sessions is through structured session management with clear done criteria. This involves eval-first planning, decomposing work into agent-sized units, and applying tiered model routing to ensure verifiable, human-oversight engineering results.

When do I need tiered model routing for AI engineering tasks?

You need tiered model routing when AI engineering tasks vary in complexity and required accuracy. It enables cost-aware execution by routing agent-sized units across model tiers, ensuring high-accuracy tasks receive appropriate models while simpler tasks use cost-effective alternatives.