deckrd-coder

Implement a single Deckrd workflow task using BDD Red-Green-Refactor cycles.

1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/aglabo/deckrd --skill deckrd-coder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deckrd-coder
Source: https://github.com/aglabo/deckrd/tree/main/plugins/deckrd-coder/skills/deckrd-coder
Command: npx skills add https://github.com/aglabo/deckrd --skill deckrd-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill codes tasks defined in a Deckrd workflow using a strict Behavior-Driven Development (BDD) process. It automates one task per invocation, ensuring precise scope, traceability, and quality gates, while explicitly not performing any commits.

Core Features & Use Cases

  • BDD-driven implementation: Executes Red-Green-Refactor cycles for a single task.
  • One task per message: Enforces the 1-task-per-invocation principle to maintain focus and memory efficiency.
  • Quality gates integration: Triggers lint, type checks, and tests as part of the workflow.
  • Progress tracking: Updates task state and integrates with TodoWrite for visibility.
  • Use Case: Given a specific task from the generated tasks list, automatically implement it in a safe, auditable manner without committing code.

Quick Start

Use a single task command, for example: /deckrd-coder T01-02. Do not pass multiple tasks in one command.