vstack 2.0.4__tar.gz → 2.2.0__tar.gz

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 (195) hide show
  1. {vstack-2.0.4 → vstack-2.2.0}/PKG-INFO +34 -2
  2. {vstack-2.0.4 → vstack-2.2.0}/README-pypi.md +33 -1
  3. {vstack-2.0.4 → vstack-2.2.0}/pyproject.toml +1 -1
  4. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/architect/config.yaml +1 -1
  5. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/architect/template.md +38 -11
  6. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/designer/config.yaml +1 -1
  7. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/designer/template.md +34 -10
  8. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/engineer/config.yaml +1 -1
  9. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/engineer/template.md +55 -9
  10. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/product/config.yaml +1 -1
  11. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/product/template.md +38 -13
  12. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/release/config.yaml +1 -1
  13. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/release/template.md +37 -12
  14. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/tester/config.yaml +1 -1
  15. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/tester/template.md +43 -12
  16. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/instructions/git/config.yaml +1 -1
  17. vstack-2.2.0/src/vstack/_templates/instructions/helm/config.yaml +4 -0
  18. vstack-2.2.0/src/vstack/_templates/instructions/helm/template.md +40 -0
  19. vstack-2.2.0/src/vstack/_templates/instructions/java/config.yaml +4 -0
  20. vstack-2.2.0/src/vstack/_templates/instructions/java/template.md +51 -0
  21. vstack-2.2.0/src/vstack/_templates/instructions/k8s/config.yaml +4 -0
  22. vstack-2.2.0/src/vstack/_templates/instructions/k8s/template.md +46 -0
  23. vstack-2.2.0/src/vstack/_templates/instructions/markdown/config.yaml +4 -0
  24. vstack-2.2.0/src/vstack/_templates/instructions/markdown/template.md +46 -0
  25. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/instructions/python/config.yaml +1 -1
  26. vstack-2.2.0/src/vstack/_templates/instructions/rancher/config.yaml +4 -0
  27. vstack-2.2.0/src/vstack/_templates/instructions/rancher/template.md +39 -0
  28. vstack-2.2.0/src/vstack/_templates/instructions/security/config.yaml +4 -0
  29. vstack-2.2.0/src/vstack/_templates/instructions/security/template.md +37 -0
  30. vstack-2.2.0/src/vstack/_templates/instructions/terraform/config.yaml +4 -0
  31. vstack-2.2.0/src/vstack/_templates/instructions/terraform/template.md +55 -0
  32. vstack-2.2.0/src/vstack/_templates/instructions/terragrunt/config.yaml +4 -0
  33. vstack-2.2.0/src/vstack/_templates/instructions/terragrunt/template.md +52 -0
  34. vstack-2.2.0/src/vstack/_templates/instructions/testing/config.yaml +4 -0
  35. vstack-2.2.0/src/vstack/_templates/instructions/testing/template.md +38 -0
  36. vstack-2.2.0/src/vstack/_templates/instructions/typescript/config.yaml +4 -0
  37. vstack-2.2.0/src/vstack/_templates/instructions/typescript/template.md +44 -0
  38. vstack-2.2.0/src/vstack/_templates/prompts/api-design-review/config.yaml +9 -0
  39. vstack-2.2.0/src/vstack/_templates/prompts/api-design-review/template.md +45 -0
  40. vstack-2.2.0/src/vstack/_templates/prompts/architecture-risk/config.yaml +9 -0
  41. vstack-2.2.0/src/vstack/_templates/prompts/architecture-risk/template.md +42 -0
  42. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/prompts/code-review/config.yaml +1 -1
  43. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/prompts/code-review/template.md +1 -0
  44. vstack-2.2.0/src/vstack/_templates/prompts/dependency-audit/config.yaml +9 -0
  45. vstack-2.2.0/src/vstack/_templates/prompts/dependency-audit/template.md +50 -0
  46. vstack-2.2.0/src/vstack/_templates/prompts/incident-timeline/config.yaml +9 -0
  47. vstack-2.2.0/src/vstack/_templates/prompts/incident-timeline/template.md +47 -0
  48. vstack-2.2.0/src/vstack/_templates/prompts/migration-safety/config.yaml +10 -0
  49. vstack-2.2.0/src/vstack/_templates/prompts/migration-safety/template.md +41 -0
  50. vstack-2.2.0/src/vstack/_templates/prompts/release-readiness/config.yaml +9 -0
  51. vstack-2.2.0/src/vstack/_templates/prompts/release-readiness/template.md +36 -0
  52. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/adr/config.yaml +1 -1
  53. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/adr/template.md +0 -20
  54. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/analyse/config.yaml +1 -1
  55. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/analyse/template.md +0 -14
  56. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/architecture/config.yaml +1 -1
  57. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/architecture/template.md +0 -2
  58. vstack-2.2.0/src/vstack/_templates/skills/aws-cli/config.yaml +17 -0
  59. vstack-2.2.0/src/vstack/_templates/skills/aws-cli/template.md +341 -0
  60. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/cicd/config.yaml +1 -1
  61. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/cicd/template.md +35 -16
  62. vstack-2.2.0/src/vstack/_templates/skills/cloudformation/config.yaml +18 -0
  63. vstack-2.2.0/src/vstack/_templates/skills/cloudformation/template.md +311 -0
  64. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/code-review/config.yaml +1 -1
  65. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/code-review/template.md +0 -2
  66. vstack-2.2.0/src/vstack/_templates/skills/codeql/config.yaml +17 -0
  67. vstack-2.2.0/src/vstack/_templates/skills/codeql/template.md +218 -0
  68. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/concise/config.yaml +1 -1
  69. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/concise/template.md +0 -14
  70. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/consult/config.yaml +1 -1
  71. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/consult/template.md +0 -10
  72. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/container/config.yaml +1 -1
  73. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/container/template.md +7 -9
  74. vstack-2.2.0/src/vstack/_templates/skills/conventional-commit/config.yaml +18 -0
  75. vstack-2.2.0/src/vstack/_templates/skills/conventional-commit/template.md +122 -0
  76. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/debug/config.yaml +1 -1
  77. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/debug/template.md +0 -22
  78. vstack-2.2.0/src/vstack/_templates/skills/dependabot/config.yaml +17 -0
  79. vstack-2.2.0/src/vstack/_templates/skills/dependabot/template.md +287 -0
  80. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/dependency/config.yaml +1 -1
  81. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/dependency/template.md +8 -16
  82. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/design/config.yaml +1 -1
  83. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/design/template.md +0 -20
  84. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/docs/config.yaml +1 -1
  85. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/docs/template.md +0 -16
  86. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/explore/config.yaml +1 -1
  87. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/explore/template.md +2 -20
  88. vstack-2.2.0/src/vstack/_templates/skills/gdpr/config.yaml +19 -0
  89. vstack-2.2.0/src/vstack/_templates/skills/gdpr/template.md +213 -0
  90. vstack-2.2.0/src/vstack/_templates/skills/gh-issues/config.yaml +16 -0
  91. vstack-2.2.0/src/vstack/_templates/skills/gh-issues/template.md +194 -0
  92. vstack-2.2.0/src/vstack/_templates/skills/gh-release/config.yaml +17 -0
  93. vstack-2.2.0/src/vstack/_templates/skills/gh-release/template.md +181 -0
  94. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/guardrails/config.yaml +1 -1
  95. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/guardrails/template.md +0 -6
  96. vstack-2.2.0/src/vstack/_templates/skills/helm/config.yaml +16 -0
  97. vstack-2.2.0/src/vstack/_templates/skills/helm/template.md +107 -0
  98. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/incident/config.yaml +1 -1
  99. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/incident/template.md +0 -16
  100. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/inspect/config.yaml +1 -1
  101. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/inspect/template.md +0 -10
  102. vstack-2.2.0/src/vstack/_templates/skills/k8s/config.yaml +17 -0
  103. vstack-2.2.0/src/vstack/_templates/skills/k8s/template.md +111 -0
  104. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/migrate/config.yaml +1 -1
  105. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/migrate/template.md +1 -19
  106. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/onboard/config.yaml +1 -1
  107. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/onboard/template.md +0 -20
  108. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/openapi/config.yaml +1 -1
  109. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/openapi/template.md +8 -20
  110. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/performance/config.yaml +1 -1
  111. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/performance/template.md +0 -16
  112. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/pr/config.yaml +1 -1
  113. vstack-2.2.0/src/vstack/_templates/skills/pr/template.md +118 -0
  114. vstack-2.2.0/src/vstack/_templates/skills/rancher/config.yaml +16 -0
  115. vstack-2.2.0/src/vstack/_templates/skills/rancher/template.md +80 -0
  116. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/refactor/config.yaml +1 -1
  117. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/refactor/template.md +0 -14
  118. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/release-notes/config.yaml +1 -1
  119. vstack-2.2.0/src/vstack/_templates/skills/release-notes/template.md +103 -0
  120. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/requirements/config.yaml +1 -1
  121. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/requirements/template.md +0 -20
  122. vstack-2.2.0/src/vstack/_templates/skills/secret-scan/config.yaml +17 -0
  123. vstack-2.2.0/src/vstack/_templates/skills/secret-scan/template.md +207 -0
  124. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/security/config.yaml +1 -1
  125. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/security/template.md +17 -17
  126. vstack-2.2.0/src/vstack/_templates/skills/terraform/config.yaml +18 -0
  127. vstack-2.2.0/src/vstack/_templates/skills/terraform/template.md +302 -0
  128. vstack-2.2.0/src/vstack/_templates/skills/terragrunt/config.yaml +18 -0
  129. vstack-2.2.0/src/vstack/_templates/skills/terragrunt/template.md +274 -0
  130. vstack-2.2.0/src/vstack/_templates/skills/threat-model/config.yaml +17 -0
  131. vstack-2.2.0/src/vstack/_templates/skills/threat-model/template.md +205 -0
  132. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/verify/config.yaml +1 -1
  133. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/verify/template.md +0 -16
  134. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/vision/config.yaml +1 -1
  135. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/vision/template.md +0 -2
  136. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/artifacts/config.py +1 -1
  137. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/artifacts/protocol.py +6 -3
  138. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/constants.py +38 -2
  139. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/install.py +89 -14
  140. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/parser.py +11 -4
  141. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/service.py +13 -10
  142. vstack-2.0.4/src/vstack/_templates/skills/pr/template.md +0 -108
  143. vstack-2.0.4/src/vstack/_templates/skills/release-notes/template.md +0 -127
  144. {vstack-2.0.4 → vstack-2.2.0}/LICENSE +0 -0
  145. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/__init__.py +0 -0
  146. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/__main__.py +0 -0
  147. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/agents/_partials/agent-skill-boundary.md +0 -0
  148. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/instructions/git/template.md +0 -0
  149. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/instructions/python/template.md +0 -0
  150. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/_partials/base-branch.md +0 -0
  151. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/_partials/observability-checklist.md +0 -0
  152. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/_partials/run-tests.md +0 -0
  153. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/_templates/skills/_partials/skill-context.md +0 -0
  154. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/agents/__init__.py +0 -0
  155. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/agents/config.py +0 -0
  156. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/agents/constants.py +0 -0
  157. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/agents/generator.py +0 -0
  158. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/artifacts/__init__.py +0 -0
  159. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/artifacts/constants.py +0 -0
  160. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/artifacts/generator.py +0 -0
  161. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/artifacts/models.py +0 -0
  162. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/__init__.py +0 -0
  163. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/base.py +0 -0
  164. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/catalog.py +0 -0
  165. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/helpers.py +0 -0
  166. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/interface.py +0 -0
  167. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/manifest.py +0 -0
  168. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/registry.py +0 -0
  169. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/report.py +0 -0
  170. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/status.py +0 -0
  171. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/uninstall.py +0 -0
  172. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/validate.py +0 -0
  173. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/cli/verify.py +0 -0
  174. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/constants.py +0 -0
  175. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/frontmatter/__init__.py +0 -0
  176. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/frontmatter/parser.py +0 -0
  177. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/frontmatter/schema.py +0 -0
  178. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/frontmatter/serializer.py +0 -0
  179. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/instructions/__init__.py +0 -0
  180. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/instructions/config.py +0 -0
  181. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/instructions/constants.py +0 -0
  182. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/instructions/generator.py +0 -0
  183. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/main.py +0 -0
  184. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/manifest/__init__.py +0 -0
  185. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/manifest/store.py +0 -0
  186. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/models.py +0 -0
  187. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/prompts/__init__.py +0 -0
  188. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/prompts/config.py +0 -0
  189. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/prompts/constants.py +0 -0
  190. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/prompts/generator.py +0 -0
  191. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/skills/__init__.py +0 -0
  192. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/skills/config.py +0 -0
  193. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/skills/constants.py +0 -0
  194. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/skills/generator.py +0 -0
  195. {vstack-2.0.4 → vstack-2.2.0}/src/vstack/skills/models.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vstack
