plan

Generate comprehensive work plans through interviews or direct planning.

3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Tienching/oh-my-codebuddy --skill plan-tienching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/Tienching/oh-my-codebuddy/tree/main/.codex/skills/plan
Command: npx skills add https://github.com/Tienching/oh-my-codebuddy --skill plan-tienching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan creates comprehensive, actionable work plans through intelligent interaction. It auto-detects whether to interview the user (broad requests) or plan directly (detailed requests), and supports consensus mode (iterative Planner/Architect/Critic loop with RALPLAN-DR structured deliberation) and review mode (Critic evaluation of existing plans).

Core Features & Use Cases

  • Auto-detect interview vs direct mode based on request specificity
  • Ask one question at a time during interviews -- never batch multiple questions
  • Gather codebase facts via explore agent before asking the user about them
  • When in consensus mode, output a final plan by default with optional interactive review
  • Output plan artifacts to .omb/plans/ and drafts to .omb/drafts/

Quick Start

Provide a clear objective and let Plan generate a draft plan.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a work plan for a high-uncertainty software project with vague requirements?

Strategic planning with guided interviews elicits and validates requirements for high-uncertainty tasks by asking one question at a time, gathering codebase facts automatically, and producing actionable plan artifacts with tradeoff analysis.

What is the best way to analyze tradeoffs for a complex system migration plan?

Consensus planning applies an iterative Planner, Architect, and Critic loop using RALPLAN-DR structured deliberation to analyze tradeoffs for system migrations, outputting a final comprehensive plan and optional interactive review.

How do I generate an actionable draft plan directly from a detailed feature request?

Direct planning mode auto-detects detailed requests and generates a draft plan immediately without interviews, outputting the actionable artifacts directly to the .omb/drafts/ directory for execution handoff.

Can I review and validate an existing project management plan for potential issues?

Review mode deploys a Critic evaluation to review existing project plans, validating assumptions and identifying potential issues before execution handoff.

Does this planning workflow support creating Architecture Decision Records for software engineering tasks?

The planning workflow supports software engineering tasks by generating Architecture Decision Records (ADRs) alongside plan artifacts, documenting tradeoff analysis and execution handoff guidance.

What are the limitations of using automated interview mode for project management planning?

Interview mode is triggered for broad requests and is limited to asking one question at a time sequentially, meaning it requires active user interaction throughout the elicitation and validation process rather than fully autonomous generation.