Agent Plugins Marketplace
All plugins

bdd-coder

v0.5.0

BDD implementation skill — strict Red-Green-Refactor cycle for any coding task

Claude Code2 Skills

By atsushifxLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 19, 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 bdd-coder 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 bdd-coder@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/aglabo/deckrd

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

Plugin files

skills/bdd-coder/
├── .claude-plugin/plugin.json
├── skills/bdd-coder/SKILL.md
└── skills/bdd-coder-review/SKILL.md

Included Skills2

bdd-coderskills/bdd-coder/SKILL.md

BDD-style implementation agent. Use when the user gives ANY coding instruction — natural-language, explicit Task ID, or custom task list. Always spawns checklist-builder first to generate a checklist, then runs BDD implementation. Examples: "implement X", "add function Y", "create Z", "write code for W", "implement task T01-02", "run bdd-coder", "start BDD implementation". Do NOT commit or push — implementation only, no git operations. Do NOT implement multiple tasks in one invocation — one task per call.

bdd-coder-reviewskills/bdd-coder-review/SKILL.md

Run an independent code review on already-implemented code by spawning the code-reviewer agent. Computes CC / CRAP scores per function and gets a codex second opinion on correctness, test quality, and design. Use when the user says "review the code", "コードレビューして", "review what bdd-coder implemented", "check CRAP scores", or wants a review after /bdd-coder:bdd-coder finished. Read-only — never edits code, never commits.

Plugin manifests1

skills/bdd-coder/.claude-plugin/plugin.json
{
  "name": "bdd-coder",
  "description": "BDD implementation skill — strict Red-Green-Refactor cycle for any coding task",
  "version": "0.5.0",
  "author": {
    "name": "atsushifx",
    "email": "[email protected]"
  },
  "license": "MIT"
}

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

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