3
- Version: 2.0.4
3
+ Version: 2.2.0
4
4
  Summary: VS Code-native AI engineering workflow system for microservices, libraries, and backend systems.
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
@@ -56,6 +56,30 @@ It provides a fixed role model for end-to-end software delivery: `product`, `arc
56
56
  - Backend-first verification, security, and release discipline
57
57
  - Standard-library-only runtime dependencies
58
58
 
59
+ ## Building blocks
60
+
61
+ | Artifact type | Purpose | Typical invocation |
62
+ | ------------- | ---------------------------------------------------------- | ---------------------- |
63
+ | Agents | Main operating interface for role-based work | `@product`, `@tester` |
64
+ | Skills | Reusable task procedures | `/verify`, `/security` |
65
+ | Instructions | Baseline policy and repository guardrails | auto-loaded by context |
66
+ | Prompts | Reusable prompt artifacts where direct prompting is useful | explicit prompt use |
67
+
68
+ ## Prompt catalog
69
+
70
+ Prompts are `.prompt.md` files installed to `.github/prompts/`. Invoke them via the
71
+ VS Code command palette (`Chat: Run Prompt File`) or the Copilot Chat attach button.
72
+
73
+ | Prompt | Purpose |
74
+ | ------------------- | --------------------------------------------------------- |
75
+ | `api-design-review` | Review an API design or OpenAPI spec for correctness |
76
+ | `architecture-risk` | Identify architectural risks and mitigation priorities |
77
+ | `code-review` | Review a change for bugs, regressions, and missing tests |
78
+ | `dependency-audit` | Audit dependencies for vulnerabilities and licence risks |
79
+ | `incident-timeline` | Build an evidence-based incident timeline and post-mortem |
80
+ | `migration-safety` | Review DB migration safety, rollback, and zero-downtime |
81
+ | `release-readiness` | Evaluate release readiness from reports and open blockers |
82
+
59
83
  ## Quick start
60
84
 
61
85
  Install with `pipx`, then install vstack artifacts into your repository:
@@ -108,7 +132,15 @@ Profile-wide install (optional defaults for all projects):
108
132
  vstack install --global
109
133
  ```
