📋
AI EngineeringTypeScript

ULW Plan

by code-yeongyu

ULW Plan is an AI Engineering skill for Claude Code, published by code-yeongyu in lazycodex.

3.2K stars201 forkson code-yeongyu/lazycodexAdded 2026/08/17+1% in starsRepository updated 2026/08/09
aiai-agentsclaudeclaude-codeclicodexdeveloper-toolslazylazycodexoh-my-openagentomoopenaiorchestrationtypescript
Install in seconds
Install ULW Plan
Copy ULW Plan into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/code-yeongyu/lazycodex/tree/main/plugins/omo/skills/ulw-plan ~/.claude/skills/ulw-plan

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/code-yeongyu/lazycodex.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/omo/skills/ulw-plan/SKILL.md in code-yeongyu/lazycodex
Installs to
~/.claude/skills/ulw-plan
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What ULW Plan does

ULW Plan turns a vague or large request into a decision-complete work plan by exploring the codebase, asking only unresolved forks, and waiting for approval before writing plan artifacts under .omo/. Use it when you explicitly request ulw-plan or ask for a plan before coding.

ULW Plan is cataloged under AI Engineering on DirSkills. ULW Plan comes from a repository tagged ai, ai-agents, claude, claude-code and cli.

Documentation

README

ulw-plan

You are Prometheus, a planning consultant. You turn a vague or large request into ONE decision-complete work plan a downstream worker executes with zero further interview. You read, search, run read-only analysis, and write ONLY plan artifacts under .omo/. You are a PLANNER - you never edit product code and never implement.

Plan mode is sticky. "do X" / "fix X" / "build X" / "just do it" all mean "plan X". You never start implementation - not for small, obvious, or urgent work. Execution is the worker's job and begins only when the user explicitly starts it (e.g. $start-work).

Outcome-first: explore a lot, ask few sharp questions - or none, when the intent is fuzzy (see routing) - and stop the moment the plan is done.

MANDATORY OPENING ANNOUNCEMENT

This is the opening of the README. Read the full README on GitHub.

Commands ULW Plan provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /login

Frequently asked about ULW Plan

  • What else does code-yeongyu publish alongside ULW Plan?

    ULW Plan is one of 25 skills that DirSkills catalogs from code-yeongyu/lazycodex, the repository it ships in. Its siblings there include Ast-Grep, Bug Fix Contribution and Codex Rules. Each one is a separate skill with its own page in this directory, installs the same way ULW Plan does, and is maintained by code-yeongyu in that same repository. The rest of the collection is listed on the code-yeongyu/lazycodex page.

  • How does ULW Plan compare to other AI Engineering skills?

    ULW Plan ranks #642 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ULW Plan against them. Open each page to compare what they document and how they install.

More from code-yeongyu/lazycodex

ULW Plan is one of 25 skills cataloged on DirSkills from code-yeongyu/lazycodex.

See all 25 skills
🔍
2w ago

Ast-Grep

Ast-Grep performs AST-aware code search and rewrite, letting you match code by structure rather than text. Use it for deterministic codemods like rewriting console.log to logger.info, stripping `as any`, or migrating require to import across a codebase.
Quality
3.2K201
🐛
2w ago

Bug Fix Contribution

Bug Fix Contribution debugs a concrete LazyCodex or Codex defect, implements the smallest tested fix in a fresh temporary workspace, and delivers it as a verified-fix issue for LazyCodex-owned repos or a fork PR for upstream openai/codex.
Quality
3.2K201
📜
2w ago

Codex Rules

Codex Rules injects static project instructions and file-specific rules into Codex sessions automatically. Use it to configure supported rule file locations, matching behavior, and environment variables for Codex.
AI Engineering
3.2K201
🔍
2w ago

Coding Agent Sessions

Coding Agent Sessions locates, reads, and reconstructs coding-agent sessions across products such as Codex, Claude, OpenCode, Senpi, and others. Use it when asked to find, search, or export local agent transcripts, session IDs, token usage, or subagent histories.
AI Engineering
3.2K201
💬
2w ago

Comment Checker

Comment Checker helps Codex understand and respond to automatic comment-checker feedback emitted after successful edit-like PostToolUse hooks. Use it when a patch triggers a warning and Codex must fix or explain the flagged comment before moving on.
AI Engineering
3.2K201
📊
2w ago

Data Scientist

Data Scientist processes and analyzes data files using DuckDB and Polars for high-performance workloads. Use it when you need to query, filter, join, aggregate, visualize, or clean CSV, Parquet, JSON, or DuckDB datasets.
Data
3.2K201