用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill deckrd命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Conduct deep academic research for philosophy, neuroscience, cognitive science, and theoretical computer science (computability, complexity, AI theory, logic). Use when user asks to: research academic topics, find scholarly papers, conduct literature reviews, analyze citations, synthesize research findings, explore philosophical arguments, investigate consciousness/cognition, study computability/decidability/Turing machines, or analyze academic debates. Triggers on: 'research papers', 'literature review', 'academic sources', 'scholarly articles', 'philosophy of mind', 'computability theory', 'neuroscience studies', 'find papers on', 'what does the research say'.
Create clear action plans with steps, success criteria, and risk awareness. Use before implementing features, making changes, starting projects, or anytime you need a roadmap to success. Triggers on "plan this", "how should we approach", "what's the strategy", "steps to complete", or when facing complex multi-step work.
Add keyboard navigation to a feature using CommandRegistryService. Use when implementing keyboard shortcuts, vim-style navigation, or hotkeys for a page or component.
正在显示 SKILL.md
基于 SOC 职业分类
| name | deckrd |
| description | Stepwise derivation workflow from requirements to executable tasks. |
Deckrd is a document-centered framework for structuring and refining ideas through iterative discussion with AI. It guides the creation of requirements, decisions, specifications, and implementation plans as derived documents, not final outputs. Each document captures reasoning at a specific stage, preserving context and intent. Through a strict, state-driven workflow, these documents are progressively shaped into executable development tasks. Deckrd enables documentation to function as a practical engine for action, not just description.
| Command | Description |
|---|---|
init <ns>/<mod> | Initialize module directory and session |
req | Derive requirements from goals |
dr | Manage Decision Records (req step only) |
dr --add | Append a new Decision Record |
spec | Derive specifications from requirements |
impl | Derive implementation plan from specifications |
tasks | Derive executable tasks from implementation |
status | Display current workflow progress and status |
Session state is stored in docs/.deckrd/.session.json.
Before executing any command:
.session.json to get active module and current stepreferences/commands/Reference selection:
| Current State | Next Command | Load Reference |
|---|---|---|
| (none) | init | commands/init.md |
| init completed | req | commands/req.md |
| req completed | spec | commands/spec.md |
| spec completed | impl | commands/impl.md |
| impl completed | tasks | commands/tasks.md |
For workflow overview: workflow.md For session management details: session.md For status command: commands/status.md