tree

Featured

Universal radial-tree exploration engine. Loads a preset, builds a §2 baseline, then recursively applies 12 framing passes per node until stable convergence (no new high-verdict branches over the last 2 rounds + all 12 framings exercised + all leaves complete). Width × depth × rounds default to ∞; resource caps are opt-in. Hard ban on `defer / future-work / TODO / NEEDS-MORE-INFO` leaves — every leaf must be fully derived before counting. Use when 用户说 "brainstorm" / "attack" / "design exploration" / "code audit" / "explore options" / "find what's wrong" / "what should we build" / "tree of thoughts" / 想做穷尽的发散探索 / 想做多角度审查 / 想对一个工件 adversarial critique / 想做设计空间探索. Prefer the per-preset commands (`/cc-tree:brainstorm`, `/cc-tree:attack`, `/cc-tree:design`, `/cc-tree:code-audit`) when the use-case matches; call this skill directly with `--preset <name|path>` to override or supply a custom preset.

AI & Automation 107 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
68
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# tree — universal radial-tree exploration engine > **What this skill is.** A single engine implementing recursive > radial-tree exploration (root → 12-framing expansion → per-node > 12-field derivation → score → recurse on high-verdict leaves → > terminate on **substantive convergence**). What varies between > use-cases (brainstorm vs critique vs design vs code-audit) is the > baseline recipe, node schema, scoring dimensions, and verdict > vocabulary — all parameterized via a **preset** file. > **What this skill is NOT.** Not a one-shot LLM call that returns a > bulleted list. Not a chat interface — once `/cc-tree:tree` is > invoked, the engine runs to convergence without further prompts. > Not bundled with a model — pure prompt-engineering on top of Claude > Code's existing model setting. The full engine specification lives in [`docs/ENGINE.md`](../../docs/ENGINE.md). This SKILL.md is a 7-step navigation guide; **Read `docs/ENGINE.md` before producing the first node** (the engine spec is what defines "valid" for everything you'll write). --- ## 1. Invocation ``` /cc-tree:tree <root> --preset <name|path> [flags] ``` **`<root>`** is preset-typed: - `brainstorm` preset → topic string, e.g. `"ways to detect dark-matter substructure"` - `attack` preset → file path (`.md` / `.tex` / etc.) or quoted argument-text - `design` preset → design-prompt string or `.md` file path - `code-audit` preset → file path or directory path **`--preset`** is required: - Built-in: `brainstor...

Details

Author
skymanbp
Repository
skymanbp/cc-tree
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category