plan

Generates structured work plans with ADRs and saves them to .omx/plans/.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/YeaChan05/Remittance --skill plan-yeachan05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/YeaChan05/Remittance/tree/main/.codex/skills/plan
Command: npx skills add https://github.com/YeaChan05/Remittance --skill plan-yeachan05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan provides structured, multi-mode planning that turns vague ideas into concrete, actionable roadmaps, enabling teams to align and execute with confidence.

Core Features & Use Cases

  • Dynamic mode selection between interview and direct planning based on request specificity, with optional consensus and review workflows.
  • Generates comprehensive plan artifacts, including ADRs, decision drivers, trade-offs, and a clearly defined implementation path saved under .omx/plans/.
  • Collaborative review loop for Planner, Architect, and Critic to ensure architectural soundness, risk mitigation, and testable acceptance criteria.

Quick Start

State your goal and constraints, then request a plan and choose a workflow mode (direct, interview, consensus, or review).

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn vague project goals into an executable work plan?

To turn vague goals into an executable work plan, state your objective and constraints, then select interview mode to extract missing requirements through targeted questions, generating a concrete implementation path.

What is an ADR and how does it document architectural decisions during planning?

An ADR, or Architecture Decision Record, documents architectural decisions by capturing decision drivers, trade-offs, and rationale, ensuring teams align on structural choices before implementation begins.

How do I generate a project plan with stakeholder consensus and architectural review?

To generate a project plan with stakeholder consensus, choose the consensus and review workflows to initiate a collaborative loop between Planner, Architect, and Critic roles for validating architectural soundness.

When should I use direct mode versus interview mode for requirements planning?

Use direct mode for requirements planning when tasks are well-specified with clear constraints, and use interview mode when inputs are broad or vague to dynamically extract missing project specifics.

Where are generated planning artifacts saved for team handoff?

Generated planning artifacts are saved under the .omx/plans/ directory, providing a structured location for storing implementation paths and ADR documentation to enable seamless team handoff.