-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtile.json
More file actions
18 lines (18 loc) · 835 Bytes
/
tile.json
File metadata and controls
18 lines (18 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "tessl-labs/spec-driven-development",
"version": "2.0.1",
"summary": "Spec-driven workflow covering requirement gathering, spec authoring, implementation review, and verification — with skills, rules, and evaluation scenarios.",
"private": false,
"docs": "docs/index.md",
"skills": {
"requirement-gathering": { "path": "skills/requirement-gathering/SKILL.md" },
"spec-writer": { "path": "skills/spec-writer/SKILL.md" },
"spec-verification": { "path": "skills/spec-verification/SKILL.md" },
"work-review": { "path": "skills/work-review/SKILL.md" }
},
"steering": {
"spec-before-code": { "rules": "rules/spec-before-code.md" },
"one-question-at-a-time": { "rules": "rules/one-question-at-a-time.md" },
"spec-format-compliance": { "rules": "rules/spec-format-compliance.md" }
}
}