一键导入
sdd-implement
Phase 4 (Implement) namespace meta-skill — TDD, hotspot review, commit hygiene.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Phase 4 (Implement) namespace meta-skill — TDD, hotspot review, commit hygiene.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when: checking spec-vs-code fidelity, finding orphaned acceptance criteria, finding orphaned tests, detecting stale specifications, running sdd analyze drift, auditing traceability health
Distil a raw brief/brain-dump/ticket into a 5-field intent kernel ready to seed Phase 1 spec (Wave 27 §26
Author and tighten .sdd-modules/policy.yaml; resolve extends chains; choose allow/deny lists; verify with sdd doctor --policy-preflight (Wave 26 §25 #1).
Phase 3 (Architect) namespace meta-skill — REST, async messaging, ADR, hexagonal.
Diagnostic namespace meta-skill — module verify, drift, hidden Unicode, sizing.
Module operations namespace meta-skill — install, update, verify, APM coexistence.
| name | sdd-implement |
| namespace | true |
| keyword-tags | ["tdd","red-green-refactor","hotspot","hexagonal","commit","git","micro-task","verification"] |
| description | Phase 4 (Implement) namespace meta-skill — TDD, hotspot review, commit hygiene. |
Purpose: lightweight router for Phase 4 implementation work.
tasks.md and you need a methodology refresher.| Trigger keywords | Sub-skill | Purpose |
|---|---|---|
auto-implement, incremental, gate-safe | sdd-auto-implement | Incremental implementation with gate-safe stop points |
hotspot, risk, churn, complexity | hotspot-review | Composite-risk classification of the diff |
tdd, red-green, red green refactor, failing test | (uses tdd-enforce instruction) | TDD enforcement is in tdd-enforce.instructions.md |
commit, git, rebase, squash | (uses git-commit-discipline PLAYBOOK section) | Commit hygiene per PLAYBOOK § Commit Discipline |
hexagonal, port, adapter | (uses architect plan + plan template) | Implement per the plan's hexagonal boundary |
sdd-auto-implement for normal task execution.hotspot-review when reviewing a diff > 200 LoC or touching a known hotspot.tdd-enforce instruction — do not duplicate.autonomy-policy.