azoth-plan

Invoke Azoth's planning workflow from Codex using command.yaml and plan.md.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/yiwei79/azoth --skill azoth-plan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azoth-plan
Source: https://github.com/yiwei79/azoth/tree/main/.agents/skills/azoth-plan
Command: npx skills add https://github.com/yiwei79/azoth --skill azoth-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a Codex-visible entrypoint to Azoth's /plan workflow, enabling users to trigger planning through Codex interfaces without executing actions directly.

Core Features & Use Cases

  • Explicit Codex-native entrypoint for Azoth's planning workflow, aligning Codex prompts with Azoth's planning contract and body source.
  • Preserves the command's structure: stages, gates, evaluation rules, and referenced skills/agents, while binding to agent: orchestrator.
  • Use cases include initiating structured planning, task decomposition, and plan refinement within Codex-enabled environments.

Quick Start

Prompt the AI with the /plan command via the azoth-plan skill in Codex to start a structured planning run.

Frequently Asked Questions about azoth-plan

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

FAQPage Schema
How do I trigger structured planning and task decomposition in Codex?▼

To trigger structured planning in Codex, prompt the AI with the /plan command to invoke the azoth-plan entrypoint. This initiates Azoth's planning workflow, enabling task decomposition and action orchestration without executing actions directly.

What is Azoth's planning workflow and how does it work with Codex?▼

Azoth's planning workflow is a structured planning process that uses stages, gates, and evaluation rules to decompose tasks. The azoth-plan skill exposes this workflow to Codex by reading command.yaml as truth and binding to an orchestrator agent for coordinated execution.

Do I need specific command files to use Azoth planning in a Codex environment?▼

Yes, Azoth planning in Codex requires the commands/plan/command.yaml file as the source of truth and the .claude/commands/plan.md file for the command body. These files define the stage structure, gate rules, and referenced skills necessary for the workflow.

Can I use Codex prompts to orchestrate tasks while respecting Azoth command contracts?▼

Yes, Codex prompts can orchestrate tasks through the azoth-plan skill, which preserves command contracts including stage structures, gate rules, and evaluation rules. It passes remaining prompts as ARGUMENTS while maintaining the azoth_effect: read binding.

What's the best way to initiate plan refinement within Codex-enabled environments?▼

The best way to initiate plan refinement in Codex is using the /plan command via the azoth-plan skill. This aligns Codex prompts with Azoth's planning contract, preserving referenced skills and agents while binding to the orchestrator for structured refinement.