agent-assistant-plan

Route /plan requests to the Agent Assistant planning workflow across Codex agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes planning requests to the Agent Assistant planning workflow to coordinate planning tasks across agents.

Core Features & Use Cases

  • Activates the /plan workflow when a user asks for planning.
  • Spawns and coordinates multiple planning agents using Codex native multi-agent capabilities.
  • Resolves required planning skills from the agent-assistant skill set (matrix-skills).

Quick Start

Trigger the /plan workflow to route planning tasks to the Agent Assistant.

Frequently Asked Questions about agent-assistant-plan

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

FAQPage Schema
How do I coordinate planning tasks across multiple Codex agents?

Triggering the /plan command routes planning requests to the Agent Assistant workflow, which spawns and coordinates multiple planning agents using Codex native multi-agent capabilities.

What is workflow routing for multi-agent planning in software development?

Workflow routing for multi-agent planning directs planning requests to a centralized orchestration workflow, enabling automated task distribution and coordination across Codex-enabled development agents.

Do I need specific runtime boot rules loaded to use Codex multi-agent orchestration?

Yes, Codex multi-agent orchestration requires loading runtime boot rules from the ~/.codex/skills/agent-assistant/rules/RUNTIME/00-boot.md file before spawning agents and resolving planning skills.

How do I trigger the planning workflow with one command?

You trigger the planning workflow by typing /plan, which automatically routes the planning request to the Agent Assistant to organize activities across enabled agents.

Where does the agent-assistant planning workflow resolve its matrix-skills?

The planning workflow resolves its required skills from the ~/.codex/skills/agent-assistant/matrix-skills/ directory during the orchestration of planning tasks across agents.

Can I use this workflow routing for automating planning activities in large software projects?

Yes, this workflow routing is designed for software development projects, using Codex native multi-agent orchestration to automate and coordinate planning activities across multiple agents.