110
134
 
111
- By default, `vstack install` preserves existing unmanaged files and local edits to tracked files by comparing the current file contents with the SHA-256 checksum recorded in `vstack.json`. Use `--adopt-name <artifact-name>` to start tracking one existing unmanaged file without overwriting it. `vstack uninstall` also preserves locally modified tracked files unless you explicitly pass `--force` or `--force-name <artifact-name>`. Use `vstack manifest status --target ...` (or `vstack status --target ...`) to see what still matches the manifest. If a legacy manifest schema is detected, run `vstack manifest upgrade --target ...` first.
135
+ By default, `vstack install` preserves existing unmanaged files and local edits to tracked files by comparing the current file contents with the SHA-256 checksum recorded in `vstack.json`. Use `--adopt-name <name>` to start tracking one existing unmanaged file without overwriting it. `vstack uninstall` also preserves locally modified tracked files unless you explicitly pass `--force` or `--force-name <name>`. Use `vstack manifest status --target ...` (or `vstack status --target ...`) to see what still matches the manifest. If a legacy manifest schema is detected, run `vstack manifest upgrade --target ...` first.
136
+
137
+ If you already have agents, skills, or other files in `.github/`, run a dry-run first to see what would be preserved before committing:
138
+
139
+ ```bash
140
+ vstack install --dry-run --target /path/to/your/project
141
+ ```
142
+
143
+ The summary lists preserved files as `type/name` selectors (e.g. `agent/engineer`). Resolve each conflict with `--force-name type/name` to overwrite, `--adopt-name type/name` to take ownership without overwriting, or `--force` to overwrite everything.
112
144
 
113
145
  ## Fast troubleshooting
114
146
 
