azoth-roadmap

Expose a Codex-visible entrypoint for Azoth's /roadmap workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codex users need a straightforward way to access and run Azoth's roadmap workflow without manual setup or navigation.

Core Features & Use Cases

  • Exposes a Codex-visible entrypoint for Azoth's /roadmap workflow.
  • Preserves the command contract (command.yaml) and the body source (.claude/commands/roadmap.md) for deterministic behavior.
  • Enables consistent activation via /roadmap in Codex CLI/IDE and surface-level commands for planning dashboards.

Quick Start

Invoke the azoth-roadmap skill to view and interact with Azoth's roadmap workflow.

Frequently Asked Questions about azoth-roadmap

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

FAQPage Schema
How do I run the Azoth roadmap dashboard in Codex?

You can run the Azoth roadmap dashboard in Codex by invoking the azoth-roadmap skill, which exposes the /roadmap slash command entrypoint. This seamlessly activates the workflow and renders the planning dashboard directly in your CLI or IDE.

What is the Azoth roadmap workflow and how does it work?

The Azoth roadmap workflow is a planning dashboard system defined by a command contract and a markdown body source. It preserves stage structures, gate rules, evaluation rules, and agent binding for deterministic roadmap execution.

Does the Azoth roadmap workflow require manual setup to use in Codex CLI?

No, the Azoth roadmap workflow does not require manual setup in Codex CLI. Invoking the skill automatically exposes the entrypoint by reading the command.yaml contract and the roadmap.md body source for consistent activation.

How does Codex preserve the command contract for the roadmap workflow?

Codex preserves the roadmap command contract by reading the command.yaml file and the .claude/commands/roadmap.md body source. This ensures stage structures, gate rules, evaluation rules, and agent binding remain consistent during execution.

Can I use slash commands to activate the roadmap planning dashboard?

Yes, you can use the /roadmap slash command to activate the planning dashboard. The skill exposes a Codex-visible entrypoint that maintains consistency with the underlying command contract for seamless workflow execution.

What are the limitations of using azoth-roadmap for workflow planning?

The azoth-roadmap skill is limited to exposing the Codex entrypoint for the Azoth roadmap workflow. It relies on the predefined command.yaml contract and roadmap.md source, meaning workflow behavior is bound by those existing stage structures and gate rules.