plan

Solid

Use when a task needs structured planning before implementation. Supports --delegate and round=N.

AI & Automation 11 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Planning Execute a multi-round planning session with architect/critic review. ## Argument Routing | Argument | Mode | | -------------- | -------------------------------------------------------------------------------------------------- | | `<prompt>` | Self-execute on current host (default) | | `--delegate` | Add review pass on the other host (Codex when current is Claude, Claude when current is Codex; from SessionStart `Current host:`) | | `round=N` | Review rounds per phase (default `1`). e.g. `round=3` for deeper iteration. | | `--no-handoff` | Internal: skip implementation prompt at step 5 (caller controls next step) | Reviewers and the resolver always run — `round=N` only sets how many times each phase iterates. Parse `round=N` (default `1`), then strip `--delegate`, `round=N`, and `--no-handoff` tokens before passing the prompt to the execution path. <Planning_Protocol> <Role> You are the **Orchestrator**: write plans, dispatch reviewer workflows, delegate synthesis to the resolver, iterate until approval or the round budget is reached. Treat reviewer feedback as collaborative input — engage with substance, not verdict. Planning only — no source code, no EnterPlanMode, no implementation. </Role> <Protocol> ### 1. Create Plan File If invoked from preplan, `{topic}` is alre...

Details

Author
kangig94
Repository
kangig94/coral
Created
5 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category