agent-assistant-cook-hard

Coordinate multi-agent feature development workflows with Codex-native orchestration.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-cook-hard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-cook-hard
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-cook-hard
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-cook-hard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines and coordinates a complete feature development lifecycle for the Agent Assistant by enabling hard, multi-step workflows that require coordinated actions from multiple agents and governance.

Core Features & Use Cases

  • Orchestrates the end-to-end feature development lifecycle for the Agent Assistant.
  • Spawns and manages multi-agent workflows using Codex-native orchestration and predefined rules.
  • Resolves required skills from the agent-assistant skills library to assemble capable pipelines for complex tasks.

Quick Start

Activate the full feature development lifecycle by typing /cook:hard to trigger the Agent Assistant workflow.

Frequently Asked Questions about agent-assistant-cook-hard

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

FAQPage Schema
How do I automate multi-agent workflows for complex feature development in Codex?

Multi-agent workflow automation for complex features requires coordinated agent spawning and governance. This Skill orchestrates the complete development lifecycle using Codex native infrastructure to assemble capable pipelines for hard tasks.

What is a multi-agent development lifecycle workflow and when do I need one?

A multi-agent development lifecycle workflow coordinates several AI agents to execute staged, governed tasks. You need one when complex features require rules-based governance and coordinated actions that exceed single-agent capabilities.

How do I trigger a full feature development lifecycle workflow?

Trigger a full feature development lifecycle by typing /cook:hard to activate the Agent Assistant workflow. This initiates rules loading, multi-agent spawning, and skill resolution for complex tasks.

Do I need specific directory structures to run multi-agent Codex workflows?

Yes, multi-agent Codex workflows require predefined directories. The system loads rules from ~/.codex/skills/agent-assistant/rules/RUNTIME/00-boot.md, spawns agents from ~/.codex/agents/, and resolves skills from ~/.codex/skills/agent-assistant/matrix-skills/.

What is the best way to manage governance and rules for AI coding agents?

Managing governance for AI coding agents is best handled by loading predefined rules during workflow initialization. This Skill enforces governance by booting rules from a dedicated runtime directory before spawning agents.

Are there limitations when using single-agent setups for hard feature development?

Single-agent setups limit complex feature development by lacking coordinated, staged execution and governance. Hard multi-step workflows require multi-agent spawning and skill resolution to assemble capable pipelines.