sdd-planner-reply

Resolve pending SDD planner gates by applying user replies to the active run state.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/pr3t3l/openclaw-config --skill sdd-planner-reply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-planner-reply
Source: https://github.com/pr3t3l/openclaw-config/tree/main/workspace-meta-planner/skills/sdd-planner-reply
Command: npx skills add https://github.com/pr3t3l/openclaw-config --skill sdd-planner-reply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Respond to a pending SDD planner gate to continue execution by providing the required gate reply and updating the planner state.

Core Features & Use Cases

  • Resolve pending gates by locating the active run and applying user responses via the gate-reply workflow.
  • Support end-to-end planning sessions where gates stall progress and require deterministic, auditable replies.
  • Use Case: When a planner run is waiting on a gate, this skill enables a user to immediately provide the necessary reply to continue the pipeline.

Quick Start

Reply to the pending gate by providing your response to the planner using the gate-reply command with the active RUN_ID and pending GATE_ID.

Frequently Asked Questions about sdd-planner-reply

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

FAQPage Schema
How do I resume an automated planning workflow stalled by a pending gate?

To resume an automated planning workflow stalled by a pending gate, you provide a deterministic reply using the active RUN_ID and pending GATE_ID, which updates the planner state and continues pipeline execution.

What is a planner gate in automated workflow execution?

A planner gate in automated workflow execution is a checkpoint that stalls pipeline progress until a user provides a deterministic, auditable reply to continue the planning session.

How do I reply to a specific SDD planner gate to continue execution?

You reply to a specific SDD planner gate by issuing the gate-reply command with the active RUN_ID and pending GATE_ID, applying your user response to resolve the stall and update the run state.

Does gate resolution support multiple concurrent planner runs?

Yes, gate resolution supports multiple concurrent planner runs by reading the active run state and applying user-driven replies deterministically across different active RUN_IDs.

Do I need any external dependencies to resolve pending SDD gates?

No external dependencies are required to resolve pending SDD gates, as the skill operates independently using its internal planner scripts to read run states and apply gate replies.

Why does my planning pipeline stop progressing after reaching a gate?

Your planning pipeline stops progressing because the gate mechanism requires an explicit user-driven reply to resolve the stall, ensuring deterministic and auditable control before execution continues.