@eskoubar95/spec 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/help.d.ts +5 -0
- package/dist/commands/help.d.ts.map +1 -0
- package/dist/commands/help.js +23 -0
- package/dist/commands/help.js.map +1 -0
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +30 -14
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/install.d.ts +5 -0
- package/dist/commands/install.d.ts.map +1 -0
- package/dist/commands/install.js +88 -0
- package/dist/commands/install.js.map +1 -0
- package/dist/commands/update.d.ts +5 -0
- package/dist/commands/update.d.ts.map +1 -0
- package/dist/commands/update.js +72 -0
- package/dist/commands/update.js.map +1 -0
- package/dist/commands/workspace.d.ts +5 -0
- package/dist/commands/workspace.d.ts.map +1 -0
- package/dist/commands/workspace.js +17 -0
- package/dist/commands/workspace.js.map +1 -0
- package/dist/index.js +42 -9
- package/dist/index.js.map +1 -1
- package/dist/lib/backup-cursor.d.ts +16 -0
- package/dist/lib/backup-cursor.d.ts.map +1 -0
- package/dist/lib/backup-cursor.js +50 -0
- package/dist/lib/backup-cursor.js.map +1 -0
- package/dist/lib/copy-template.d.ts +9 -1
- package/dist/lib/copy-template.d.ts.map +1 -1
- package/dist/lib/copy-template.js +94 -3
- package/dist/lib/copy-template.js.map +1 -1
- package/dist/lib/cursor-detection.d.ts +6 -0
- package/dist/lib/cursor-detection.d.ts.map +1 -0
- package/dist/lib/cursor-detection.js +31 -0
- package/dist/lib/cursor-detection.js.map +1 -0
- package/dist/lib/detection.d.ts +25 -0
- package/dist/lib/detection.d.ts.map +1 -0
- package/dist/lib/detection.js +186 -0
- package/dist/lib/detection.js.map +1 -0
- package/dist/lib/install-existing.d.ts +6 -0
- package/dist/lib/install-existing.d.ts.map +1 -0
- package/dist/lib/install-existing.js +63 -0
- package/dist/lib/install-existing.js.map +1 -0
- package/dist/lib/project-name.d.ts +7 -0
- package/dist/lib/project-name.d.ts.map +1 -0
- package/dist/lib/project-name.js +13 -0
- package/dist/lib/project-name.js.map +1 -0
- package/dist/lib/prompts.d.ts +6 -5
- package/dist/lib/prompts.d.ts.map +1 -1
- package/dist/lib/prompts.js +114 -0
- package/dist/lib/prompts.js.map +1 -1
- package/dist/lib/version-check.d.ts +21 -0
- package/dist/lib/version-check.d.ts.map +1 -0
- package/dist/lib/version-check.js +49 -0
- package/dist/lib/version-check.js.map +1 -0
- package/dist/lib/workspace.d.ts +7 -0
- package/dist/lib/workspace.d.ts.map +1 -0
- package/dist/lib/workspace.js +38 -0
- package/dist/lib/workspace.js.map +1 -0
- package/dist/types.d.ts +32 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/package.json +2 -2
- package/template/.cursor/commands/_shared/activation.md +220 -0
- package/template/.cursor/commands/_shared/coderabbit-integration.md +278 -0
- package/template/.cursor/commands/_shared/command-stacks.md +124 -0
- package/template/.cursor/commands/_shared/deployment-detection.md +294 -0
- package/template/.cursor/commands/_shared/detection.md +277 -0
- package/template/.cursor/commands/_shared/documentation-lookup.md +321 -0
- package/template/.cursor/commands/_shared/git-workflow.md +288 -0
- package/template/.cursor/commands/_shared/github-helpers.md +337 -0
- package/template/.cursor/commands/_shared/github-workflows.md +351 -0
- package/template/.cursor/commands/_shared/helper-metadata.md +481 -0
- package/template/.cursor/commands/_shared/linear-automation.md +388 -0
- package/template/.cursor/commands/_shared/linear-helpers.md +254 -0
- package/template/.cursor/commands/_shared/performance-monitoring.md +369 -0
- package/template/.cursor/commands/_shared/pr-description.md +279 -0
- package/template/.cursor/commands/_shared/retrospective-spec-creation.md +977 -0
- package/template/.cursor/commands/_shared/scaling.md +264 -0
- package/template/.cursor/commands/_shared/state-assertions.md +174 -0
- package/template/.cursor/commands/_shared/test-automation.md +388 -0
- package/template/.cursor/commands/_shared/verification-checkpoints.md +145 -0
- package/template/.cursor/commands/spec/audit.md +240 -0
- package/template/.cursor/commands/spec/evolve.md +163 -0
- package/template/.cursor/commands/spec/sync.md +196 -0
- package/template/.cursor/commands/tools/refactor.md +555 -0
- package/template/.cursor/rules/10-engineering.mdc +149 -0
- package/template/.cursor/rules/11-design.mdc +129 -0
- package/template/.cursor/rules/12-business.mdc +132 -0
- package/template/.cursor/rules/20-nextjs.mdc +146 -0
- package/template/.cursor/rules/21-api-design.mdc +176 -0
- package/template/.cursor/rules/30-database.mdc +183 -0
- package/template/.cursor/rules/31-testing.mdc +191 -0
- package/template/.cursor/scripts/validate-helpers.js +254 -0
- package/template/.sdd/detection-cache.json +1 -0
- package/template/.sdd/install-info.json +1 -0
- package/template/.sdd/version +1 -0
- package/template/spec/00-root-spec.md +8 -1
- package/template/work/backlog/tasks.local.md +92 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# Tasks
|
|
2
|
+
|
|
3
|
+
Tasks are organized by milestone. Each task has a unique ID, description, acceptance criteria, dependencies, and estimate.
|
|
4
|
+
|
|
5
|
+
## Task Structure
|
|
6
|
+
|
|
7
|
+
Each task follows this structure:
|
|
8
|
+
|
|
9
|
+
```markdown
|
|
10
|
+
## Task: [Task ID]
|
|
11
|
+
|
|
12
|
+
**Description:** [Task description - what needs to be done]
|
|
13
|
+
|
|
14
|
+
**Status:** backlog | in-progress | done | blocked
|
|
15
|
+
|
|
16
|
+
**Assignee:** [name/email] (optional)
|
|
17
|
+
|
|
18
|
+
**Tags:** [comma-separated tags, e.g., design, frontend, infrastructure]
|
|
19
|
+
|
|
20
|
+
**Milestone:** [Milestone ID, e.g., M1]
|
|
21
|
+
|
|
22
|
+
**Sprint:** [Sprint ID, e.g., Sprint 1] (optional)
|
|
23
|
+
|
|
24
|
+
**Acceptance:** [Acceptance criteria - how to verify completion]
|
|
25
|
+
|
|
26
|
+
**Dependencies:** [Task IDs that must be completed first, e.g., t1.1, t1.2]
|
|
27
|
+
|
|
28
|
+
**Estimate:** S | M | L (Small, Medium, Large)
|
|
29
|
+
|
|
30
|
+
**Notes:**
|
|
31
|
+
- [Note 1]
|
|
32
|
+
- [Note 2]
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Status Values
|
|
36
|
+
|
|
37
|
+
- **backlog:** Task is planned but not started
|
|
38
|
+
- **in-progress:** Task is currently being worked on
|
|
39
|
+
- **done:** Task is completed and validated
|
|
40
|
+
- **blocked:** Task is blocked by dependencies or external factors
|
|
41
|
+
|
|
42
|
+
## Example Tasks
|
|
43
|
+
|
|
44
|
+
## Task: t1.1
|
|
45
|
+
|
|
46
|
+
**Description:** Setup project structure and initial configuration
|
|
47
|
+
|
|
48
|
+
**Status:** backlog
|
|
49
|
+
|
|
50
|
+
**Assignee:** (optional)
|
|
51
|
+
|
|
52
|
+
**Tags:** infrastructure, setup
|
|
53
|
+
|
|
54
|
+
**Milestone:** M1
|
|
55
|
+
|
|
56
|
+
**Acceptance:**
|
|
57
|
+
- Project structure created
|
|
58
|
+
- Configuration files in place
|
|
59
|
+
- Build system working
|
|
60
|
+
|
|
61
|
+
**Dependencies:** (none)
|
|
62
|
+
|
|
63
|
+
**Estimate:** S
|
|
64
|
+
|
|
65
|
+
**Notes:**
|
|
66
|
+
- Initial setup task
|
|
67
|
+
|
|
68
|
+
## Task: t1.2
|
|
69
|
+
|
|
70
|
+
**Description:** Implement authentication system
|
|
71
|
+
|
|
72
|
+
**Status:** backlog
|
|
73
|
+
|
|
74
|
+
**Assignee:** (optional)
|
|
75
|
+
|
|
76
|
+
**Tags:** engineering, backend, security
|
|
77
|
+
|
|
78
|
+
**Milestone:** M1
|
|
79
|
+
|
|
80
|
+
**Acceptance:**
|
|
81
|
+
- User can register
|
|
82
|
+
- User can login
|
|
83
|
+
- User can logout
|
|
84
|
+
- Session management works
|
|
85
|
+
|
|
86
|
+
**Dependencies:** t1.1
|
|
87
|
+
|
|
88
|
+
**Estimate:** M
|
|
89
|
+
|
|
90
|
+
**Notes:**
|
|
91
|
+
- Requires external service selection (see t1.3)
|
|
92
|
+
|