maxim-saplin kiro-SDD gist — Summary
This is a 5-file GitHub Gist by @maxim-saplin titled "Kiro-like Spec-Driven Development (SDD) slash-commands for Cursor/GitHub Copilot" that provides a portable adaptation of the Kiro IDE spec workflow for Cursor and GitHub Copilot. It ships 4 files: README.md (overview), spec.md (a Cursor slash command), spec.prompt.md (same command in Copilot prompt format), task.prompt.md (task execution for Copilot), and tasks.md (template). The /spec command covers the full three-phase workflow (requirements → design → tasks), storing artifacts under .specdev/specs/{feature}/. The gist targets users who want Kiro-style workflow in Cursor or Copilot without installing a full package. Created November 2025, last updated February 2026.
Status: Minimal content (5 files). Tier C treatment appropriate as a gist-level artifact, though the content is substantive.
Differs from seeds: A direct gist-level port of the kiro seed workflow. Nearly identical to kiro-spec-agent-gist (notdp) but targets Cursor + GitHub Copilot instead of Claude Code, and uses .specdev/specs/ instead of .claude/specs/. The spec.md and spec.prompt.md are structurally identical workflows with different syntax for Cursor vs Copilot. The task.prompt.md executes tasks with the same one-at-a-time stop rule. No unique architectural contributions beyond the dual-format (Cursor + Copilot) delivery.