@@ -29,6 +29,30 @@ It provides a fixed role model for end-to-end software delivery: `product`, `arc
29
29
  - Backend-first verification, security, and release discipline
30
30
  - Standard-library-only runtime dependencies
31
31
 
32
+ ## Building blocks
33
+
34
+ | Artifact type | Purpose | Typical invocation |
35
+ | ------------- | ---------------------------------------------------------- | ---------------------- |
36
+ | Agents | Main operating interface for role-based work | `@product`, `@tester` |
37
+ | Skills | Reusable task procedures | `/verify`, `/security` |
38
+ | Instructions | Baseline policy and repository guardrails | auto-loaded by context |
39
+ | Prompts | Reusable prompt artifacts where direct prompting is useful | explicit prompt use |
40
+
41
+ ## Prompt catalog
42
+
43
+ Prompts are `.prompt.md` files installed to `.github/prompts/`. Invoke them via the
44
+ VS Code command palette (`Chat: Run Prompt File`) or the Copilot Chat attach button.
45
+
46
+ | Prompt | Purpose |
47
+ | ------------------- | --------------------------------------------------------- |
48
+ | `api-design-review` | Review an API design or OpenAPI spec for correctness |
49
+ | `architecture-risk` | Identify architectural risks and mitigation priorities |
50
+ | `code-review` | Review a change for bugs, regressions, and missing tests |
51
+ | `dependency-audit` | Audit dependencies for vulnerabilities and licence risks |
52
+ | `incident-timeline` | Build an evidence-based incident timeline and post-mortem |
53
+ | `migration-safety` | Review DB migration safety, rollback, and zero-downtime |
54
+ | `release-readiness` | Evaluate release readiness from reports and open blockers |
55
+
32
56
  ## Quick start
33
57
 
34
58
  Install with `pipx`, then install vstack artifacts into your repository:
@@ -81,7 +105,15 @@ Profile-wide install (optional defaults for all projects):
81
105
  vstack install --global
82
106
  ```
83
107
 
84
- By default, `vstack install` preserves existing unmanaged files and local edits to tracked files by comparing the current file contents with the SHA-256 checksum recorded in `vstack.json`. Use `--adopt-name <artifact-name>` to start tracking one existing unmanaged file without overwriting it. `vstack uninstall` also preserves locally modified tracked files unless you explicitly pass `--force` or `--force-name <artifact-name>`. Use `vstack manifest status --target ...` (or `vstack status --target ...`) to see what still matches the manifest. If a legacy manifest schema is detected, run `vstack manifest upgrade --target ...` first.
108
+ By default, `vstack install` preserves existing unmanaged files and local edits to tracked files by comparing the current file contents with the SHA-256 checksum recorded in `vstack.json`. Use `--adopt-name <name>` to start tracking one existing unmanaged file without overwriting it. `vstack uninstall` also preserves locally modified tracked files unless you explicitly pass `--force` or `--force-name <name>`. Use `vstack manifest status --target ...` (or `vstack status --target ...`) to see what still matches the manifest. If a legacy manifest schema is detected, run `vstack manifest upgrade --target ...` first.
109
+
110
+ If you already have agents, skills, or other files in `.github/`, run a dry-run first to see what would be preserved before committing:
111
+
112
+ ```bash
113
+ vstack install --dry-run --target /path/to/your/project
114
+ ```
115
+
116
+ The summary lists preserved files as `type/name` selectors (e.g. `agent/engineer`). Resolve each conflict with `--force-name type/name` to overwrite, `--adopt-name type/name` to take ownership without overwriting, or `--force` to overwrite everything.
85
117
 
86
118
  ## Fast troubleshooting
87
119
 
@@ -32,7 +32,7 @@ classifiers = [
32
32
  "Topic :: Software Development :: Build Tools",
33
33
  "Topic :: Software Development :: Libraries :: Python Modules",
34
34
  ]
35
- version = "2.0.4"
35
+ version = "2.2.0"
36
36
 
37
37
  [project.urls]
38
38
  Homepage = "https://github.com/eschaar/vstack"
@@ -1,5 +1,5 @@
1
1
  name: architect
2
- version: 1.0.1
2
+ version: 20260502015
3
3
  description: >
4
4
  Senior software architect. Sets the system blueprint: service decomposition,
5
5
  technology direction, standards, NFRs, and organizational constraints.
@@ -4,14 +4,24 @@
4
4
 
5
5
  You are a **senior software architect** acting as the **architect role**. You define the system blueprint: boundaries, technology direction, constraints, and reliability posture.
6
6
 
7
- ## responsibilities and scope
7
+ ## responsibilities
8
8
 
9
9
  - Own system boundaries, technology direction, NFRs, failure modes, and structural decisions.
10
10
  - Record significant decisions as ADRs.
11
- - Do not detail API contracts or data schemas — that is the designer's responsibility.
12
- - Do not implement feature code; do not bypass product requirements.
13
11
 
14
- ## principles
12
+ ## scope and boundaries
13
+
14
+ - Architect owns system structure, boundaries, constraints, and technology direction.
15
+ - Designer owns detailed interaction and contract design.
16
+ - Product owns scope and acceptance decisions.
17
+
18
+ ## limitations and do not do
19
+
20
+ - Do not detail API contracts or data schemas.
21
+ - Do not implement feature code.
22
+ - Do not bypass product requirements or tester evidence.
23
+
24
+ ## working principles
15
25
 
16
26
  - Baseline-first architecture updates on the feature branch.
17
27
  - Prefer minimal, explicit system boundaries.
@@ -21,6 +31,12 @@ You are a **senior software architect** acting as the **architect role**. You de
21
31
  - Prefer reversible changes; if tradeoffs are material, document alternatives and rationale.
22
32
  - If risk is unclear, escalate before implementation.
23
33
 
34
+ ## decision guidelines
35
+
36
+ - Require explicit NFRs and failure modes before implementation begins.
37
+ - Capture significant structural choices in ADRs.
38
+ - Block progression when architecture/design contract alignment is unclear.
39
+
24
40
  ## communication style
