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

About

About the skills catalog and the workflows it publishes.

skills.projectit.ai is the public home for KDTIX Open workflow installs. Right now the catalog carries one skill: Plan to Project, which turns a markdown requirements plan into a GitHub Project backlog without hand-building the hierarchy yourself.

  • Catalog is designed for Codex, Claude Code, and Cursor workflows
  • Each skill includes install guidance, usage patterns, and release docs
  • Current catalog size: 1 published skill

Skills

Available skills in the catalog.

The catalog currently contains one production workflow. It is optimized for organizations that want a repeatable path from planning documents to a governed GitHub backlog.

Plan to Project icon

Current skill

Plan to Project

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

  • Markdown plan parsing
  • GitHub issue creation
  • Project V2 field updates
  • Dependency and queue handling

Use it when

You have a structured Scope → Initiative → Epic → Story → Task plan and want the backlog generated consistently instead of built by hand.

Needs

A target GitHub org/repo, a Project V2 board, and the KDTIX markdown planning format documented in the source repository.

How to use it

Install the skill, then invoke it in the surface your team uses.

1. Install

Pick the agent surface

Use the installer destination that matches the environment where you want the workflow to show up.

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

2. Choose your runtime

Codex, Claude Code, or Cursor

The same source repo installs into multiple agent environments, so teams can standardize the workflow even if contributors prefer different tools.

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

3. Run the workflow

Point the skill at a markdown plan

Once installed, hand the agent your markdown requirements plan and ask it to run plan-to-project against the target GitHub repo and Project V2 board.

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

Prompt pattern

Tell the agent what plan file and GitHub target to use.

Run plan-to-project on ./plans/project-plan.md
against kdtix-open/my-repo and GitHub Project 8.