一键导入
sdd-implementation
Execute planned implementations following todo-lists systematically. Use for code generation, building features, and executing SDD plans.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute planned implementations following todo-lists systematically. Use for code generation, building features, and executing SDD plans.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | sdd-implementation |
| description | Execute planned implementations following todo-lists systematically. Use for code generation, building features, and executing SDD plans. |
Build what has been planned, following specs and todo-lists precisely.
Read: plan.md → spec.md → tasks.md → todo-list.md
- [ ] → - [x] immediately[BLOCKED: reason]Reference references/patterns.md for project conventions and implementation patterns.
Use scripts/progress.sh to visualize completion status.
## Implementation Summary
### Completed
- [x] Task 1: description
### Files Created/Modified
- `path/to/file.ts`: [purpose]
### Blockers Encountered
- [blocker and resolution]
### Discoveries
- [anything that should update specs]
sdd-verifier subagent validates work (spawned as a child subagent)sdd-memory skill (no-op when the memory provider is standard)sdd-evolve skill for spec updatesRecall and persist durable project knowledge (decisions, conventions, gotchas, architecture) across SDD sessions. Provider-aware — supports standard (rules-only), Cursor native Memories, and mem0. Use at the start of planning/implementation to recall context, and at the end to persist discoveries.
Update specifications with discoveries made during development. Use when implementation reveals new requirements, constraints, or design changes.
Generate technical plans from specifications. Use when creating architecture documents, designing system components, or preparing for implementation.
Pattern investigation and technical research before specification. Use when technical approach is unclear, exploring existing solutions, or analyzing codebase patterns. Supports deep research mode for thorough external investigation.
Compare implementation against specifications, identify gaps and issues. Use for code review, quality assurance, and verifying spec compliance.