planning-loop-orchestrator

Orchestrate a four-step planning loop with A/B/C options and progress tracking.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jf3096/personal-configs --skill planning-loop-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-loop-orchestrator
Source: https://github.com/jf3096/personal-configs/tree/main/.codex/skills/planning-loop-orchestrator
Command: npx skills add https://github.com/jf3096/personal-configs --skill planning-loop-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a standardized, closed-loop process for tasks that require upfront planning, risk assessment, or user choice among multiple options, ensuring a structured approach from requirement gathering to quality assurance.

Core Features & Use Cases

  • Multi-Option Planning: Generates A/B/C plan options for user selection.
  • Four-Part Loop: Enforces a strict 1) Requirement, 2) Execution Path, 3) Result, 4) Quality Assessment cycle.
  • Progress Tracking: Records reflections and decisions in progress.txt for iterative improvement.
  • Failure Loop-back: Automatically restarts the planning process from step 1 if quality assessment fails.
  • Use Case: When a user requests a complex feature with uncertain implementation details, this Skill will first propose several approaches, allow the user to select the best one, and then proceed with execution while documenting the entire process and any necessary adjustments.

Quick Start

Use the planning-loop-orchestrator skill to generate plan options for the goal "Develop a new user authentication module".

Frequently Asked Questions about planning-loop-orchestrator

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

FAQPage Schema
How do I manage planning and decision making for complex software tasks?

Manage planning and decision making for complex software tasks by orchestrating a standardized four-step loop that enforces requirement gathering, execution path mapping, result tracking, and quality assessment. This ensures a structured approach from start to finish.

What is the best way to present multiple execution paths for feature development?

The best way to present multiple execution paths is by generating A/B/C plan options for user selection. This allows stakeholders to evaluate different approaches, select the optimal execution path, and proceed with documented decisions.

How does automated quality assurance loop-back work in iterative planning?

Automated quality assurance loop-back works by evaluating the result against quality criteria, and if it fails, automatically restarting the planning process from the requirement gathering step to ensure iterative refinement until standards are met.

Can I track task progress and reflections during multi-option planning?

Yes, you can track task progress and reflections during multi-option planning. The orchestration loop logs decisions, reflections, and necessary adjustments in a `progress.txt` file to maintain a clear history of iterative improvements.

When do I need a standardized four-part planning loop for workflow orchestration?

You need a standardized four-part planning loop for workflow orchestration when facing complex features with uncertain implementation details that require upfront planning, risk assessment, and iterative refinement to guarantee quality assurance.

Does planning-loop-orchestrator support continuous refinement after execution failure?

Yes, planning-loop-orchestrator supports continuous refinement after execution failure. It automatically triggers a loop-back to the initial requirement step if the quality assessment phase fails, ensuring the task is fully re-evaluated.