ulw-plan

Converts vague planning requests into a single decision-complete work plan.

3.2k|198|Updated May 25, 2026
One-click install
npx skills add https://github.com/code-yeongyu/lazycodex --skill ulw-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ulw-plan
Source: https://github.com/code-yeongyu/lazycodex/tree/main/plugins/omo/components/ultrawork/skills/ulw-plan
Command: npx skills add https://github.com/code-yeongyu/lazycodex --skill ulw-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It converts vague or large planning requests into a single decision-complete work plan, enabling teams to execute with zero further interviews.

Core Features & Use Cases

  • ONE decision-complete plan: outputs a durable plan that downstream workers can follow without further clarification.
  • Research-first ground: reads the codebase, references, and best practices to anchor decisions.
  • Approval-gated execution: writes durable drafts under .omo and requires explicit user approval before any execution.

Quick Start

Run the scaffold-plan.mjs script for your slug to generate the plan draft and skeleton.

Frequently Asked Questions about ulw-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a vague codebase planning request into an actionable work plan?

A codebase planning agent addresses ambiguous scopes by reading the repository, conducting targeted research, and drafting a durable plan with explicit approval gating. This ensures all architectural decisions are finalized before any execution begins.

What is the best way to plan multi-module architecture changes without continuous follow-up meetings?

The best way to plan multi-module architecture changes without follow-up meetings is to generate a single decision-complete work plan. By anchoring decisions in codebase research and writing durable drafts, downstream workers can execute tasks independently.

How do I generate a planning document draft for a complex software engineering workflow?

To generate a planning document draft for a complex workflow, run the scaffold script for your specific slug. This creates a plan draft and skeleton under the .omo directory, ready for targeted research and explicit user approval.

Does the planning agent require explicit approval before modifying the codebase?

Yes, the planning agent requires explicit approval before modifying the codebase. It enforces durable drafts and plans, ensuring that no execution begins until the user has reviewed and explicitly approved the generated work plan.

Can I use this planning agent for large scope documentation tasks?

Yes, you can use this planning agent for large scope documentation tasks. It converts ambiguous scopes into a single plan by reading references and best practices, enabling downstream workers to execute the documentation with zero further interviews.

When should I not use an automated planning agent for workflow automation?

You should not use an automated planning agent for workflow automation when a task requires immediate execution without approval gating, or when the codebase scope is too small to justify durable drafts and targeted research overhead.