A collection of Claude Code plugins.
| Plugin | Description |
|---|---|
| dr | Auto-generate Decision Records (DR) from conversation and save as Markdown files |
| elaborate | Elaborate on specifications through detailed, structured interviews |
Add marketplace:
/plugin marketplace add 70-10/claude-code-plugins
Install plugin:
/plugin install dr@70-10-plugins
/plugin install elaborate@70-10-plugins
Automatically generates a Decision Record from your conversation and saves it as a Markdown file.
/dr
Decision Records are saved to decision-records/ directory in the current working directory.
Helps you elaborate on specifications through detailed, structured interviews.
@path/to/spec.md - Use an existing spec file as the base for the interviewdescription - Create a new spec file from text requirements/elaborate
/elaborate @path/to/spec.md
/elaborate new feature description
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimElaborate on tasks through detailed, structured interviews
npx claudepluginhub 70-10/claude-code-plugins --plugin drPost-processing utilities for manifest workflows. ADR synthesis from session transcripts.
Requirements gathering, interviews, and learning commands
Conducts a multi-round interview to refine a rough SPEC.md into a complete, implementation-ready specification with tasks and post-implementation review
Technical session documentation with factual precision
Interviewing to understand requirements, and then implementing them using a Manus-style approach.
Structured decision-making for AI coding agents. Creates auditable Agent Decision Records (AgDR) when technical choices are made — selecting libraries, patterns, or architecture.