Idea
Add a fifth shipped preset for literature / prior-art review — point cc-tree at a topic or a paper and have it grow a tree of what already exists, scored for relevance and novelty-gap.
This is a natural sibling to brainstorm (which generates new directions) — research maps the existing landscape so brainstorm/design can build on it (great chaining target: research → brainstorm → design).
What's involved
A preset is a single presets/<name>.md file (see docs/presets.md). Concretely:
- pick the verdict vocabulary (e.g.
KEY-PRIOR-ART / RELATED / TANGENTIAL / NEEDS-MORE-INFO)
- map the 12 framings to literature-review flavours (§3.X external-check should hunt prior art / surveys / citations)
- define the final report artifact (e.g.
landscape.md)
- the schema is CI-enforced by
tools/validate_plugin.py, and tools/test_validate.py should still pass
Good first issue?
Yes — it's authoring one file against a documented, validated schema; no engine changes required.
Idea
Add a fifth shipped preset for literature / prior-art review — point cc-tree at a topic or a paper and have it grow a tree of what already exists, scored for relevance and novelty-gap.
This is a natural sibling to
brainstorm(which generates new directions) —researchmaps the existing landscape so brainstorm/design can build on it (great chaining target:research → brainstorm → design).What's involved
A preset is a single
presets/<name>.mdfile (seedocs/presets.md). Concretely:KEY-PRIOR-ART / RELATED / TANGENTIAL / NEEDS-MORE-INFO)landscape.md)tools/validate_plugin.py, andtools/test_validate.pyshould still passGood first issue?
Yes — it's authoring one file against a documented, validated schema; no engine changes required.