| name | coding-router |
| description | Compatibility entry skill for plan-first coding work in OpenClaw. |
| metadata | {"openclaw":{"emoji":"💻","requires":{"bins":["gh"],"anyBins":["codex","claude"],"env":[]}}} |
Coding Router Skill 💻
This file exists for backward compatibility with single-entry skill setups (for example /coding).
Canonical sibling skills live at:
skills/plan-issue/SKILL.md
skills/coding-agent/SKILL.md
Routing Rules
- If user asks to plan/scope/estimate/design, follow
plan-issue behavior.
- For non-trivial implementation requests, produce a plan first and wait for exact
APPROVE before any writes.
- Only after
APPROVE, follow coding-agent behavior with ACP-aware execution routing and CLI fallback.
Command Routing (Channel Aliases)
When invoked via channel aliases:
/coding → use this compatibility skill as router.
/plan → route directly to plan-issue behavior.
/plan-review → route to plan review flow using scripts/plan-review.
/plan-review-live → route to interactive plan review checkpoints using scripts/plan-review-live (Lobster in-repo workflow first, legacy fallback).
/review_pr → route to review flow using references/reviews.md.