DPPM (Discover, Plan, Prototype, Monitor) planning and orchestration with mandatory plan documents, impact analysis, ASCII diagrams, task breakdowns, evidence gating, context-compaction check-ins, and user test plans. Use for feature planning, fixes, refactors, task creation, or multi-agent orchestration when a structured plan document is required.
plans/.
plans/<feature-name>.md<Feature Name> Planfeature | fix | refactorplans/.references/plan-template.md for the standard plan layout.references/impact-analysis.md for file impact analysis and ASCII diagram guidance.references/user-test-template.md to write the user test section.python3 codex/skills/dppm-orchestration/scripts/print_plan_template.py --feature "<Feature Name>" --type feature to print a plan template.python3 codex/skills/dppm-orchestration/scripts/print_impact_diagram_template.py to print an ASCII diagram template.python3 codex/skills/dppm-orchestration/scripts/skill_info.py to show skill metadata.