Plan to Project plugin icon KDTIX Open plan-to-project

skills.projectit.ai

Turn a plan into a backlog without hand-building the project tree.

plan-to-project converts a markdown requirements plan into a GitHub Project backlog with issue types, project fields, parent-child structure, compliance checks, and queue ordering already wired in.

  • GitHub-backed install from kdtix-open/skill-plan-to-project
  • Works as a personal skill or a Codex plugin
  • Built for KDTIX issue templates and project governance

Install

Choose the surface that fits your Codex workflow.

Personal skill

Install into ~/.codex/skills

Best when you want plan-to-project available across your local Codex setup without wrapping it as a plugin.

uvx --from git+https://github.com/kdtix-open/skill-plan-to-project \
  plan-to-project-install --destination home-skill

Home plugin

Install into your local plugin catalog

Best when you want a Codex-native plugin with icon, metadata, and local marketplace registration.

uvx --from git+https://github.com/kdtix-open/skill-plan-to-project \
  plan-to-project-install --destination home-plugin

Repo plugin

Install into a chosen repository

Best when a team wants the plugin available inside one repo without touching every contributor’s personal Codex home.

uvx --from git+https://github.com/kdtix-open/skill-plan-to-project \
  plan-to-project-install --destination repo-plugin --repo-root /path/to/repo

Built-in Codex installer

Prefer the native GitHub skill installer?

python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo kdtix-open/skill-plan-to-project \
  --path .

Workflow

What the skill automates after install.

01

Validate project setup

Confirms issue types, project fields, and GitHub prerequisites before writing backlog data.

02

Parse the markdown plan

Extracts Scope, Initiative, Epic, Story, and Task structure from the KDTIX planning format.

03

Create and connect issues

Builds the issue tree top-down, assigns issue types, links sub-issues, and applies dependency labels.

04

Enforce compliance and queue work

Runs the backlog through KDTIX compliance checks and outputs the next recommended execution order.

Support the Maintainers

If this plugin saves your team time, help us keep shipping it.

KDTIX Open maintains plan-to-project so teams can move from planning to execution with less backlog ceremony and fewer setup errors.

Support via Stripe