Read-only research agents that gather grounded context before specs and plans: a Researcher that cites codebase and web sources, plus Brainstorm (solution options) and Doc Writer companions.
Read-only solution-options generator. Use BEFORE planning or coding on any non-trivial or ambiguous change to explore multiple genuinely different approaches, weigh their trade-offs against the repository's architecture and constraints, and recommend one. Produces a scored comparison and a recommendation that feeds sdd-engineering:implementation-planner. Does NOT design the full plan or write any files.
Documentation writer. Use when existing code needs to be described, a PLAN.md needs to be converted into documentation, or any artifact needs to become structured docs with Mermaid diagrams. Three invocation modes: (1) describe existing code, (2) convert PLAN.md to docs, (3) convert any given input to docs. Follows the repository's own doc conventions and generates diagrams for all architecture/flow/state content.
Read-only research agent. Use when sdd-engineering:implementation-planner or a task needs to understand how something is implemented in the codebase, locate patterns/files, or gather information from the web before making decisions. Returns a structured report with cited sources. Does NOT write or modify any files.
A Claude Code plugin marketplace for Spec-Driven Development Engineering, extracted from the DevDigest project. It ships the SDD agents, skills, and workflows as installable plugins, plus a static, client-side searchable catalog site.
One repo holds the catalog and every plugin's source, so the whole thing is reviewable in a single pull request. A plugin can later move to its own repo, leaving this as the catalog.
/plugin marketplace add VadimPoltoratskiy/dev-digest-ai-marketplace
/plugin install sdd-engineering@dev-digest-ai-marketplace
Then /plugin marketplace update to refresh the catalog and /plugin update <name>@dev-digest-ai-marketplace
to upgrade an installed plugin. (See docs/RELEASES.md for the
difference.)
| Plugin | What it gives you |
|---|---|
| sdd-engineering | The SPEC → PLAN → implement → verify → retro loop: agents Spec Creator, Implementation Planner, Implementer, Plan Verifier, the Run Plan skill, the /implement command, and the Retro workflow. |
| engineering-paved-path | The shared dependency: 14 reusable, on-demand engineering skills (architecture, testing, security, and stack best-practices). Skills only — no agents. |
| research-tools | Read-only research agents — Researcher (cited codebase + web research), plus Brainstorm and Doc Writer. |
| architecture-review | The Architecture Reviewer agent — layer boundaries, placement, RSC, and security checks with a structured finding report. |
sdd-engineering is the entry point; the installer resolves the rest. Version constraints are
fixed, and the shared dependency is installed once:
[email protected]
├── engineering-paved-path@^1.0.0
├── research-tools@^1.0.0
└── architecture-review@^1.0.0
└── engineering-paved-path@^1.0.0 # one shared installation
Shared skills and cross-agent dispatches are referenced with an explicit plugin:artifact
namespace — an agent preloads engineering-paved-path:security, and the Run Plan skill
dispatches architecture-review:architecture-reviewer — so every reference has one canonical
source. node scripts/preload-smoke.mjs checks that they all resolve.
spec-creator ─▶ implementation-planner ─▶ implementer ─▶ plan-verifier ─▶ architecture-reviewer
SPEC-NN.md PLAN.md code+tests VERIFICATION.md findings
▲ │
└── researcher (research-tools) Run Plan orchestrates implementer→verify→review
Retro records the merge in an append-only ledger
See the sdd-engineering README for the full loop.
A static SPA in site/ with client-side fuzzy search over every plugin and
artifact — deployed to GitHub Pages by .github/workflows/pages.yml.
The search index is built from the plugins by scripts/build-index.mjs.
Design and data model: docs/SITE-SPEC.md.
Local preview:
node scripts/build-index.mjs
cd site && python3 -m http.server 8000 # → http://localhost:8000
.claude-plugin/marketplace.json catalog manifest (lists all plugins)
plugins/ the four plugins (sources)
site/ static catalog SPA (index.json is generated)
scripts/build-index.mjs scans plugins/ → site/index.json (+ --check gate)
docs/ PLUGIN-GUIDELINES · SITE-SPEC · SECURITY · RELEASES + design/
.github/workflows/ site-build (validate) · pages (deploy)
CONTRIBUTING.md · CODEOWNERS
Read CONTRIBUTING.md and
docs/PLUGIN-GUIDELINES.md. In short: follow the plugin
structure, reuse shared skills via dependencies, no secrets or absolute paths, and make
node scripts/build-index.mjs --check pass before opening a PR.
Plugin content is extracted from the DevDigest project's .claude/ directory; some wording
still references DevDigest's stack — adapt to your project. MIT licensed.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub vadimpoltoratskiy/dev-digest-ai-marketplace --plugin research-toolsThe team's paved path: a library of reusable, on-demand engineering skills — architecture, testing, security, and stack best-practices — that other plugins depend on as a single source of truth. No agents or commands; skills only.
A read-only Architecture Reviewer agent that checks a code change against layer boundaries (onion architecture), frontend placement rules, RSC boundaries, and security patterns, and returns a structured finding report. Never modifies files.
Spec-Driven Development Engineering: the SPEC -> PLAN -> implement -> verify -> retro loop as four handoff agents (Spec Creator, Implementation Planner, Implementer, Plan Verifier) plus the Run Plan skill and the Retro workflow.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems