-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@mariano-aguero/spec-driven-development-skill",
"version": "1.4.0",
"description": "Spec-driven development skill for AI coding agents — structured specification-first workflow for Claude Code, Cursor, GitHub Copilot, JetBrains Junie, Windsurf, and similar tools.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mariano-aguero/spec-driven-development-skill.git"
},
"homepage": "https://github.com/mariano-aguero/spec-driven-development-skill#readme",
"bugs": {
"url": "https://github.com/mariano-aguero/spec-driven-development-skill/issues"
},
"keywords": [
"spec-driven-development",
"sdd",
"specification-first",
"requirements",
"planning",
"task-breakdown",
"agent-skill",
"claude-code",
"cursor",
"github-copilot",
"jetbrains-junie",
"windsurf",
"ai-coding",
"vibe-coding",
"drift-detection",
"acceptance-criteria",
"design-doc",
"prd",
"tdd",
"software-engineering"
],
"author": "Mariano Aguero",
"private": false
}