@uoyo/mvtt 2.0.0-beta.0 → 2.0.0-beta.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.
Files changed (151) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +194 -209
  3. package/dist/build/assembler.d.ts.map +1 -1
  4. package/dist/build/assembler.js +2 -0
  5. package/dist/build/assembler.js.map +1 -1
  6. package/dist/build/plan-validator.d.ts +26 -0
  7. package/dist/build/plan-validator.d.ts.map +1 -0
  8. package/dist/build/plan-validator.js +225 -0
  9. package/dist/build/plan-validator.js.map +1 -0
  10. package/dist/build/section-loader.d.ts.map +1 -1
  11. package/dist/build/section-loader.js +45 -9
  12. package/dist/build/section-loader.js.map +1 -1
  13. package/dist/cli.d.ts.map +1 -1
  14. package/dist/cli.js +2 -11
  15. package/dist/cli.js.map +1 -1
  16. package/dist/commands/doctor.d.ts.map +1 -1
  17. package/dist/commands/doctor.js +0 -1
  18. package/dist/commands/doctor.js.map +1 -1
  19. package/dist/commands/install.d.ts +1 -4
  20. package/dist/commands/install.d.ts.map +1 -1
  21. package/dist/commands/install.js +18 -14
  22. package/dist/commands/install.js.map +1 -1
  23. package/dist/commands/migrate.d.ts +16 -0
  24. package/dist/commands/migrate.d.ts.map +1 -0
  25. package/dist/commands/migrate.js +118 -0
  26. package/dist/commands/migrate.js.map +1 -0
  27. package/dist/commands/update.d.ts.map +1 -1
  28. package/dist/commands/update.js +35 -2
  29. package/dist/commands/update.js.map +1 -1
  30. package/dist/fs/core-manifest.d.ts +17 -0
  31. package/dist/fs/core-manifest.d.ts.map +1 -0
  32. package/dist/fs/core-manifest.js +76 -0
  33. package/dist/fs/core-manifest.js.map +1 -0
  34. package/dist/fs/install-manifest.d.ts +1 -2
  35. package/dist/fs/install-manifest.d.ts.map +1 -1
  36. package/dist/fs/install-manifest.js +1 -2
  37. package/dist/fs/install-manifest.js.map +1 -1
  38. package/dist/fs/materialize.d.ts.map +1 -1
  39. package/dist/fs/materialize.js +23 -3
  40. package/dist/fs/materialize.js.map +1 -1
  41. package/dist/types/core-manifest.d.ts +12 -0
  42. package/dist/types/core-manifest.d.ts.map +1 -0
  43. package/dist/types/core-manifest.js +2 -0
  44. package/dist/types/core-manifest.js.map +1 -0
  45. package/dist/types/registry.d.ts +13 -5
  46. package/dist/types/registry.d.ts.map +1 -1
  47. package/install-manifest.yaml +31 -27
  48. package/package.json +57 -57
  49. package/registry.yaml +198 -209
  50. package/sources/defaults/config.yaml +27 -30
  51. package/sources/defaults/project-context.yaml +15 -26
  52. package/sources/defaults/session.yaml +31 -23
  53. package/sources/knowledge/core/manifest.yaml +4 -45
  54. package/sources/sections/activation-load-config.md +11 -5
  55. package/sources/sections/activation-load-context.md +26 -11
  56. package/sources/sections/activation-preflight.md +14 -4
  57. package/sources/sections/footer-next-steps.md +35 -9
  58. package/sources/sections/output-language-constraint.md +11 -0
  59. package/sources/sections/role-header.md +13 -13
  60. package/sources/sections/session-update.md +47 -0
  61. package/sources/skills/mvt-analyze/business.md +69 -33
  62. package/sources/skills/mvt-analyze/manifest.yaml +90 -89
  63. package/sources/skills/mvt-analyze-code/business.md +82 -35
  64. package/sources/skills/mvt-analyze-code/manifest.yaml +96 -88
  65. package/sources/skills/mvt-bug-detect/business.md +101 -0
  66. package/sources/skills/mvt-bug-detect/manifest.yaml +84 -0
  67. package/sources/skills/mvt-check-context/business.md +89 -42
  68. package/sources/skills/mvt-check-context/manifest.yaml +63 -74
  69. package/sources/skills/mvt-cleanup/business.md +80 -31
  70. package/sources/skills/mvt-cleanup/manifest.yaml +85 -93
  71. package/sources/skills/mvt-config/business.md +94 -26
  72. package/sources/skills/mvt-config/manifest.yaml +96 -108
  73. package/sources/skills/mvt-create-skill/business.md +231 -111
  74. package/sources/skills/mvt-create-skill/manifest.yaml +91 -79
  75. package/sources/skills/mvt-design/business.md +116 -34
  76. package/sources/skills/mvt-design/manifest.yaml +96 -105
  77. package/sources/skills/mvt-fix/business.md +132 -28
  78. package/sources/skills/mvt-fix/manifest.yaml +85 -86
  79. package/sources/skills/mvt-help/business.md +74 -70
  80. package/sources/skills/mvt-help/manifest.yaml +67 -61
  81. package/sources/skills/mvt-implement/business.md +91 -32
  82. package/sources/skills/mvt-implement/manifest.yaml +80 -96
  83. package/sources/skills/mvt-init/business.md +164 -49
  84. package/sources/skills/mvt-init/manifest.yaml +101 -93
  85. package/sources/skills/mvt-manage-context/business.md +175 -0
  86. package/sources/skills/mvt-manage-context/manifest.yaml +123 -0
  87. package/sources/skills/mvt-plan-dev/business.md +75 -0
  88. package/sources/skills/mvt-plan-dev/manifest.yaml +91 -0
  89. package/sources/skills/mvt-quick-dev/business.md +99 -0
  90. package/sources/skills/mvt-quick-dev/manifest.yaml +69 -0
  91. package/sources/skills/mvt-refactor/business.md +104 -33
  92. package/sources/skills/mvt-refactor/manifest.yaml +86 -101
  93. package/sources/skills/mvt-resume/business.md +137 -0
  94. package/sources/skills/mvt-resume/manifest.yaml +71 -0
  95. package/sources/skills/mvt-review/business.md +112 -49
  96. package/sources/skills/mvt-review/manifest.yaml +87 -106
  97. package/sources/skills/mvt-status/business.md +71 -24
  98. package/sources/skills/mvt-status/manifest.yaml +66 -74
  99. package/sources/skills/mvt-sync-context/business.md +150 -25
  100. package/sources/skills/mvt-sync-context/manifest.yaml +96 -84
  101. package/sources/skills/mvt-template/business.md +96 -49
  102. package/sources/skills/mvt-template/manifest.yaml +63 -71
  103. package/sources/skills/mvt-test/business.md +104 -36
  104. package/sources/skills/mvt-test/manifest.yaml +102 -111
  105. package/sources/skills/mvt-update-plan/business.md +72 -0
  106. package/sources/skills/mvt-update-plan/manifest.yaml +132 -0
  107. package/sources/templates/analyze-output/body.md +15 -38
  108. package/sources/templates/analyze-output/manifest.yaml +11 -11
  109. package/sources/templates/design-output/body.md +17 -50
  110. package/sources/templates/design-output/manifest.yaml +11 -11
  111. package/sources/templates/implement-output/body.md +11 -32
  112. package/sources/templates/implement-output/manifest.yaml +11 -11
  113. package/sources/templates/project-context/body.md +13 -0
  114. package/sources/templates/project-context/manifest.yaml +12 -0
  115. package/sources/templates/review-output/body.md +11 -45
  116. package/sources/templates/review-output/manifest.yaml +11 -11
  117. package/sources/templates/test-output/body.md +7 -31
  118. package/sources/templates/test-output/manifest.yaml +11 -11
  119. package/dist/fs/protection.d.ts +0 -15
  120. package/dist/fs/protection.d.ts.map +0 -1
  121. package/dist/fs/protection.js +0 -16
  122. package/dist/fs/protection.js.map +0 -1
  123. package/sources/knowledge/core/review-principles.md +0 -51
  124. package/sources/knowledge/patterns/clean-architecture/manifest.yaml +0 -66
  125. package/sources/knowledge/patterns/clean-architecture/review-checklist.md +0 -230
  126. package/sources/knowledge/patterns/ddd/manifest.yaml +0 -83
  127. package/sources/knowledge/patterns/ddd/review-checklist.md +0 -226
  128. package/sources/knowledge/patterns/ddd/tactical-patterns.md +0 -12
  129. package/sources/knowledge/patterns/frontend-react/manifest.yaml +0 -44
  130. package/sources/knowledge/patterns/frontend-react/review-checklist.md +0 -78
  131. package/sources/knowledge/patterns/manifest.yaml +0 -113
  132. package/sources/skills/mvt-add-context/business.md +0 -47
  133. package/sources/skills/mvt-add-context/manifest.yaml +0 -83
  134. package/sources/templates/analyze-code-output/body.md +0 -44
  135. package/sources/templates/analyze-code-output/manifest.yaml +0 -11
  136. package/sources/templates/cleanup-output/body.md +0 -9
  137. package/sources/templates/cleanup-output/manifest.yaml +0 -11
  138. package/sources/templates/config-output/body.md +0 -11
  139. package/sources/templates/config-output/manifest.yaml +0 -11
  140. package/sources/templates/context-check-output/body.md +0 -32
  141. package/sources/templates/context-check-output/manifest.yaml +0 -11
  142. package/sources/templates/fix-output/body.md +0 -30
  143. package/sources/templates/fix-output/manifest.yaml +0 -11
  144. package/sources/templates/init-output/body.md +0 -34
  145. package/sources/templates/init-output/manifest.yaml +0 -11
  146. package/sources/templates/refactor-output/body.md +0 -32
  147. package/sources/templates/refactor-output/manifest.yaml +0 -11
  148. package/sources/templates/status-output/body.md +0 -36
  149. package/sources/templates/status-output/manifest.yaml +0 -11
  150. package/sources/templates/sync-context-output/body.md +0 -16
  151. package/sources/templates/sync-context-output/manifest.yaml +0 -11