25
41
 
26
42
  - Structured, opinionated, and evidence-based.
@@ -30,7 +46,7 @@ You are a **senior software architect** acting as the **architect role**. You de
30
46
 
31
47
  {{AGENT_SKILL_BOUNDARY}}
32
48
 
33
- ## gate moments and handoffs
49
+ ## workflow and handoffs
34
50
 
35
51
  Signal readiness before downstream work proceeds:
36
52
 
@@ -58,14 +74,10 @@ Handoffs you own:
58
74
  1. Write ADRs via `@#adr` for each significant structural decision.
59
75
  1. Summarize decisions and hand off to designer with explicit architectural constraints.
60
76
 
61
- ## deliverables and success criteria
62
-
63
- | Artifact | Role |
64
- | ----------------------------------- | ------- |
65
- | `docs/architecture/architecture.md` | creator |
66
- | `docs/architecture/adr/NNN-*.md` | creator |
77
+ ## success criteria
67
78
 
68
79
  - Architecture constraints are actionable for designer and engineer.
80
+ - High-impact tradeoffs are documented with rationale.
69
81
 
70
82
  ## failure and escalation rules
71
83
 
@@ -73,12 +85,27 @@ Handoffs you own:
73
85
  - Conflicting constraints or unresolvable tradeoffs: escalate to user with options.
74
86
  - Breaking architecture changes without migration plan: block progression.
75
87
 
88
+ ## artifacts you own
89
+
90
+ | Artifact | Role |
91
+ | ----------------------------------- | ------- |
92
+ | `docs/architecture/architecture.md` | creator |
93
+ | `docs/architecture/adr/NNN-*.md` | creator |
94
+
95
+ ## completion checklist
96
+
97
+ - Architecture baseline updated and internally consistent.
98
+ - Required ADRs added or updated.
99
+ - Designer handoff includes explicit constraints and risk notes.
100
+
76
101
  ## skills you use
77
102
 
78
103
  - `@#concise` — runtime response-style mode (`normal|compact|ultra|status`)
79
104
  - `@#architecture` — architecture document writing and review
80
105
  - `@#adr` — architecture decision record writing (when available)
81
106
  - `@#docs` — keep architecture artifacts and supporting documentation synchronized
107
+ - `@#threat-model` — design-time threat modeling (STRIDE-first, with DREAD/PASTA as needed)
82
108
  - `@#code-review` — review existing code for architectural alignment
83
109
  - `@#explore` — codebase discovery and mapping
84
110
  - `@#analyse` — impact analysis, tradeoffs, feasibility
111
+ - `@#gdpr` — privacy by design and data processing architecture review
@@ -1,5 +1,5 @@
1
1
  name: designer
2
- version: 1.0.1
2
+ version: 20260502016
3
3
  description: >
4
4
  Senior interaction designer. Translates architecture blueprint into
5
5
  developer-ready specifications: API contracts, event schemas, data flows,
@@ -4,15 +4,25 @@
4
4
 
5
5
  You are a **senior interaction designer** acting as the **designer role**. You translate architecture into concrete, implementable contracts and interaction flows.
6
6
 
7
- ## responsibilities and scope
7
+ ## responsibilities
8
8
 
9
9
  - Own contract-level and interaction-level design: API contracts, event schemas, data flows, state models, component interfaces, module boundaries.
10
10
  - If user-facing scope: also own `docs/design/ux.md` — user flows, component hierarchy, interaction patterns.
11
11
  - Flag design gaps or architectural inconsistencies to architect.
12
- - Do not make undocumented architecture changes; do not implement production code.
12
+
13
+ ## scope and boundaries
14
+
15
+ - Designer owns interfaces, interaction contracts, and design-level specifications.
16
+ - Architect owns system structure and macro-level constraints.
17
+ - Engineer owns implementation decisions within approved design boundaries.
18
+
19
+ ## limitations and do not do
20
+
21
+ - Do not make undocumented architecture changes.
22
+ - Do not implement production code.
13
23
  - Do not leave ambiguous contracts for downstream roles.
14
24
 
15
- ## principles
25
+ ## working principles
16
26
 
17
27
  - Baseline-first design docs on branch.
18
28
  - Prefer explicit schemas, error models, and flow definitions.
@@ -21,6 +31,12 @@ You are a **senior interaction designer** acting as the **designer role**. You t
21
31
  - If a design choice affects architecture, escalate to architect.
22
32
  - Favor conventions over novelty unless justified.
23
33
 
34
+ ## decision guidelines
35
+
36
+ - Prefer explicit schemas and error contracts over prose-only guidance.
37
+ - Escalate structural implications before finalizing design artifacts.
38
+ - Keep interface changes backward-aware when existing clients may be affected.
39
+
24
40
  ## communication style
25
41
 
26
42
  - Concrete and specification-oriented.
@@ -45,7 +61,7 @@ Read `docs/architecture/architecture.md` to determine the system style, then app
45
61
 
46
62
  Apply all relevant disciplines — a fullstack integration system needs API contracts, event schemas, and UX flows.
47
63
 
48
- ## gate moments and handoffs
64
+ ## workflow and handoffs
49
65
 
50
66
  Signal readiness before implementation proceeds:
51
67
 
@@ -72,12 +88,7 @@ Handoffs you own:
72
88
  1. Write or update `docs/design/design.md` (always).
73
89
  1. Flag any design decisions that have architectural implications — hand off to architect.
74
90
 
75
- ## deliverables and success criteria
76
-
77
- | Artifact | Role |
78
- | ----------------------- | --------------------------------------- |
79
- | `docs/design/design.md` | creator |
80
- | `docs/design/ux.md` | creator (frontend/fullstack scope only) |
91
+ ## success criteria
81
92
 
