
Aglabo Deckrd
- 1 repo stars
- Updated July 13, 2026
- aglabo/deckrd
aglabo-deckrd is a Claude Code plugin that enforces document-driven, AI-assisted BDD with tasks.md specs and red-green-refactor coding rules.
About
aglabo-deckrd is a Claude Code plugin bundle that treats written documents as the source of truth for AI-assisted behavior-driven development. developers who lose quality when agents jump straight to code can use Deckrd to define goals, tasks, and scenarios first, then let specialized plugins apply assertion-based rules through a strict red-green-refactor loop. The described BDDCoder path focuses on method-level messages and internally handled implementation steps so the agent follows the spec instead of improvising features. It spans early scoping when you are still shaping acceptance criteria, through Build when features land, and into Ship when tests must match documented scenarios. This is a process and testing discipline plugin, not a generic linter or MCP bridge. Expect to invest in maintaining tasks.md and scenario docs; the payoff is repeatable BDD with an agent that codes to the document.
- Document-Driven Development framework for AI-assisted BDD workflows
- Enforces strict rules and phased process rather than ad-hoc agent coding
- BDDCoder skill implements red-green-refactor with method-level assertions
- Extracts tests and implementation from specified documents and tasks.md
- 3-plugin bundle from aglabo/deckrd with decision and assertion-oriented keywords
Aglabo Deckrd by the numbers
- Data as of Jul 14, 2026 (Skillselion catalog sync)
/plugin install aglabo-deckrd@aglabo/deckrdAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | July 13, 2026 |
| Repository | aglabo/deckrd ↗ |
What it does
Install when you want AI-assisted delivery locked to documents, BDD scenarios, and red-green-refactor instead of free-form codegen.
Who is it for?
Best when you're shipping SaaS or APIs and already like BDD and want the agent on a short leash tied to tasks.md and scenarios.
Skip if: Hackathon-style throwaway prototypes with no written specs, or teams that only want a single lint plugin without a document ritual.
What you get
After install, workflows route through documented goals, strict BDD phases, and assertion-driven implementation so code matches written scenarios.
- Document-locked implementation flow tied to tasks.md
- BDD-oriented test extraction and assertion rules
- Phased agent process instead of unconstrained codegen
By the numbers
- 3 plugins in the bundle
- Repository: aglabo/deckrd
- Framework keywords include BDDCoder, tasks.md, and red-green-refactor
Recommended Plugins
How it compares
Document-driven BDD process bundle, not a token-efficient MCP server or language LSP plugin.
FAQ
Who is Aglabo Deckrd for?
It is for Claude Code users who practice BDD and want document-first control over how the agent plans, implements, and tests features.
When should I use Aglabo Deckrd?
Use it when scoping features into tasks.md, during Build implementation, and when you need Ship-ready tests aligned to written scenarios.
How do I add Aglabo Deckrd to my agent?
Add the aglabo/deckrd plugin bundle in Claude Code, enable the Deckrd and BDDCoder-related plugins, and keep goals and scenarios in the documented tasks format the framework expects.