jkomoros/prompt-garden

A framework for gardening LLM prompts

TypeScript22 ★LLM & Prompt ToolingGitHub ↗
Quality: decent 14/24
PAI: watch 0.5
Appraised: 2026-05-27 current
Contents

Overview

Verdict

Rating Summary
Quality decent (14/24) Solid documentation and engineering foundations undercut by total development inactivity since October 2023 and no tagged release.
PAI Relevance watch (0.50) The declarative seed-graph pattern is architecturally interesting but PAI's Fabric skill already covers structured prompt execution, and the repo is abandoned.

Quality Assessment

14/24 — stale-risk / adequately-documented / solid

Health: 3/8 (stale-risk)

Failed:

Passed:

Documentation: 6/8 (adequately-documented)

Failed:

Passed:

Engineering Signals: 5/8 (solid)

Failed:

Passed:

PAI Relevance

Dimension Score Assessment
Harvest Value 1 The typed declarative seed-packet format with JSON Schema validation and remote URL loading is a concrete design pattern worth studying for PAI's own prompt management; not novel enough to score 2 since the underlying chain-of-thought concept is standard.
Integration Readiness 1 TypeScript and available as npm install prompt-garden, so bun add is plausible; however the build chain uses the older esm shim and mocha, and the package is v0.0.4 with no releases — practical integration carries real compatibility and maintenance risk, warranting a moderate rather than full score.
Overlap Risk 1 PAI's Fabric skill already handles structured prompt pattern execution; prompt-garden's seed-graph model is distinct enough (declarative JSON, remote loading, associative memory) to avoid full overlap, but the functional territory partially overlaps with Fabric.
Gap Fill 1 PAI has no declarative prompt-graph composition system with remote packet sharing and typed schema validation; this partially fills that gap, though PAI's Fabric + existing agents cover the execution and chaining aspects at a practical level.

Composite: 0.50

What Next

Landscape Position

Category: LLM & Prompt Tooling

In this category: mattpocock--evalite (decent, 9/24 — previously scored weak; focused on evaluation rather than composition)

Standing: The only prompt-composition entry in the formal category; evalite targets evaluation, making these complementary rather than competing, but prompt-garden's abandonment in 2023 leaves the composition niche effectively unfilled by quality tooling.

Evidence Base

Density: 7/10 — README (extensive, ~8KB), dependency manifest (complete), repo metadata (stars, forks, dates, license, language) all available; missing: actual source file tree, test output, CI configuration, changelog, and any tagged release data.

Notes

The existing rolling-summary score of poor (1.6/24) for this repo appears to be a stale or quick-pass estimate; fresh probe-based scoring yields decent (14/24). The repo is conceptually ahead of its time — the seed-graph model with remote packet loading prefigures ideas now common in agent frameworks — but active development ended in October 2023 with 56 issues unresolved and no release ever cut. Worth revisiting only if the author resumes work or forks emerge.