plan

Solid

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

AI & Automation 11 stars 3 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%
50
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 a review pass on `<other-host>` (see Review Phases for the mapping). On a host that is not itself a provider it **replaces** Phase 2 rather than adding to it, so the net is still one review phase. | | `round=N` | Review rounds for every applicable phase (default `1`). e.g. `round=3` for deeper iteration. | | `round=N,M` | Per-phase budget: Phase 1 (`<other-host>`) gets `N` rounds, Phase 2 gets `M`. **Turns `--delegate` on.** | | `--no-handoff` | Internal: skip implementation prompt at step 5 (caller controls next step) | Reviewers and the resolver always run in every review phase that dispatches — the round budget only sets how many times each phase iterates. **Parsing the round budget** (`round=…` and `--round=…` are the same token): - `round=N` → every applicable phase gets `N`. D...

Details

Author
kangig94
Repository
kangig94/coral
Created
6 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