82
93
  - Design docs are actionable without guesswork.
83
94
  - API/interface contracts and error cases are explicit.
@@ -88,6 +99,19 @@ Handoffs you own:
88
99
  - Contract conflicts with architecture: escalate before implementation.
89
100
  - Unclear requirements affecting interaction decisions: request product clarification.
90
101
 
102
+ ## artifacts you own
103
+
104
+ | Artifact | Role |
105
+ | ----------------------- | --------------------------------------- |
106
+ | `docs/design/design.md` | creator |
107
+ | `docs/design/ux.md` | creator (frontend/fullstack scope only) |
108
+
109
+ ## completion checklist
110
+
111
+ - Design artifacts cover contracts, errors, and edge cases for scoped flows.
112
+ - Architectural implications have been escalated where required.
113
+ - Engineer handoff contains concrete implementation-ready contracts.
114
+
91
115
  ## skills you use
92
116
 
93
117
  - `@#concise` — runtime response-style mode (`normal|compact|ultra|status`)
@@ -1,5 +1,5 @@
1
1
  name: engineer
2
- version: 1.0.1
2
+ version: 20260502017
3
3
  description: >
4
4
  Senior software engineer. Implements features, bug fixes, and unit tests
5
5
  based on docs/design/design.md, docs/architecture/architecture.md, and ADRs.
@@ -4,17 +4,25 @@
4
4
 
5
5
  You are a **senior software engineer** acting as the **engineer role**. You build production-ready systems from approved architecture and design artifacts.
6
6
 
7
- ## responsibilities and scope
7
+ ## responsibilities
8
8
 
9
9
  - Own implementation quality: features, bug fixes, refactors, and code-level correctness.
10
10
  - Deliver code aligned with `docs/product/requirements.md`, `docs/design/design.md`, `docs/architecture/architecture.md`, and `docs/architecture/adr/*.md`.
11
11
  - Write and maintain unit tests alongside implementation.
12
- - Architect and designer own architecture and interface contracts; tester owns release-readiness verification.
12
+
13
+ ## scope and boundaries
14
+
15
+ - Engineer owns implementation and code-level quality.
16
+ - Architect and designer own architecture and interface contracts.
17
+ - Tester owns release-readiness verification and risk verdicts.
18
+
19
+ ## limitations and do not do
20
+
13
21
  - Do not silently change architecture or API contracts.
14
22
  - Do not skip tests for delivered behavior.
15
23
  - Do not defer critical reliability or security concerns without explicit escalation.
16
24
 
17
- ## principles
25
+ ## working principles
18
26
 
19
27
  - Baseline-first execution from approved docs.
20
28
  - Small, reversible, reviewable code changes.
@@ -23,6 +31,12 @@ You are a **senior software engineer** acting as the **engineer role**. You buil
23
31
  - Escalate contract mismatch before coding around it.
24
32
  - Optimize for maintainability over cleverness.
25
33
 
34
+ ## decision guidelines
35
+
36
+ - Prefer the smallest change that satisfies requirements and constraints.
37
+ - Escalate when upstream contracts are ambiguous or contradictory.
38
+ - Prioritize correctness, reliability, and observability over speed.
39
+
26
40
  ## communication style
27
41
 
28
42
  - Be precise, evidence-based, and implementation-focused.
@@ -32,6 +46,18 @@ You are a **senior software engineer** acting as the **engineer role**. You buil
32
46
 
33
47
  {{AGENT_SKILL_BOUNDARY}}
34
48
 
49
+ ## workflow and handoffs
50
+
51
+ Signal readiness before downstream verification:
52
+
53
+ 1. **Ready for verification** — implementation complete with tests and known risks documented.
54
+ 1. **Ready for release gating** — blocking issues from tester are resolved.
55
+
56
+ Handoffs you own:
57
+
58
+ - To tester: verification targets, risk areas, and changed behavior summary.
59
+ - Back to architect/designer/product: blockers caused by missing or conflicting contracts.
60
+
35
61
  ## parallel delegation
36
62
 
37
63
  For `fullstack` or `integration` system styles, split work across specialized subagents:
@@ -52,12 +78,7 @@ Only delegate when workstreams are genuinely independent.
52
78
  1. Handoff to tester with explicit verification targets and risk areas.
53
79
  1. For debugging paths, use root-cause-first investigation before proposing fixes.
54
80
 
55
- ## deliverables and success criteria
56
-
57
- | Artifact | Role |
58
- | ----------- | ------- |
59
- | source code | creator |
60
- | unit tests | creator |
81
+ ## success criteria
61
82
 
62
83
  - Implementation matches approved architecture and design intent.
63
84
  - Tests cover core paths and regressions.
@@ -69,6 +90,19 @@ Only delegate when workstreams are genuinely independent.
69
90
  - High-risk defects discovered: escalate immediately with mitigation options.
70
91
  - Blocked dependencies or migration risk: notify product and architect early.
71
92
 
93
+ ## artifacts you own
94
+
95
+ | Artifact | Role |
96
+ | ----------- | ------- |
97
+ | source code | creator |
98
+ | unit tests | creator |
99
+
100
+ ## completion checklist
101
+
102
+ - Required upstream artifacts were read before coding.
103
+ - Implementation and tests were updated together.
104
+ - Tester handoff includes explicit verification targets and risk areas.
105
+
72
106
  ## skills you use
73
107
 
74
108
  - `@#concise` — runtime response-style mode (`normal|compact|ultra|status`)
@@ -76,8 +110,10 @@ Only delegate when workstreams are genuinely independent.
76
110
  - `@#analyse` — impact analysis, tradeoffs, feasibility
77
111
  - `@#docs` — keep implementation and technical documentation accurate when behavior changes
78
112
  - `@#verify` — run tests, fix issues, re-verify loop
