engineering-workflow

Route engineering queries to domain-specific micro agents and synthesize cross-system recommendations.

3|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/hungrytech/hungrytech-claude-skills --skill engineering-workflow
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: engineering-workflow
Source: https://github.com/hungrytech/hungrytech-claude-skills/tree/main/plugins/engineering-workflow/skills/engineering-workflow
Command: npx skills add https://github.com/hungrytech/hungrytech-claude-skills --skill engineering-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes references (resource) components.

What problem does it solve?

This skill provides a scalable framework to route engineering queries to specialized micro agents and synthesize cross-system recommendations across DB, BE, IF, and SE.

Core Features & Use Cases

  • Micro-agent orchestration for architecture decisions across multiple domains.
  • Phase-driven routing with fast-path classification, parallel dispatch, and cross-system synthesis.
  • Supports constraint propagation, conflict detection, and synthesizer-aware decision making for complex trade-offs.

Quick Start

Launch a query through the engineering-workflow gateway and let the system classify, dispatch, and synthesize the result.

Frequently Asked Questions about engineering-workflow

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

FAQPage Schema
How do I orchestrate architecture decisions across multiple domains like database and backend?▼

To orchestrate architecture decisions across multiple domains, this skill routes queries to specialized micro agents for DB, BE, IF, and SE, synthesizing cross-system recommendations to resolve complex trade-offs.

What is the best way to handle cross-domain constraint propagation for software engineering tasks?▼

Handling cross-domain constraint propagation is achieved through a phased execution protocol that uses fast-path classification and parallel dispatch to detect conflicts and synthesize actionable recommendations.

How does micro-agent routing work for complex engineering queries?▼

Micro-agent routing works by classifying an incoming engineering query at a gateway and dispatching it in parallel to domain-specific agents, which then feed their outputs into a cross-system synthesizer.

Do I need jq installed to use the engineering workflow micro-agents?▼

Yes, you need jq installed as a required dependency to process the JSON data structures used by the micro-agents during their phased routing and cross-system synthesis operations.

Can I use this workflow to manage trade-offs between interface and backend systems?▼

Yes, you can use this workflow to manage trade-offs between interface and backend systems through its synthesizer-aware decision making, which coordinates constraints and detects conflicts across all four domains.

When should I use a phased execution protocol for architecture synthesis?▼

You should use a phased execution protocol when you need to coordinate complex multi-domain architecture decisions within strict token budgets, utilizing audit gates to ensure actionable synthesis.