Agent Plugins Marketplace
All plugins

ds

v0.1.0

Spec-driven development for Claude Code. The product model lives as markdown in the repo; every session opens knowing what it owes, editing a file surfaces the spec bound to it, and leaving with the code map stale gets one reminder. The CLI ships inside this plugin — no npm, no server, no token, no network.

Claude Code1 Skill

By DSpec0 GitHub starsUpdated 50 minutes ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 2, 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 ds for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ds-2@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/tuna781/dspec

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

Plugin files

plugin/
├── .claude-plugin/plugin.json
└── skills/ds/SKILL.md

Included Skills1

dsskills/ds/SKILL.md

The spec loop for a repository whose product model lives in `.ds/` — see what the model owes, read the delta for a change, implement it, re-fingerprint the code map, and write specs for behaviour the model does not yet describe. Use whenever this repo has a `.ds/` directory, when CLAUDE.md carries a `<!-- ds: … -->` stamp, or when the user mentions specs, the product model, drift, or the code map.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "ds",
  "version": "0.1.0",
  "description": "Spec-driven development for Claude Code. The product model lives as markdown in the repo; every session opens knowing what it owes, editing a file surfaces the spec bound to it, and leaving with the code map stale gets one reminder. The CLI ships inside this plugin — no npm, no server, no token, no network.",
  "keywords": [
    "dspec",
    "specs",
    "spec-driven",
    "code-map",
    "local"
  ],
  "author": {
    "name": "DSpec"
  }
}

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

[ds on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ds-2)