Skip to content
/
Tier A A13 Methodology Stub

maxim-saplin kiro-SDD gist

maxim-saplin-kiro-sdd · gist.github.com/maxim-saplin/49d0f490bf82dfedc26e452bf462c206 · last commit 2026-02-13

Primitive shape 2 total
Commands 2
00

Summary

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.

Related frameworks

same archetype · same primary tool · same memory type

Context-Engineering Handbook ★ 9.0k

Provides a first-principles, research-grounded vocabulary and learning path for context engineering — the discipline of designing…

walkinglabs/learn-harness-engineering ★ 6.6k

Teach harness engineering from first principles (12 lectures + 6 projects) and provide a scaffolding skill (harness-creator) that…

Awesome Harness Engineering (walkinglabs) ★ 2.7k

Curate the authoritative reference list of articles, benchmarks, and tools for harness engineering — the practice of shaping the…

cline-memory-bank (nickbaumann98) ★ 581

Custom instructions + 6-file hierarchical Markdown memory bank so Cline maintains full project context across sessions, with a…

FPF (First Principles Framework) ★ 372

Provides a formal pattern language for making reasoning explicit, traceable, and publishable in mixed human/AI engineering work —…

nexu-io/harness-engineering-guide ★ 134

Provide a practical, code-first reference guide to harness engineering — from first principles to production patterns —…