Agent Plugins Marketplace
All plugins

the-3md-concept

v1.0.0

Turn research into a three-document decision package: an evidence base, a smallest falsifiable build plan, and an expansion catalogue with reference sources.

Claude Code1 Skill

By KirchliveLicense: MIT0 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install the-3md-concept@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Kirchlive/the-3md-concept

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/the-3md-concept/.

Plugin files

plugins/the-3md-concept/
├── .claude-plugin/plugin.json
└── skills/the-3md-concept/SKILL.md

Included Skills1

the-3md-conceptskills/the-3md-concept/SKILL.md

Produce a three-document decision package — evidence base, smallest falsifiable build plan, expansion catalogue — from research already done or about to be done. Use this whenever someone wants to go from "should we build X / how would we build X" to something actionable — feasibility studies, build-vs-buy decisions, PoC planning, tool or vendor evaluations, greenfield repo concepts, "turn this research into a plan", "what would a minimal version look like", "give me a roadmap for this". Also use it when a conversation has produced a lot of findings and the user asks to write them up, and when auditing an existing set of concept documents for evidence discipline. Reach for it even when the user only asks for one of the three documents, because the value comes from the separation and the citation direction between them. Do NOT use it for the research itself (pair it with a research skill), for implementation work, or for a single short answer.

Plugin manifests1

plugins/the-3md-concept/.claude-plugin/plugin.json
{
  "name": "the-3md-concept",
  "version": "1.0.0",
  "description": "Turn research into a three-document decision package: an evidence base, a smallest falsifiable build plan, and an expansion catalogue with reference sources.",
  "author": {
    "name": "Kirchlive"
  },
  "repository": "https://github.com/Kirchlive/the-3md-concept",
  "license": "MIT",
  "keywords": [
    "research",
    "planning",
    "evidence",
    "poc",
    "roadmap",
    "due-diligence",
    "documentation"
  ],
  "homepage": "https://github.com/Kirchlive/the-3md-concept/tree/main/plugins/the-3md-concept"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[the-3md-concept on Agent Plugins Marketplace](https://pluginsmp.com/plugins/the-3md-concept)