一键导入
sdd-status
SDD — Spec-Driven Development: show spec states dashboard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
SDD — Spec-Driven Development: show spec states dashboard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SDD — Spec-Driven Development: detect code that drifted from .specs/<domain>/spec.md (changed without spec update).
SDD — Spec-Driven Development: execute tasks, run checkpoints, commit and open PR.
SDD — Spec-Driven Development: write a lean implementation plan.
SDD — Spec-Driven Development: write a lean spec for rapid iteration.
SDD — Spec-Driven Development: scaffold a new Architectural Decision Record.
SDD — Spec-Driven Development: scaffold .sdd/ folder (principles, decisions) for a project.
基于 SOC 职业分类
| name | sdd:status |
| description | SDD — Spec-Driven Development: show spec states dashboard. |
Look for all directories under specs/ matching [0-9]+-*.
For each directory, read .spec-context.json if it exists. If .spec-context.json is missing, infer state from which files exist:
spec.md → step: "specify"spec.md + plan.md → step: "plan"spec.md + plan.md + tasks.md → step: "tasks"Also read spec.md first line to extract the feature name (from # Spec: {name}).
If no spec directories found, display: "No specs found. Run /sdd:specify <description> to create one."
Display exactly this format:
📊 **SDD Status**
| # | Spec | Step | Updated |
|---|------|------|---------|
| 001 | {Feature Name} | {step} | {date} |
| 002 | {Feature Name} | {step} | {date} |
| ... | ... | ... | ... |
**Total**: {N} specs
Step values and their display:
specify → "📋 specify"plan → "📐 plan"tasks → "📝 tasks"implement → "🚀 implement"If a spec has a currentTask value in .spec-context.json, append it: e.g., "🚀 implement (T003)"
If a spec has a non-null progress value in .spec-context.json, append it in brackets: e.g., "🚀 implement (T003) [code-review]", "📋 specify [exploring]", "📐 plan [writing-plan]"
If a spec has "paused": true in .spec-context.json, prepend "⏸ paused · " to the step display: e.g., "⏸ paused · 🚀 implement (T003)"