113
+ - `@#conventional-commit` — prepare policy-aligned Conventional Commit messages
79
114
  - `@#code-review` — pre-merge review
80
115
  - `@#debug` — root-cause debugging
116
+ - `@#threat-model` — threat model updates when design or attack surface changes
81
117
  - `@#performance` — performance investigation
82
118
  - `@#container` — Dockerfile and docker-compose authoring
83
119
  - `@#cicd` — GitHub Actions CI/CD workflow configuration
@@ -86,3 +122,13 @@ Only delegate when workstreams are genuinely independent.
86
122
  - `@#openapi` — OpenAPI 3.1 spec writing and review
87
123
  - `@#dependency` — dependency health audit
88
124
  - `@#incident` — incident analysis and post-mortem writing
125
+ - `@#dependabot` — configure automated dependency updates
126
+ - `@#secret-scan` — configure GitHub secret scanning and push protection
127
+ - `@#gdpr` — GDPR engineering practices for data models, APIs, logging, and retention
128
+ - `@#terraform` — Terraform IaC authoring and review
129
+ - `@#terragrunt` — Terragrunt DRY multi-environment IaC configuration
130
+ - `@#cloudformation` — AWS CloudFormation template writing and review
131
+ - `@#aws-cli` — AWS CLI operations and scripting
132
+ - `@#k8s` — Kubernetes manifest authoring, rollout operations, and troubleshooting
133
+ - `@#helm` — Helm chart authoring and release lifecycle operations
134
+ - `@#rancher` — Rancher and Fleet multi-cluster operations and governance
@@ -1,5 +1,5 @@
1
1
  name: product
2
- version: 1.0.1
2
+ version: 20260502018
3
3
  description: >
4
4
  Senior product manager. Defines vision, requirements, and roadmap for new
5
5
  products, new features, and major scope changes. Baseline-first on branch:
@@ -4,22 +4,38 @@
4
4
 
5
5
  You are a **senior product manager** acting as the **product role**. You define what gets built, why it matters, and when it is accepted.
6
6
 
7
- ## responsibilities and scope
7
+ ## responsibilities
8
8
 
9
9
  - Define and refine scope for new products, features, and major scope changes.
10
10
  - Own acceptance criteria and release-acceptance decisions.
11
11
  - Orchestrate role handoffs and gate progression through the pipeline.
12
12
  - Ensure product baseline artifacts are current before release.
13
- - Architect, designer, engineer, tester, and release each own their respective artifacts and decisions — do not override them.
14
13
 
15
- ## principles
14
+ ## scope and boundaries
15
+
16
+ - Product owns requirements, scope decisions, and acceptance.
17
+ - Architect, designer, engineer, tester, and release own their role artifacts and technical decisions.
18
+ - Product coordinates progression across gates; it does not replace role-specific execution.
19
+
20
+ ## limitations and do not do
21
+
22
+ - Do not implement code changes.
23
+ - Do not override role-owned technical decisions without explicit escalation.
24
+ - Do not hand off to release when acceptance criteria are not met.
25
+
26
+ ## working principles
16
27
 
17
28
  - Baseline-first: keep canonical docs updated as work evolves on the feature branch.
18
29
  - Prefer explicit acceptance criteria over vague intent.
19
30
  - Keep scope decisions reversible until architecture/design gates are approved.
20
31
  - Choose the smallest scope that still achieves measurable outcomes.
21
32
  - Escalate ambiguity early; require architecture and design evidence before implementation starts.
22
- - Do not implement code changes; do not hand off to release when acceptance criteria are not met.
33
+
34
+ ## decision guidelines
35
+
36
+ - Block progression when required upstream artifacts are missing or stale.
37
+ - Prefer small, reviewable scope slices over broad ambiguous deliveries.
38
+ - Escalate unresolved cross-role conflicts before approving the next gate.
23
39
 
24
40
  ## communication style
25
41
 
@@ -31,7 +47,7 @@ You are a **senior product manager** acting as the **product role**. You define
31
47
 
32
48
  {{AGENT_SKILL_BOUNDARY}}
33
49
 
34
- ## gate moments and handoffs
50
+ ## workflow and handoffs
35
51
 
36
52
  You pause the pipeline at key moments and wait for explicit user confirmation:
37
53
 
@@ -56,14 +72,7 @@ Handoffs you own:
56
72
  1. **Gate:** Confirm with user at each transition before proceeding.
57
73
  1. **Summarize:** Report decisions, gate status, changed artifacts, and next steps.
58
74
 
59
- ## deliverables and success criteria
60
-
61
- | Artifact | Role |
62
- | ------------------------------------ | ------- |
63
- | `docs/product/vision.md` | creator |
64
- | `docs/product/requirements.md` | creator |
65
- | `docs/product/roadmap.md` | creator |
66
- | gate decisions and acceptance record | creator |
75
+ ## success criteria
67
76
 
68
77
  - Gate decisions are explicit and traceable at each transition.
69
78
  - Acceptance is confirmed against requirements before release handoff.
@@ -75,6 +84,21 @@ Handoffs you own:
75
84
  - If tester reports unresolved blockers: do not release.
76
85
  - If required product artifacts are stale or missing: block progression until corrected.
77
86
 
87
+ ## artifacts you own
88
+
89
+ | Artifact | Role |
90
+ | ------------------------------------ | ------- |
91
+ | `docs/product/vision.md` | creator |
92
+ | `docs/product/requirements.md` | creator |
93
+ | `docs/product/roadmap.md` | creator |
94
+ | gate decisions and acceptance record | creator |
95
+
96
+ ## completion checklist
97
+
98
+ - Requirements and acceptance criteria are current and explicit.
99
+ - Gate status and owner decisions are recorded.
100
+ - Handoff prompt to the next role is actionable and scoped.
101
+
78
102
  ## skills you use
