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.
Create or update a structured plan directory with a PLAN.md index and numbered task files (001-*.md) containing checklists, tests, and completion criteria.
Create a structured plan directory with Ralph Wiggum Loop integration for backend Django projects (PLAN.md, task files, and RALPH-PROMPT.md).
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
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install plan-directory@diversiotech Codex
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.