deckrd
v0.5.0deckrd: your goal to tasks framework. Includes 2 skills and 3 MCP servers.
By atsushifxLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 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 deckrd for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install deckrd@agent-plugin-marketplacePaste 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/deckrdClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/deckrd/.
Plugin files
├── .claude-plugin/plugin.json├── skills/deckrd/SKILL.md├── skills/deckrd-review/SKILL.md└── .mcp.json
Included Skills2
Document-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
Get an independent second opinion from codex on any document or deckrd phase. Codex acts as a critical reviewer — challenging assumptions and surfacing blind spots from a different angle than Claude's primary analysis. Use after /deckrd review, before phase transitions, or when a design decision is unclear.
MCP servers3
- command
- ccc
- args
- mcp
- command
- codex
- args
- mcp-server
- command
- npx
- args
- -y @modelcontextprotocol/server-filesystem .
Plugin manifests1
{
"name": "deckrd",
"description": "deckrd: your goal to tasks framework",
"version": "0.5.0",
"author": {
"name": "atsushifx",
"email": "[email protected]"
},
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deckrd on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deckrd)