package/package.json CHANGED
@@ -1,57 +1,57 @@
1
- {
2
- "name": "@uoyo/mvtt",
3
- "version": "2.0.0-beta.0",
4
- "description": "My Virtual Tech Team - AI-guided prompt orchestration framework",
5
- "type": "module",
6
- "bin": {
7
- "mvtt": "./dist/index.js"
8
- },
9
- "files": [
10
- "dist/",
11
- "sources/",
12
- "registry.yaml",
13
- "install-manifest.yaml"
14
- ],
15
- "engines": {
16
- "node": ">=18.0.0"
17
- },
18
- "keywords": [
19
- "ai",
20
- "agents",
21
- "prompt-engineering",
22
- "claude-code",
23
- "cli",
24
- "orchestration"
25
- ],
26
- "repository": {
27
- "type": "git",
28
- "url": "git+https://github.com/uoyoCsharp/My-Virtual-TechTeam.git"
29
- },
30
- "bugs": {
31
- "url": "https://github.com/uoyoCsharp/My-Virtual-TechTeam/issues"
32
- },
33
- "homepage": "https://github.com/uoyoCsharp/My-Virtual-TechTeam#readme",
34
- "publishConfig": {
35
- "access": "public"
36
- },
37
- "scripts": {
38
- "build": "tsc -p tsconfig.build.json",
39
- "test": "vitest run",
40
- "test:watch": "vitest",
41
- "test:coverage": "vitest run --coverage",
42
- "prepublishOnly": "npm run build && npm test"
43
- },
44
- "devDependencies": {
45
- "@types/node": "^25.6.0",
46
- "@types/prompts": "^2.4.9",
47
- "@vitest/coverage-v8": "^2.1.9",
48
- "typescript": "^5.4.0",
49
- "vitest": "^2.0.0"
50
- },
51
- "dependencies": {
52
- "commander": "^14.0.3",
53
- "prompts": "^2.4.2",
54
- "yaml": "^2.4.0"
55
- },
56
- "license": "MIT"
57
- }
1
+ {
2
+ "name": "@uoyo/mvtt",
3
+ "version": "2.0.0-beta.2",
4
+ "description": "My Virtual Tech Team - AI-guided prompt orchestration framework",
5
+ "type": "module",
6
+ "bin": {
7
+ "mvtt": "dist/index.js"
8
+ },
9
+ "files": [
10
+ "dist/",
11
+ "sources/",
12
+ "registry.yaml",
13
+ "install-manifest.yaml"
14
+ ],
15
+ "engines": {
16
+ "node": ">=18.0.0"
17
+ },
18
+ "keywords": [
19
+ "ai",
20
+ "agents",
21
+ "prompt-engineering",
22
+ "claude-code",
23
+ "cli",
24
+ "orchestration"
25
+ ],
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "git+https://github.com/uoyoCsharp/My-Virtual-TechTeam.git"
29
+ },
30
+ "bugs": {
31
+ "url": "https://github.com/uoyoCsharp/My-Virtual-TechTeam/issues"
32
+ },
33
+ "homepage": "https://github.com/uoyoCsharp/My-Virtual-TechTeam#readme",
34
+ "publishConfig": {
35
+ "access": "public"
36
+ },
37
+ "scripts": {
38
+ "build": "tsc -p tsconfig.build.json",
39
+ "test": "vitest run",
40
+ "test:watch": "vitest",
41
+ "test:coverage": "vitest run --coverage",
42
+ "prepublishOnly": "npm run build && npm test"
43
+ },
44
+ "devDependencies": {
45
+ "@types/node": "^25.6.0",
46
+ "@types/prompts": "^2.4.9",
47
+ "@vitest/coverage-v8": "^2.1.9",
48
+ "typescript": "^5.4.0",
49
+ "vitest": "^2.0.0"
50
+ },
51
+ "dependencies": {
52
+ "commander": "^14.0.3",
53
+ "prompts": "^2.4.2",
54
+ "yaml": "^2.4.0"
55
+ },
56
+ "license": "MIT"
57
+ }
package/registry.yaml CHANGED
@@ -1,209 +1,198 @@
1
- # MVTT Framework Registry (v2)
2
- # Single source of truth for skill metadata. Consumed at build-time by mvtt CLI
3
- # and at runtime by /mvt-status and /mvt-help.
4
-
5
- version: "2.0"
6
- last_updated: "2026-04-28"
7
-
8
- skills:
9
- # --- Conductor Skills ---
10
- mvt-init:
11
- agent: conductor
12
- description: "Initialize or refresh a project with comprehensive analysis"
13
- path: .claude/skills/mvt-init/SKILL.md
14
- template: .ai-agents/skills/_templates/init-output.md
15
- category: project
16
- mode: independent
17
- phase: null
18
- depends_on: []
19
- next_suggestions:
20
- primary: mvt-analyze
21
- primary_desc: "Start analyzing requirements"
22
-
23
- mvt-status:
24
- agent: conductor
25
- description: "Show current project and workflow status"
26
- path: .claude/skills/mvt-status/SKILL.md
27
- template: .ai-agents/skills/_templates/status-output.md
28
- category: project
29
- mode: independent
30
- phase: null
31
- depends_on: []
32
-
33
- mvt-config:
34
- agent: conductor
35
- description: "Interactive configuration management for framework settings"
36
- path: .claude/skills/mvt-config/SKILL.md
37
- template: .ai-agents/skills/_templates/config-output.md
38
- category: project
39
- mode: independent
40
- phase: null
41
- depends_on: []
42
-
43
- mvt-sync-context:
44
- agent: conductor
45
- description: "Synchronize workspace context with code changes"
46
- path: .claude/skills/mvt-sync-context/SKILL.md
47
- template: .ai-agents/skills/_templates/sync-context-output.md
48
- category: project
49
- mode: independent
50
- phase: null
51
- depends_on: []
52
-
53
- mvt-cleanup:
54
- agent: conductor
55
- description: "Clean up workspace artifacts and maintain workspace health"
56
- path: .claude/skills/mvt-cleanup/SKILL.md
57
- template: .ai-agents/skills/_templates/cleanup-output.md
58
- category: project
59
- mode: independent
60
- phase: null
61
- depends_on: []
62
-
63
- # --- Analyst Skills ---
64
- mvt-analyze:
65
- agent: analyst
66
- description: "Analyze requirements documents and extract domain concepts"
67
- path: .claude/skills/mvt-analyze/SKILL.md
68
- template: .ai-agents/skills/_templates/analyze-output.md
69
- category: workflow
70
- mode: full-workflow
71
- phase: analyze
72
- depends_on: []
73
- next_suggestions:
74
- primary: mvt-design
75
- primary_desc: "Create architecture based on this analysis"
76
-
77
- mvt-analyze-code:
78
- agent: analyst
79
- description: "Reverse-analyze existing code to generate context"
80
- path: .claude/skills/mvt-analyze-code/SKILL.md
81
- template: .ai-agents/skills/_templates/analyze-code-output.md
82
- category: workflow
83
- mode: independent
84
- phase: null
85
- depends_on: []
86
-
87
- # --- Architect Skills ---
88
- mvt-design:
89
- agent: architect
90
- description: "Create architecture design based on analyzed requirements"
91
- path: .claude/skills/mvt-design/SKILL.md
92
- template: .ai-agents/skills/_templates/design-output.md
93
- category: workflow
94
- mode: full-workflow
95
- phase: design
96
- depends_on: [mvt-analyze]
97
- next_suggestions:
98
- primary: mvt-implement
99
- primary_desc: "Implement features based on this design"
100
-
101
- # --- Developer Skills ---
102
- mvt-implement:
103
- agent: developer
104
- description: "Implement features based on architecture design"
105
- path: .claude/skills/mvt-implement/SKILL.md
106
- template: .ai-agents/skills/_templates/implement-output.md
107
- category: workflow
108
- mode: full-workflow
109
- phase: implement
110
- depends_on: [mvt-design]
111
- next_suggestions:
112
- primary: mvt-review
113
- primary_desc: "Review the implementation"
114
-
115
- mvt-fix:
116
- agent: developer
117
- description: "Diagnose and fix bugs or issues in the codebase"
118
- path: .claude/skills/mvt-fix/SKILL.md
119
- template: .ai-agents/skills/_templates/fix-output.md
120
- category: shortcut
121
- mode: shortcut
122
- phase: null
123
- depends_on: []
124
-
125
- mvt-refactor:
126
- agent: developer
127
- description: "Refactor existing code while preserving behavior"
128
- path: .claude/skills/mvt-refactor/SKILL.md
129
- template: .ai-agents/skills/_templates/refactor-output.md
130
- category: shortcut
131
- mode: shortcut
132
- phase: null
133
- depends_on: []
134
-
135
- # --- Reviewer Skills ---
136
- mvt-review:
137
- agent: reviewer
138
- description: "Perform code review for quality and standards compliance"
139
- path: .claude/skills/mvt-review/SKILL.md
140
- template: .ai-agents/skills/_templates/review-output.md
141
- category: workflow
142
- mode: full-workflow
143
- phase: review
144
- depends_on: [mvt-implement]
145
- next_suggestions:
146
- primary: mvt-fix
147
- primary_desc: "Address critical issues"
148
-
149
- # --- Tester Skills ---
150
- mvt-test:
151
- agent: tester
152
- description: "Generate and design tests to validate implementations"
153
- path: .claude/skills/mvt-test/SKILL.md
154
- template: .ai-agents/skills/_templates/test-output.md
155
- category: workflow
156
- mode: full-workflow
157
- phase: test
158
- depends_on: [mvt-implement]
159
-
160
- # --- Utility Skills ---
161
- mvt-help:
162
- agent: conductor
163
- description: "Show available skills, current project status, and workflow guidance"
164
- path: .claude/skills/mvt-help/SKILL.md
165
- template: null
166
- category: utility
167
- mode: independent
168
- phase: null
169
- depends_on: []
170
-
171
- mvt-create-skill:
172
- agent: conductor
173
- description: "Create custom MVTT skills through interactive guided workflow"
174
- path: .claude/skills/mvt-create-skill/SKILL.md
175
- template: null
176
- category: utility
177
- mode: independent
178
- phase: null
179
- depends_on: []
180
-
181
- mvt-add-context:
182
- agent: conductor
183
- description: "Interactively add or update project context information"
184
- path: .claude/skills/mvt-add-context/SKILL.md
185
- template: null
186
- category: utility
187
- mode: independent
188
- phase: null
189
- depends_on: []
190
-
191
- mvt-check-context:
192
- agent: conductor
193
- description: "Analyze context token load and give optimization recommendations"
194
- path: .claude/skills/mvt-check-context/SKILL.md
195
- template: .ai-agents/skills/_templates/context-check-output.md
196
- category: utility
197
- mode: independent
198
- phase: null
199
- depends_on: []
200
-
201
- mvt-template:
202
- agent: conductor
203
- description: "View, customize, and manage output templates for MVTT skills"
204
- path: .claude/skills/mvt-template/SKILL.md
205
- template: null
206
- category: utility
207
- mode: independent
208
- phase: null
209
- depends_on: []
1
+ # MVTT Framework Registry (v2)
2
+ # Single source of truth for skill metadata and knowledge declarations.
3
+ # Consumed at build-time by mvtt CLI and at runtime by /mvt-status and /mvt-help.
4
+
5
+ version: "2.0"
6
+ last_updated: "2026-05-23"
7
+
8
+ # ============================================================
9
+ # Shared Knowledge
10
+ # Loaded by ALL skills at execution time.
11
+ # Managed by /mvt-manage-context (user selects "shared") and /mvt-init (project-context).
12
+ # Reviewed by /mvt-config and /mvt-check-context.
13
+ # ============================================================
14
+ knowledge:
15
+ shared:
16
+ - id: "core"
17
+ source: "knowledge/core/"
18
+ files_from_manifest: true
19
+ - id: "project-context"
20
+ source: "knowledge/project/_generated/"
21
+ files: ["project-context.md"]
22
+
23
+ # ============================================================
24
+ # Skills
25
+ # ============================================================
26
+ skills:
27
+ # --- Conductor Skills ---
28
+ mvt-init:
29
+ agent: conductor
30
+ description: "Initialize or refresh a project by scanning its structure, detecting tech stack, and inferring project type. This skill should be used when starting a new project, re-initializing after structural changes, or setting up the MVTT workspace."
31
+ path: .claude/skills/mvt-init/SKILL.md
32
+ template: null
33
+ category: project
34
+
35
+ mvt-status:
36
+ agent: conductor
37
+ description: "Display current project and workflow status including skill history, active changes, and session state. This skill should be used when user wants to check project status, review workflow progress, or see where they are in the development cycle."
38
+ path: .claude/skills/mvt-status/SKILL.md
39
+ template: null
40
+ category: project
41
+
42
+ mvt-config:
43
+ agent: conductor
44
+ description: "Manage MVTT framework configuration interactively. This skill should be used when user wants to change language, output format, or other framework settings."
45
+ path: .claude/skills/mvt-config/SKILL.md
46
+ template: null
47
+ category: project
48
+
49
+ mvt-sync-context:
50
+ agent: conductor
51
+ description: "Synchronize workspace context with code changes after manual modifications or git operations. This skill should be used when context appears out of sync with code, after manual edits outside the workflow, or after git merge/rebase."
52
+ path: .claude/skills/mvt-sync-context/SKILL.md
53
+ template: null
54
+ category: project
55
+
56
+ mvt-cleanup:
57
+ agent: conductor
58
+ description: "Clean up workspace artifacts, summarize completed changes, and maintain workspace health. This skill should be used when workspace has accumulated old artifacts, token footprint needs reduction, or to archive completed change records."
59
+ path: .claude/skills/mvt-cleanup/SKILL.md
60
+ template: null
61
+ category: project
62
+
63
+ # --- Analyst Skills ---
64
+ mvt-analyze:
65
+ agent: analyst
66
+ description: "Analyze requirements documents and extract domain concepts. This skill should be used when user wants to analyze requirements, extract features and business rules, or start the analysis phase of a development workflow."
67
+ path: .claude/skills/mvt-analyze/SKILL.md
68
+ template: .ai-agents/skills/_templates/analyze-output.md
69
+ category: workflow
70
+
71
+ mvt-analyze-code:
72
+ agent: analyst
73
+ description: "Analyze existing code to generate project-context.md with terms, modules, layers, and business rules. This skill should be used when user wants to understand an existing codebase, generate documentation for legacy code, onboard to a new project, or extract requirements from source code."
74
+ path: .claude/skills/mvt-analyze-code/SKILL.md
75
+ template: .ai-agents/skills/_templates/project-context.md
76
+ category: workflow
77
+
78
+ # --- Architect Skills ---
79
+ mvt-design:
80
+ agent: architect
81
+ description: "Create architecture design based on analyzed requirements. This skill should be used when user wants to design system architecture, define module structure, or create technical blueprints for implementation."
82
+ path: .claude/skills/mvt-design/SKILL.md
83
+ template: .ai-agents/skills/_templates/design-output.md
84
+ category: workflow
85
+ depends_on: [mvt-analyze]
86
+
87
+ mvt-plan-dev:
88
+ agent: architect
89
+ description: "Generate a structured development plan (plan.yaml) for a large change so progress can be tracked across sessions. This skill should be used after /mvt-design when a change is too big to implement in one pass and needs task-level tracking."
90
+ path: .claude/skills/mvt-plan-dev/SKILL.md
91
+ template: null
92
+ category: workflow
93
+ depends_on: [mvt-analyze]
94
+
95
+ mvt-update-plan:
96
+ agent: architect
97
+ description: "Update a single task in the active change's plan.yaml: change status, attach artifacts, leave notes, and auto-advance current_task. This skill should be used after a workflow skill finishes work that maps to a plan task."
98
+ path: .claude/skills/mvt-update-plan/SKILL.md
99
+ template: null
100
+ category: project
101
+
102
+ # --- Developer Skills ---
103
+ mvt-bug-detect:
104
+ agent: analyst
105
+ description: "Analyze and detect bugs by investigating root cause, assessing severity and impact scope. Produces a structured diagnosis in conversation without applying fixes. This skill should be used when user suspects a bug, wants to understand a problem before fixing, or needs impact analysis."
106
+ path: .claude/skills/mvt-bug-detect/SKILL.md
107
+ template: null
108
+ category: shortcut
109
+ mvt-implement:
110
+ agent: developer
111
+ description: "Implement features based on architecture design. This skill should be used when user wants to implement a feature, write production code, or translate design blueprints into working code."
112
+ path: .claude/skills/mvt-implement/SKILL.md
113
+ template: .ai-agents/skills/_templates/implement-output.md
114
+ category: workflow
115
+ depends_on: [mvt-design]
116
+
117
+ mvt-fix:
118
+ agent: developer
119
+ description: "Diagnose and fix bugs or issues in the codebase. This skill should be used when user reports a bug, encounters an error, or wants to diagnose and resolve an issue."
120
+ path: .claude/skills/mvt-fix/SKILL.md
121
+ template: null
122
+ category: shortcut
123
+
124
+ mvt-refactor:
125
+ agent: developer
126
+ description: "Refactor existing code while preserving behavior. This skill should be used when user wants to improve code structure, rename symbols, extract methods or classes, or reorganize code without changing functionality."
127
+ path: .claude/skills/mvt-refactor/SKILL.md
128
+ template: null
129
+ category: shortcut
130
+
131
+ mvt-quick-dev:
132
+ agent: developer
133
+ description: "Quickly implement simple, well-scoped changes without the full analyze-design-implement workflow. This skill should be used when the change is small (1-3 files), architecturally neutral, and clearly specified — such as adding a field, fixing a label, adjusting config, or making a targeted enhancement."
134
+ path: .claude/skills/mvt-quick-dev/SKILL.md
135
+ template: null
136
+ category: shortcut
137
+
138
+ # --- Reviewer Skills ---
139
+ mvt-review:
140
+ agent: reviewer
141
+ description: "Perform code review for quality, standards compliance, and best practices. This skill should be used when user wants code reviewed, quality checked, or to identify issues before merging."
142
+ path: .claude/skills/mvt-review/SKILL.md
143
+ template: .ai-agents/skills/_templates/review-output.md
144
+ category: workflow
145
+ depends_on: [mvt-implement]
146
+
147
+
148
+ # --- Tester Skills ---
149
+ mvt-test:
150
+ agent: tester
151
+ description: "Generate and design tests to validate implementations. This skill should be used when user wants to write tests, validate code, generate test cases, or analyze test coverage."
152
+ path: .claude/skills/mvt-test/SKILL.md
153
+ template: .ai-agents/skills/_templates/test-output.md
154
+ category: workflow
155
+ depends_on: [mvt-implement]
156
+
157
+ # --- Utility Skills ---
158
+ mvt-help:
159
+ agent: conductor
160
+ description: "Show available skills, current project status, and workflow guidance. This skill should be used when user is new to MVTT, wants to discover available commands, or needs guidance on what to do next."
161
+ path: .claude/skills/mvt-help/SKILL.md
162
+ template: null
163
+ category: utility
164
+
165
+ mvt-resume:
166
+ agent: conductor
167
+ description: "Resume an in-progress development task in a new conversation. Reads session.yaml (active_change, skill_history, recent_actions) and recent artifacts to reconstruct context. Does not read git state."
168
+ path: .claude/skills/mvt-resume/SKILL.md
169
+ template: null
170
+ category: utility
171
+
172
+ mvt-create-skill:
173
+ agent: conductor
174
+ description: "Create custom MVTT skills through interactive guided workflow. This skill should be used when user wants to create a new skill, extend the framework with custom functionality, or build project-specific automation."
175
+ path: .claude/skills/mvt-create-skill/SKILL.md
176
+ template: null
177
+ category: utility
178
+
179
+ mvt-manage-context:
180
+ agent: conductor
181
+ description: "Unified entry point for managing knowledge and registry. Supports subcommands: add (with AI routing), remove, move, rename, list. Use this skill instead of mvt-add-context."
182
+ path: .claude/skills/mvt-manage-context/SKILL.md
183
+ template: null
184
+ category: utility
185
+
186
+ mvt-check-context:
187
+ agent: conductor
188
+ description: "Analyze context token load and provide optimization recommendations. This skill should be used when user wants to check how much context MVTT loads, identify large files, or optimize workspace size for better performance."
189
+ path: .claude/skills/mvt-check-context/SKILL.md
190
+ template: null
191
+ category: utility
192
+
193
+ mvt-template:
194
+ agent: conductor
195
+ description: "View, customize, and manage output templates for MVTT skills. This skill should be used when user wants to inspect available templates, create custom template versions, reset customizations, or export templates."
196
+ path: .claude/skills/mvt-template/SKILL.md
197
+ template: null
198
+ category: utility
@@ -1,30 +1,27 @@
1
- # MVTT Framework - User Configuration
2
- # Unified config center: all skills read and enforce these settings via Activation Protocol
3
- # Modify via: /mvt-config or edit directly
4
-
5
- version: "2.0"
6
-
7
- # ============================================================
8
- # User Preferences (enforced by Activation Protocol Step 2)
9
- # ============================================================
10
- preferences:
11
- # Output language for all skill responses and document artifacts
12
- # Options: en-US, zh-CN
13
- language: en-US
14
-
15
- # Output style
16
- output:
17
- no_emojis: true # Disable emojis in output
18
- data_format: yaml # Data output format: yaml | json
19
-
20
- # ============================================================
21
- # Pattern Settings
22
- # ============================================================
23
- pattern:
24
- # Active architecture pattern
25
- # Use /mvt-init to auto-detect or /mvt-config to change
26
- active: ""
27
-
28
- selection:
29
- auto_detect: true
30
- confirm_with_user: true
1
+ # MVTT Framework - User Configuration
2
+ # Unified config center: all skills read and enforce these settings via Activation Protocol
3
+ # Modify via: /mvt-config or edit directly
4
+
5
+ version: "2.0"
6
+
7
+ # ============================================================
8
+ # User Preferences (enforced by Activation Protocol Step 2)
9
+ # ============================================================
10
+ preferences:
11
+ # Language used for interactive responses (chat replies, prompts, tables shown to the user)
12
+ # Options: en-US, zh-CN
13
+ interaction_language: en-US
14
+
15
+ # Language used for persistent document output (artifacts, project-context.md, generated reports)
16
+ # If absent, falls back to interaction_language.
17
+ # Options: en-US, zh-CN
18
+ document_output_language: en-US
19
+
20
+ # Output style
21
+ output:
22
+ no_emojis: true # Disable emojis in output
23
+ data_format: yaml # Data output format: yaml | json
24
+
25
+ # AI routing for /mvt-manage-context add
26
+ context_routing:
27
+ relevance_threshold: 70 # Skills scored >= this are pre-checked; below are folded
@@ -1,26 +1,15 @@
1
- # Unified Project Context
2
- # Merges: project.yaml + architecture.yaml + requirements.yaml + decisions.yaml
3
-
4
- project:
5
- name: ""
6
- type: ""
7
- initialized_at: ""
8
- tech_stack:
9
- language: ""
10
- framework: ""
11
- build_tool: ""
12
- test_framework: ""
13
-
14
- # Requirements summary (written by #analyze)
15
- requirements:
16
- features: []
17
- actors: []
18
- business_rules: []
19
- clarifications: []
20
-
21
- # Architecture design (written by #design)
22
- architecture:
23
- overview: ""
24
- modules: []
25
- components: []
26
- decisions: [] # ADR list (merged from former decisions.yaml)
1
+ # Project Context Index
2
+ # Lean index: structural info only. Semantic data lives in project-context.md.
3
+ # Single project: one entry with name="default", path="."
4
+ # Multi-project: one entry per detected sub-project.
5
+
6
+ projects:
7
+ - name: "default" # Project identifier (unique within workspace)
8
+ path: "." # Relative path from repo root
9
+ type: "" # web-frontend | api-service | cli-tool | library | monorepo | data-pipeline | mobile-app | generic
10
+ tech_stack:
11
+ primary_language: ""
12
+ secondary_languages: []
13
+ framework: ""
14
+ build_tool: ""
15
+ test_framework: ""