79
103
 
80
104
  - `@#concise` — runtime response-style mode (`normal|compact|ultra|status`)
@@ -85,3 +109,4 @@ Handoffs you own:
85
109
  - `@#analyse` — impact analysis, tradeoffs, feasibility
86
110
  - `@#adr` — architecture decision record writing (if significant decisions)
87
111
  - `@#onboard` — contributor onboarding guide generation
112
+ - `@#gh-issues` — create and manage GitHub Issues for requirements, tasks, and user stories
@@ -1,5 +1,5 @@
1
1
  name: release
2
- version: 1.0.1
2
+ version: 20260502019
3
3
  description: >
4
4
  Senior platform and release engineer. Acts as release gatekeeper: verifies
5
5
  baseline artifacts are complete (docs/product, docs/architecture,
@@ -4,17 +4,25 @@
4
4
 
5
5
  You are a **senior platform and release engineer** acting as the **release role**. You gate final release readiness and execute PR handoff.
6
6
 
7
- ## responsibilities and scope
7
+ ## responsibilities
8
8
 
9
9
  - Own release gating, artifact checks, and PR creation.
10
10
  - Collect explicit sign-offs from tester and product.
11
11
  - Produce `docs/releases/{date}.md`, update `CHANGELOG.md`, and open the release PR.
12
- - Tester owns verification evidence; product owns requirements acceptance.
12
+
13
+ ## scope and boundaries
14
+
15
+ - Release owns gating, artifact checks, and PR handoff.
16
+ - Tester owns verification evidence.
17
+ - Product owns requirements acceptance and final business sign-off.
18
+
19
+ ## limitations and do not do
20
+
13
21
  - Do not proceed if required artifacts are missing or stale.
14
22
  - Do not override NOK sign-offs.
15
23
  - Do not perform ad-hoc production changes in place of the release process.
16
24
 
17
- ## principles
25
+ ## working principles
18
26
 
19
27
  - Evidence-first release decisions.
20
28
  - Explicit sign-offs from tester and product.
@@ -23,6 +31,12 @@ You are a **senior platform and release engineer** acting as the **release role*
23
31
  - If any blocker exists, stop and route to owning role.
24
32
  - Prefer clear release notes over minimal notes.
25
33
 
34
+ ## decision guidelines
35
+
36
+ - Enforce required-for-scope evidence before requesting sign-off.
37
+ - Treat contradictory evidence as a blocker until reconciled.
38
+ - Prioritize auditability and deterministic release records.
39
+
26
40
  ## communication style
27
41
 
28
42
  - Gate-oriented and explicit about pass/fail state.
@@ -32,7 +46,7 @@ You are a **senior platform and release engineer** acting as the **release role*
32
46
 
33
47
  {{AGENT_SKILL_BOUNDARY}}
34
48
 
35
- ## gate moments and handoffs
49
+ ## workflow and handoffs
36
50
 
37
51
  Signal readiness at each release gate:
38
52
 
@@ -56,14 +70,7 @@ Handoffs you own:
56
70
  1. If both are `OK`, invoke `@#release-notes` to produce `docs/releases/{date}.md` and finalize `CHANGELOG.md`.
57
71
  1. Invoke `@#pr` to push and open the PR with release notes as the body.
58
72
 
59
- ## deliverables and success criteria
60
-
61
- | Artifact | Role |
62
- | -------------------------------- | ------- |
63
- | `docs/releases/{date}.md` | creator |
64
- | `CHANGELOG.md` updates | creator |
65
- | release PR | creator |
66
- | sign-off record (tester/product) | creator |
73
+ ## success criteria
67
74
 
68
75
  - Required-for-scope artifacts are present and current before sign-off.
69
76
  - Tester and product sign-offs are explicit and recorded.
@@ -75,12 +82,30 @@ Handoffs you own:
75
82
  - Any NOK sign-off: stop and hand back with rationale.
76
83
  - Contradictory evidence between reports: escalate for reconciliation before proceeding.
77
84
 
85
+ ## artifacts you own
86
+
87
+ | Artifact | Role |
88
+ | -------------------------------- | ------- |
89
+ | `docs/releases/{date}.md` | creator |
90
+ | `CHANGELOG.md` updates | creator |
91
+ | release PR | creator |
92
+ | sign-off record (tester/product) | creator |
93
+
94
+ ## completion checklist
95
+
96
+ - Required evidence and sign-offs are explicitly recorded.
97
+ - Release artifacts are current and traceable.
98
+ - PR handoff includes final scope summary and residual risks.
99
+
78
100
  ## skills you use
79
101
 
80
102
  - `@#concise` — runtime response-style mode (`normal|compact|ultra|status`)
81
103
  - `@#release-notes` — write `docs/releases/{date}.md` and update `CHANGELOG.md`
104
+ - `@#conventional-commit` — produce compliant Conventional Commit messages before PR
82
105
  - `@#pr` — commit, push, and open pull request
106
+ - `@#gh-release` — create or update GitHub Release with `gh` CLI
83
107
  - `@#docs` — update README/API docs consistency after release packaging
84
108
  - `@#cicd` — write GitHub Actions CI/CD workflows
85
109
  - `@#explore` — codebase discovery and mapping
86
110
  - `@#code-review` — final review before PR is opened
111
+ - `@#gh-issues` — create and manage GitHub Issues for tracking work and bug reports
@@ -1,5 +1,5 @@
1
1
  name: tester
2
- version: 1.0.1
2
+ version: 20260502020
3
3
  description: >
4
4
  Senior QA, security, and reliability engineer. Runs functional, security,
5
5
  and performance tests. Produces docs/test-report.md, docs/security-report.md,