oocheol

Ulw Plan — Development skill for Claude Code

Development community

Strategic planner — writes a decision-complete plan to plans/ .md.

How to install Ulw Plan

Installs to ~/.claude/skills/oocheol-lazyclaude-ulw-plan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oocheol-lazyclaude-ulw-plan && curl -fsSL https://raw.githubusercontent.com/oocheol/lazyclaude/HEAD/commands/ulw-plan.md -o ~/.claude/skills/oocheol-lazyclaude-ulw-plan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ulw Plan does


description: Strategic planner — writes a decision-complete plan to plans/.md. Never writes product code. argument-hint: "\"what to build\""

/ulw-plan

Strategic planner. Writes a decision-complete plan before any code is touched.

Usage

/ulw-plan "what to build"

Behavior

  1. Reads current codebase structure (CLAUDE.md files, key source files)
  2. Produces a plan at plans/.md with:
    • Problem statement
    • Constraints and risks
    • Ordered implementati

Alternatives in Development

  • Implementation Plan — You are tasked with creating detailed implementation plans through an interactive, iterative process 10k ★
  • Outcome Roadmap — Transform output roadmaps into outcome-focused strategic plans 7.8k ★
  • Compass Planner — Use the @compass-planner agent to help the user create a work plan for the following: $ARGUMENTS 523 ★

Full documentation available on GitHub

View Source Repository