PLUGIN PROCESS

Plan Directory

Create and maintain structured plan directories with PLAN.md index, numbered task files, and required fresh-eyes validation.

Overview

Create and maintain structured plan directories with PLAN.md index, numbered task files, and required fresh-eyes validation.

Bundles 2 skills with 3 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.

Skills

Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.

plan-directory

Create or update a structured plan directory with a PLAN.md index and numbered task files (001-*.md) containing checklists, tests, and completion criteria.

plugins/plan-directory/skills/plan-directory
Skill docs →
backend-ralph-plan

Create a structured plan directory with Ralph Wiggum Loop integration for backend Django projects (PLAN.md, task files, and RALPH-PROMPT.md).

plugins/plan-directory/skills/backend-ralph-plan
Skill docs →

Slash Commands

Claude Code wrapper files live under plugins/plan-directory/commands/ and surface as namespaced commands. Codex invokes the underlying skill by name (for example, name: plan-directory).

/plan-directory:plan/plan-directory:run/plan-directory:backend-ralph-plan

Installation

Install the plugin for Claude Code, or install one or more skill paths for Codex.

Claude Code

bash
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install plan-directory@diversiotech

Codex

bash
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
  --repo DiversioTeam/agent-skills-marketplace \
  --path plugins/plan-directory/skills/plan-directory \
  --path plugins/plan-directory/skills/backend-ralph-plan

Claude Code: invoke as /plan-directory:plan. Codex: invoke as name: plan-directory.