spec-kit-command-cursor (foxgod183) — Summary
spec-kit-command-cursor (foxgod183) is a minimal Cursor IDE spec-driven development toolkit based on the same madebyaris design (8 slash commands: brief, evolve, implement, plan, research, specify, tasks, upgrade) but strips away all advanced features: no subagents, no skills, no hooks, no MCP, no dashboard. The repo ships a devotedness/ folder of JavaScript utilities (utils.js, SDDHelper class) that provide feature-number auto-increment and spec directory scaffolding, but these are labeled "reference implementation for cursor commands" rather than runnable tooling. A command_kit_spec_cursor_v3.0.zip is available for direct download. The README targets non-technical users with simplified installation instructions. 3 stars, last commit May 26 2026, no license file.
Differs from seeds: Near-copy of madebyaris/spec-kit-command-cursor (same command names) but at v3.0 feature parity rather than v5.1. Compared to the madebyaris variant it drops async subagents, parallel orchestration, hooks, skills — reducing it to the Archetype 4 "markdown scaffold" pattern. Very different from the kiro and spec-kit seeds despite using the same spec phase names. Effectively a simplified redistribution of the madebyaris work.