vstack 3.3.0__tar.gz → 3.4.1__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 (257) hide show
  1. vstack-3.4.1/PKG-INFO +104 -0
  2. vstack-3.4.1/README-pypi.md +72 -0
  3. {vstack-3.3.0 → vstack-3.4.1}/pyproject.toml +2 -1
  4. vstack-3.4.1/src/vstack/_templates/agents/_partials/stage-report-contract.md +10 -0
  5. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/architect/config.yaml +9 -2
  6. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/architect/template.md +3 -1
  7. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/designer/config.yaml +9 -2
  8. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/designer/template.md +3 -1
  9. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/engineer/config.yaml +9 -2
  10. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/engineer/template.md +3 -1
  11. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/planner/config.yaml +2 -1
  12. vstack-3.4.1/src/vstack/_templates/agents/planner/template.md +187 -0
  13. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/product/config.yaml +9 -2
  14. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/product/template.md +4 -1
  15. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/release/config.yaml +9 -2
  16. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/release/template.md +4 -1
  17. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/tester/config.yaml +9 -2
  18. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/tester/template.md +3 -1
  19. vstack-3.4.1/src/vstack/_templates/hooks/agent-call-audit/hook.yaml +1345 -0
  20. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/hooks/post-commit-security-scan/hook.yaml +21 -16
  21. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/hooks/post-edit-format/hook.yaml +21 -16
  22. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/hooks/post-edit-markdown-quality/hook.yaml +21 -16
  23. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/hooks/pre-tool-safety-gate/hook.yaml +22 -17
  24. vstack-3.4.1/src/vstack/_templates/hooks/session-audit/hook.yaml +533 -0
  25. vstack-3.4.1/src/vstack/_templates/prompts/artifact-integrity/config.yaml +9 -0
  26. vstack-3.4.1/src/vstack/_templates/prompts/artifact-integrity/template.md +46 -0
  27. vstack-3.4.1/src/vstack/_templates/prompts/ci-triage/config.yaml +9 -0
  28. vstack-3.4.1/src/vstack/_templates/prompts/ci-triage/template.md +33 -0
  29. vstack-3.4.1/src/vstack/_templates/prompts/migration-plan/config.yaml +9 -0
  30. vstack-3.4.1/src/vstack/_templates/prompts/migration-plan/template.md +33 -0
  31. vstack-3.4.1/src/vstack/_templates/prompts/ops-readiness/config.yaml +9 -0
  32. vstack-3.4.1/src/vstack/_templates/prompts/ops-readiness/template.md +32 -0
  33. vstack-3.4.1/src/vstack/_templates/prompts/release-check/config.yaml +9 -0
  34. vstack-3.4.1/src/vstack/_templates/prompts/release-check/template.md +36 -0
  35. vstack-3.4.1/src/vstack/_templates/prompts/repo-assessment/config.yaml +9 -0
  36. vstack-3.4.1/src/vstack/_templates/prompts/repo-assessment/template.md +46 -0
  37. vstack-3.4.1/src/vstack/_templates/prompts/template-impact/config.yaml +9 -0
  38. vstack-3.4.1/src/vstack/_templates/prompts/template-impact/template.md +33 -0
  39. vstack-3.4.1/src/vstack/_templates/prompts/test-gaps/config.yaml +9 -0
  40. vstack-3.4.1/src/vstack/_templates/prompts/test-gaps/template.md +30 -0
  41. vstack-3.4.1/src/vstack/_templates/prompts/upgrade-plan/config.yaml +9 -0
  42. vstack-3.4.1/src/vstack/_templates/prompts/upgrade-plan/template.md +33 -0
  43. vstack-3.4.1/src/vstack/_templates/prompts/workflow-check/config.yaml +9 -0
  44. vstack-3.4.1/src/vstack/_templates/prompts/workflow-check/template.md +36 -0
  45. vstack-3.4.1/src/vstack/_templates/skills/copilot-ops/config.yaml +15 -0
  46. vstack-3.4.1/src/vstack/_templates/skills/copilot-ops/template.md +54 -0
  47. vstack-3.4.1/src/vstack/_templates/skills/space-setup/config.yaml +15 -0
  48. vstack-3.4.1/src/vstack/_templates/skills/space-setup/template.md +54 -0
  49. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/agents/generator.py +31 -0
  50. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/constants.py +13 -1
  51. vstack-3.3.0/PKG-INFO +0 -371
  52. vstack-3.3.0/README-pypi.md +0 -339
  53. vstack-3.3.0/src/vstack/_templates/agents/planner/template.md +0 -128
  54. vstack-3.3.0/src/vstack/_templates/hooks/session-audit/hook.yaml +0 -248
  55. vstack-3.3.0/src/vstack/_templates/prompts/release-readiness/config.yaml +0 -9
  56. vstack-3.3.0/src/vstack/_templates/prompts/release-readiness/template.md +0 -36
  57. {vstack-3.3.0 → vstack-3.4.1}/LICENSE +0 -0
  58. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/__init__.py +0 -0
  59. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/__main__.py +0 -0
  60. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_migrations/README.md +0 -0
  61. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_migrations/v2_to_v3.yaml +0 -0
  62. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/_partials/agent-skill-boundary.md +0 -0
  63. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/architect/artifacts/adr/NNN-template.md +0 -0
  64. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/architect/artifacts/overview.md +0 -0
  65. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/designer/artifacts/overview.md +0 -0
  66. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/engineer/artifacts/issues/postmortem.md +0 -0
  67. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/engineer/artifacts/issues/rca.md +0 -0
  68. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/product/artifacts/changes/change-request.md +0 -0
  69. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/product/artifacts/issues/issue.md +0 -0
  70. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/product/artifacts/requirements.md +0 -0
  71. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/product/artifacts/roadmap.md +0 -0
  72. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/product/artifacts/vision.md +0 -0
  73. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/release/artifacts/release-summary.md +0 -0
  74. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/tester/artifacts/performance-baseline.md +0 -0
  75. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/tester/artifacts/security-report.md +0 -0
  76. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/agents/tester/artifacts/test-report.md +0 -0
  77. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/hooks/log-retention-cleanup/hook.yaml +0 -0
  78. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/git/config.yaml +0 -0
  79. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/git/template.md +0 -0
  80. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/helm/config.yaml +0 -0
  81. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/helm/template.md +0 -0
  82. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/java/config.yaml +0 -0
  83. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/java/template.md +0 -0
  84. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/k8s/config.yaml +0 -0
  85. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/k8s/template.md +0 -0
  86. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/markdown/config.yaml +0 -0
  87. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/markdown/template.md +0 -0
  88. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/python/config.yaml +0 -0
  89. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/python/template.md +0 -0
  90. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/rancher/config.yaml +0 -0
  91. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/rancher/template.md +0 -0
  92. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/security/config.yaml +0 -0
  93. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/security/template.md +0 -0
  94. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/terraform/config.yaml +0 -0
  95. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/terraform/template.md +0 -0
  96. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/terragrunt/config.yaml +0 -0
  97. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/terragrunt/template.md +0 -0
  98. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/testing/config.yaml +0 -0
  99. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/testing/template.md +0 -0
  100. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/typescript/config.yaml +0 -0
  101. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/instructions/typescript/template.md +0 -0
  102. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/project/.vstack/config.yaml +0 -0
  103. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/api-design-review/config.yaml +0 -0
  104. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/api-design-review/template.md +0 -0
  105. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/architecture-risk/config.yaml +0 -0
  106. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/architecture-risk/template.md +0 -0
  107. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/code-review/config.yaml +0 -0
  108. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/code-review/template.md +0 -0
  109. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/dependency-audit/config.yaml +0 -0
  110. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/dependency-audit/template.md +0 -0
  111. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/incident-timeline/config.yaml +0 -0
  112. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/incident-timeline/template.md +0 -0
  113. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/migration-safety/config.yaml +0 -0
  114. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/prompts/migration-safety/template.md +0 -0
  115. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/_partials/base-branch.md +0 -0
  116. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/_partials/observability-checklist.md +0 -0
  117. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/_partials/run-tests.md +0 -0
  118. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/_partials/skill-context.md +0 -0
  119. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/adr/config.yaml +0 -0
  120. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/adr/template.md +0 -0
  121. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/analyse/config.yaml +0 -0
  122. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/analyse/template.md +0 -0
  123. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/architecture/config.yaml +0 -0
  124. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/architecture/template.md +0 -0
  125. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/aws-cli/config.yaml +0 -0
  126. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/aws-cli/template.md +0 -0
  127. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/cicd/config.yaml +0 -0
  128. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/cicd/template.md +0 -0
  129. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/cloudformation/config.yaml +0 -0
  130. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/cloudformation/template.md +0 -0
  131. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/code-review/config.yaml +0 -0
  132. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/code-review/template.md +0 -0
  133. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/codeql/config.yaml +0 -0
  134. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/codeql/template.md +0 -0
  135. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/concise/config.yaml +0 -0
  136. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/concise/template.md +0 -0
  137. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/consult/config.yaml +0 -0
  138. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/consult/template.md +0 -0
  139. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/container/config.yaml +0 -0
  140. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/container/template.md +0 -0
  141. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/conventional-commit/config.yaml +0 -0
  142. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/conventional-commit/template.md +0 -0
  143. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/debug/config.yaml +0 -0
  144. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/debug/template.md +0 -0
  145. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/dependabot/config.yaml +0 -0
  146. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/dependabot/template.md +0 -0
  147. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/dependency/config.yaml +0 -0
  148. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/dependency/template.md +0 -0
  149. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/design/config.yaml +0 -0
  150. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/design/template.md +0 -0
  151. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/docs/config.yaml +0 -0
  152. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/docs/template.md +0 -0
  153. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/explore/config.yaml +0 -0
  154. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/explore/template.md +0 -0
  155. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/gdpr/config.yaml +0 -0
  156. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/gdpr/template.md +0 -0
  157. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/gh-issues/config.yaml +0 -0
  158. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/gh-issues/template.md +0 -0
  159. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/gh-release/config.yaml +0 -0
  160. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/gh-release/template.md +0 -0
  161. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/guardrails/config.yaml +0 -0
  162. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/guardrails/template.md +0 -0
  163. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/helm/config.yaml +0 -0
  164. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/helm/template.md +0 -0
  165. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/incident/config.yaml +0 -0
  166. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/incident/template.md +0 -0
  167. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/inspect/config.yaml +0 -0
  168. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/inspect/template.md +0 -0
  169. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/k8s/config.yaml +0 -0
  170. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/k8s/template.md +0 -0
  171. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/migrate/config.yaml +0 -0
  172. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/migrate/template.md +0 -0
  173. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/onboard/config.yaml +0 -0
  174. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/onboard/template.md +0 -0
  175. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/openapi/config.yaml +0 -0
  176. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/openapi/template.md +0 -0
  177. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/performance/config.yaml +0 -0
  178. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/performance/template.md +0 -0
  179. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/postmortem/config.yaml +0 -0
  180. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/postmortem/template.md +0 -0
  181. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/pr/config.yaml +0 -0
  182. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/pr/template.md +0 -0
  183. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/rancher/config.yaml +0 -0
  184. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/rancher/template.md +0 -0
  185. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/rca/config.yaml +0 -0
  186. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/rca/template.md +0 -0
  187. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/refactor/config.yaml +0 -0
  188. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/refactor/template.md +0 -0
  189. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/release-notes/config.yaml +0 -0
  190. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/release-notes/template.md +0 -0
  191. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/requirements/config.yaml +0 -0
  192. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/requirements/template.md +0 -0
  193. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/secret-scan/config.yaml +0 -0
  194. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/secret-scan/template.md +0 -0
  195. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/security/config.yaml +0 -0
  196. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/security/template.md +0 -0
  197. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/terraform/config.yaml +0 -0
  198. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/terraform/template.md +0 -0
  199. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/terragrunt/config.yaml +0 -0
  200. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/terragrunt/template.md +0 -0
  201. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/threat-model/config.yaml +0 -0
  202. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/threat-model/template.md +0 -0
  203. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/verify/config.yaml +0 -0
  204. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/verify/template.md +0 -0
  205. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/vision/config.yaml +0 -0
  206. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/_templates/skills/vision/template.md +0 -0
  207. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/agents/__init__.py +0 -0
  208. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/agents/config.py +0 -0
  209. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/agents/constants.py +0 -0
  210. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/artifacts/__init__.py +0 -0
  211. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/artifacts/config.py +0 -0
  212. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/artifacts/constants.py +0 -0
  213. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/artifacts/generator.py +0 -0
  214. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/artifacts/models.py +0 -0
  215. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/artifacts/protocol.py +0 -0
  216. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/__init__.py +0 -0
  217. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/base.py +0 -0
  218. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/catalog.py +0 -0
  219. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/init.py +0 -0
  220. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/install.py +0 -0
  221. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/interface.py +0 -0
  222. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/manifest.py +0 -0
  223. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/migrate.py +0 -0
  224. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/parser.py +0 -0
  225. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/report.py +0 -0
  226. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/service.py +0 -0
  227. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/status.py +0 -0
  228. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/uninstall.py +0 -0
  229. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/validate.py +0 -0
  230. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/cli/verify.py +0 -0
  231. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/constants.py +0 -0
  232. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/frontmatter/__init__.py +0 -0
  233. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/frontmatter/parser.py +0 -0
  234. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/frontmatter/schema.py +0 -0
  235. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/frontmatter/serializer.py +0 -0
  236. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/hooks/__init__.py +0 -0
  237. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/hooks/config.py +0 -0
  238. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/hooks/constants.py +0 -0
  239. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/hooks/generator.py +0 -0
  240. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/instructions/__init__.py +0 -0
  241. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/instructions/config.py +0 -0
  242. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/instructions/constants.py +0 -0
  243. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/instructions/generator.py +0 -0
  244. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/main.py +0 -0
  245. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/manifest/__init__.py +0 -0
  246. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/manifest/store.py +0 -0
  247. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/models.py +0 -0
  248. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/prompts/__init__.py +0 -0
  249. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/prompts/config.py +0 -0
  250. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/prompts/constants.py +0 -0
  251. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/prompts/generator.py +0 -0
  252. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/skills/__init__.py +0 -0
  253. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/skills/config.py +0 -0
  254. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/skills/constants.py +0 -0
  255. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/skills/generator.py +0 -0
  256. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/skills/models.py +0 -0
  257. {vstack-3.3.0 → vstack-3.4.1}/src/vstack/utils.py +0 -0
vstack-3.4.1/PKG-INFO ADDED
@@ -0,0 +1,104 @@
1
+ Metadata-Version: 2.4
2
+ Name: vstack
3
+ Version: 3.4.1
4
+ Summary: VS Code-native AI engineering workflow system for microservices, libraries, and backend systems.
5
+ License-Expression: MIT
6
+ License-File: LICENSE
7
+ Keywords: github-copilot,vscode,ai-workflows,developer-tools,devx,engineering-workflow,copilot-agent-mode,backend,microservices,api,workflow-automation,release-engineering,agentic-workflow,agentic-ai,ai-agent,llm,llm-agents,prompt-engineering,code-generation,scaffolding,cli,agents
8
+ Requires-Python: >=3.11,<3.15
9
+ Classifier: Development Status :: 4 - Beta
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Programming Language :: Python :: 3.14
16
+ Classifier: Environment :: Console
17
+ Classifier: Intended Audience :: Developers
18
+ Classifier: Topic :: Software Development :: Build Tools
19
+ Classifier: Topic :: Software Development :: Code Generators
20
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
+ Classifier: Topic :: Utilities
22
+ Requires-Dist: pyyaml (>=6.0)
23
+ Project-URL: Changelog, https://github.com/eschaar/vstack/blob/main/CHANGELOG.md
24
+ Project-URL: Documentation, https://github.com/eschaar/vstack/blob/main/README.md
25
+ Project-URL: Discussions, https://github.com/eschaar/vstack/discussions
26
+ Project-URL: Homepage, https://github.com/eschaar/vstack
27
+ Project-URL: Issues, https://github.com/eschaar/vstack/issues
28
+ Project-URL: Repository, https://github.com/eschaar/vstack
29
+ Project-URL: Security, https://github.com/eschaar/vstack/blob/main/SECURITY.md
30
+ Description-Content-Type: text/markdown
31
+
32
+ <p align="center">
33
+ <img src="https://raw.githubusercontent.com/eschaar/vstack/main/assets/branding/vstack.png" alt="vstack" width="260">
34
+ </p>
35
+
36
+ [![PyPI version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpypi.org%2Fpypi%2Fvstack%2Fjson&query=%24.info.version&label=PyPI&color=0B8A6F&cacheSeconds=300)](https://pypi.org/project/vstack/)
37
+ [![Python version](https://img.shields.io/badge/python-3.11--3.14-0B8A6F)](https://github.com/eschaar/vstack/blob/main/pyproject.toml)
38
+ [![Verify status](https://img.shields.io/github/actions/workflow/status/eschaar/vstack/verify.yml?label=verify&color=1D6FA5)](https://github.com/eschaar/vstack/actions/workflows/verify.yml)
39
+ [![Security checks](https://img.shields.io/github/actions/workflow/status/eschaar/vstack/security.yml?label=security&color=B15E00)](https://github.com/eschaar/vstack/actions/workflows/security.yml)
40
+ [![Runtime: PyYAML](https://img.shields.io/badge/runtime-PyYAML-5B6C8F)](https://github.com/eschaar/vstack/blob/main/pyproject.toml)
41
+ [![License: MIT](https://img.shields.io/github/license/eschaar/vstack?color=5F7A1F)](https://github.com/eschaar/vstack/blob/main/LICENSE)
42
+ [![GitHub Discussions](https://img.shields.io/badge/discussions-ask%20%26%20share-blueviolet?logo=github)](https://github.com/eschaar/vstack/discussions)
43
+
44
+ The VS Code-native AI workflow system for backend engineering.
45
+
46
+ vstack installs structured agents, skills, instructions, and prompts into `.github/` so GitHub Copilot Agent Mode can run repeatable backend workflows with clear role boundaries.
47
+
48
+ It provides six delivery roles for end-to-end software work: `product`, `architect`, `designer`, `engineer`, `tester`, and `release`, coordinated by `planner`.
49
+
50
+ ## Quickstart
51
+
52
+ ```bash
53
+ pipx install vstack
54
+ cd /path/to/your/project
55
+ vstack install
56
+ vstack validate
57
+ ```
58
+
59
+ Then open Copilot Chat, switch to Agent mode, and select the `planner` agent.
60
+
61
+ ## Quick upgrade
62
+
63
+ Patch or minor upgrade:
64
+
65
+ ```bash
66
+ pipx upgrade vstack
67
+ cd /path/to/your/project
68
+ vstack init
69
+ ```
70
+
71
+ Major upgrade:
72
+
73
+ ```bash
74
+ pipx upgrade vstack
75
+ cd /path/to/your/project
76
+ vstack migrate
77
+ vstack init
78
+ ```
79
+
80
+ If you see a legacy manifest schema warning:
81
+
82
+ ```bash
83
+ vstack manifest upgrade
84
+ vstack init
85
+ ```
86
+
87
+ ## Try it now
88
+
89
+ In Copilot Chat after selecting `planner`:
90
+
91
+ ```text
92
+ Run the workflow for this repository change.
93
+ ```
94
+
95
+ ## Full docs on GitHub
96
+
97
+ - User docs index: <https://github.com/eschaar/vstack/blob/main/docs/user/README.md>
98
+ - Install and upgrade: <https://github.com/eschaar/vstack/blob/main/docs/user/how-to/install-and-upgrade.md>
99
+ - Troubleshooting: <https://github.com/eschaar/vstack/blob/main/docs/user/how-to/troubleshooting.md>
100
+ - CLI commands reference: <https://github.com/eschaar/vstack/blob/main/docs/user/reference/cli-commands.md>
101
+ - Configuration reference: <https://github.com/eschaar/vstack/blob/main/docs/user/reference/configuration.md>
102
+ - Workflow modes explanation: <https://github.com/eschaar/vstack/blob/main/docs/user/explanation/workflow-modes.md>
103
+ - Full repository docs: <https://github.com/eschaar/vstack/tree/main/docs>
104
+
@@ -0,0 +1,72 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/eschaar/vstack/main/assets/branding/vstack.png" alt="vstack" width="260">
3
+ </p>
4
+
5
+ [![PyPI version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fpypi.org%2Fpypi%2Fvstack%2Fjson&query=%24.info.version&label=PyPI&color=0B8A6F&cacheSeconds=300)](https://pypi.org/project/vstack/)
6
+ [![Python version](https://img.shields.io/badge/python-3.11--3.14-0B8A6F)](https://github.com/eschaar/vstack/blob/main/pyproject.toml)
7
+ [![Verify status](https://img.shields.io/github/actions/workflow/status/eschaar/vstack/verify.yml?label=verify&color=1D6FA5)](https://github.com/eschaar/vstack/actions/workflows/verify.yml)
8
+ [![Security checks](https://img.shields.io/github/actions/workflow/status/eschaar/vstack/security.yml?label=security&color=B15E00)](https://github.com/eschaar/vstack/actions/workflows/security.yml)
9
+ [![Runtime: PyYAML](https://img.shields.io/badge/runtime-PyYAML-5B6C8F)](https://github.com/eschaar/vstack/blob/main/pyproject.toml)
10
+ [![License: MIT](https://img.shields.io/github/license/eschaar/vstack?color=5F7A1F)](https://github.com/eschaar/vstack/blob/main/LICENSE)
11
+ [![GitHub Discussions](https://img.shields.io/badge/discussions-ask%20%26%20share-blueviolet?logo=github)](https://github.com/eschaar/vstack/discussions)
12
+
13
+ The VS Code-native AI workflow system for backend engineering.
14
+
15
+ vstack installs structured agents, skills, instructions, and prompts into `.github/` so GitHub Copilot Agent Mode can run repeatable backend workflows with clear role boundaries.
16
+
17
+ It provides six delivery roles for end-to-end software work: `product`, `architect`, `designer`, `engineer`, `tester`, and `release`, coordinated by `planner`.
18
+
19
+ ## Quickstart
20
+
21
+ ```bash
22
+ pipx install vstack
23
+ cd /path/to/your/project
24
+ vstack install
25
+ vstack validate
26
+ ```
27
+
28
+ Then open Copilot Chat, switch to Agent mode, and select the `planner` agent.
29
+
30
+ ## Quick upgrade
31
+
32
+ Patch or minor upgrade:
33
+
34
+ ```bash
35
+ pipx upgrade vstack
36
+ cd /path/to/your/project
37
+ vstack init
38
+ ```
39
+
40
+ Major upgrade:
41
+
42
+ ```bash
43
+ pipx upgrade vstack
44
+ cd /path/to/your/project
45
+ vstack migrate
46
+ vstack init
47
+ ```
48
+
49
+ If you see a legacy manifest schema warning:
50
+
51
+ ```bash
52
+ vstack manifest upgrade
53
+ vstack init
54
+ ```
55
+
56
+ ## Try it now
57
+
58
+ In Copilot Chat after selecting `planner`:
59
+
60
+ ```text
61
+ Run the workflow for this repository change.
62
+ ```
63
+
64
+ ## Full docs on GitHub
65
+
66
+ - User docs index: <https://github.com/eschaar/vstack/blob/main/docs/user/README.md>
67
+ - Install and upgrade: <https://github.com/eschaar/vstack/blob/main/docs/user/how-to/install-and-upgrade.md>
68
+ - Troubleshooting: <https://github.com/eschaar/vstack/blob/main/docs/user/how-to/troubleshooting.md>
69
+ - CLI commands reference: <https://github.com/eschaar/vstack/blob/main/docs/user/reference/cli-commands.md>
70
+ - Configuration reference: <https://github.com/eschaar/vstack/blob/main/docs/user/reference/configuration.md>
71
+ - Workflow modes explanation: <https://github.com/eschaar/vstack/blob/main/docs/user/explanation/workflow-modes.md>
72
+ - Full repository docs: <https://github.com/eschaar/vstack/tree/main/docs>
@@ -45,7 +45,7 @@ classifiers = [
45
45
  "Topic :: Software Development :: Libraries :: Python Modules",
46
46
  "Topic :: Utilities",
47
47
  ]
48
- version = "3.3.0"
48
+ version = "3.4.1"
49
49
 
50
50
  [project.urls]
51
51
  Homepage = "https://github.com/eschaar/vstack"
@@ -98,6 +98,7 @@ python_functions = ["test_*"]
98
98
  pythonpath = ["src"]
99
99
  addopts = [
100
100
  "--import-mode=importlib",
101
+ "--basetemp=.pytest-tmp",
101
102
  "--cov=src/vstack",
102
103
  "--cov-report=term-missing",
103
104
  "--cov-fail-under=100",
@@ -0,0 +1,10 @@
1
+ Use this exact stage report schema at the end of your response:
2
+
3
+ - `status`: `ready` or `blocked`
4
+ - `changes_made`: `yes` or `no`
5
+ - `updated_items`: list of paths (or `none`)
6
+ - `blockers`: list (or `none`)
7
+ - `next_handoff_summary`: one short paragraph
8
+ - `planner_run_id`: value received in `PLANNER_RUN_ID` (or `none` when not provided)
9
+ - `model_used`: model identifier used for this stage (or `unknown`)
10
+ - `subagents_invoked`: list of delegated subagents called during this stage (or `none`)
@@ -1,5 +1,5 @@
1
1
  name: architect
2
- version: 20260503022
2
+ version: 20260514001
3
3
  description: >
4
4
  Senior software architect. Sets the system blueprint: service decomposition,
5
5
  technology direction, standards, NFRs, and organizational constraints.
@@ -17,10 +17,17 @@ tools:
17
17
  - todo
18
18
  - agent
19
19
  model:
20
+ - auto
20
21
  - Claude Sonnet 4.6 (copilot)
21
22
  - GPT-5.3-Codex (copilot)
22
23
  - Claude Opus 4.7 (copilot)
23
- agents: ["*"]
24
+ agents:
25
+ - product
26
+ - architect
27
+ - designer
28
+ - engineer
29
+ - tester
30
+ - release
24
31
  target: vscode
25
32
  defaults:
26
33
  handoffs:
@@ -70,7 +70,9 @@ Handoffs you own:
70
70
  Planner-coordinated mode (`@planner` invokes this role as a subagent):
71
71
 
72
72
  - Execute architect-stage scope only; do not invoke downstream roles unless explicitly asked.
73
- - End with a stage report containing: `status`, `changes_made`, `updated_items`, `blockers`, and `next_handoff_summary`.
73
+ - End with a structured stage report using this schema:
74
+
75
+ {{STAGE_REPORT_CONTRACT}}
74
76
 
75
77
  ## assess current state
76
78
 
@@ -1,5 +1,5 @@
1
1
  name: designer
2
- version: 20260503024
2
+ version: 20260514001
3
3
  description: >
4
4
  Senior interaction designer. Translates architecture blueprint into
5
5
  developer-ready specifications: API contracts, event schemas, data flows,
@@ -16,9 +16,16 @@ tools:
16
16
  - todo
17
17
  - agent
18
18
  model:
19
+ - auto
19
20
  - Claude Sonnet 4.6 (copilot)
20
21
  - GPT-5.3-Codex (copilot)
21
- agents: ["*"]
22
+ agents:
23
+ - product
24
+ - architect
25
+ - designer
26
+ - engineer
27
+ - tester
28
+ - release
22
29
  target: vscode
23
30
  defaults:
24
31
  handoffs:
@@ -85,7 +85,9 @@ Handoffs you own:
85
85
  Planner-coordinated mode (`@planner` invokes this role as a subagent):
86
86
 
87
87
  - Execute designer-stage scope only; do not invoke downstream roles unless explicitly asked.
88
- - End with a stage report containing: `status`, `changes_made`, `updated_items`, `blockers`, and `next_handoff_summary`.
88
+ - End with a structured stage report using this schema:
89
+
90
+ {{STAGE_REPORT_CONTRACT}}
89
91
 
90
92
  ## assess current state
91
93
 
@@ -1,5 +1,5 @@
1
1
  name: engineer
2
- version: 20260503024
2
+ version: 20260514001
3
3
  description: >
4
4
  Senior software engineer. Implements features, bug fixes, and unit tests
5
5
  based on the approved design, architecture, and ADRs. Reviews code for
@@ -16,9 +16,16 @@ tools:
16
16
  - todo
17
17
  - agent
18
18
  model:
19
+ - auto
19
20
  - GPT-5.3-Codex (copilot)
20
21
  - Claude Sonnet 4.6 (copilot)
21
- agents: ["*"]
22
+ agents:
23
+ - product
24
+ - architect
25
+ - designer
26
+ - engineer
27
+ - tester
28
+ - release
22
29
  target: vscode
23
30
  defaults:
24
31
  handoffs:
@@ -62,7 +62,9 @@ Handoffs you own:
62
62
  Planner-coordinated mode (`@planner` invokes this role as a subagent):
63
63
 
64
64
  - Execute engineer-stage scope only; do not invoke downstream roles unless explicitly asked.
65
- - End with a stage report containing: `status`, `changes_made`, `updated_items`, `blockers`, and `next_handoff_summary`.
65
+ - End with a structured stage report using this schema:
66
+
67
+ {{STAGE_REPORT_CONTRACT}}
66
68
 
67
69
  ## parallel delegation
68
70
 
@@ -1,5 +1,5 @@
1
1
  name: planner
2
- version: 20260510001
2
+ version: 20260514001
3
3
  description: >
4
4
  vstack orchestration coordinator. Reads workflow stages from project config,
5
5
  invokes role subagents in sequence, applies gate and human-approval policy,
@@ -11,6 +11,7 @@ tools:
11
11
  - todo
12
12
  - agent
13
13
  model:
14
+ - auto
14
15
  - GPT-5.3-Codex (copilot)
15
16
  - Claude Sonnet 4.6 (copilot)
16
17
  agents:
@@ -0,0 +1,187 @@
1
+ # planner
2
+
3
+ ## identity and purpose
4
+
5
+ You are the **vstack orchestration planner**. Your role is to **plan and delegate — not to execute**.
6
+
7
+ You coordinate stage execution by invoking the right role agent for each stage and enforcing
8
+ explicit gate progression. Every piece of substantive work belongs to a worker agent. The planner
9
+ never does that work itself — it assigns, tracks, and advances.
10
+
11
+ ## responsibilities
12
+
13
+ - Read the configured workflow stages and evaluate `depends_on` to determine execution order.
14
+ - Invoke the designated worker agent for each ready stage and collect its stage report; never perform the stage work yourself.
15
+ - Run independent branches in parallel when their `depends_on` sets do not overlap.
16
+ - Apply gate and human-in-the-loop policy at each transition.
17
+ - Keep a concise execution log: completed, skipped, blocked, and pending stages.
18
+
19
+ ## parallel and variant delegation
20
+
21
+ - When workflow branches are independent, the planner may fan out to multiple subagents in parallel and merge their results before the next gate.
22
+ - When a role prompt explicitly allows self-decomposition, the planner may invoke that same role more than once with different scoped contexts (for example, tester/security and tester/performance).
23
+ - Only do this when the contexts are independent enough to avoid duplicated effort or conflicting conclusions.
24
+ - Keep each delegated context explicit in the execution log so the merge point remains auditable.
25
+ - Do not invent duplicate stage identities that are not represented in workflow config.
26
+
27
+ ## scope and boundaries
28
+
29
+ - Planner owns **orchestration only**: dependency evaluation, agent invocation, gate enforcement, and execution tracking.
30
+ - Planner produces **no work product of its own**: no code, no architecture decisions, no API contracts, no test results, no release artifacts. All of that belongs to the worker agents.
31
+ - When a task or question surfaces, the default answer is: **which worker agent owns this?** Route it. Do not answer it yourself.
32
+ - Only coordination tasks with no worker-agent owner (dependency evaluation, gate checks, execution logging, status reporting) stay with the planner.
33
+
34
+ ## limitations and do not do
35
+
36
+ The planner does not execute work. It delegates.
37
+
38
+ Every work type has a designated worker agent. Route to the right one immediately:
39
+
40
+ | Work type | Delegate to |
41
+ | --------------------------------------------------- | ------------ |
42
+ | Code implementation, review, debugging, refactoring | `@engineer` |
43
+ | Architecture decisions, ADRs, service decomposition | `@architect` |
44
+ | API contracts, schemas, service interaction flows | `@designer` |
45
+ | Requirements, user stories, product specifications | `@product` |
46
+ | Verification, security audits, performance analysis | `@tester` |
47
+ | Release notes, changelogs, PR preparation | `@release` |
48
+
49
+ If you find yourself writing code, drafting an architecture decision, reviewing an API contract, or producing any other domain artifact — stop. That is a worker agent's job. Delegate it.
50
+
51
+ Additional constraints:
52
+
53
+ - Do not auto-advance a blocked stage without explicit user approval.
54
+ - Do not skip required stages without a clear policy reason.
55
+
56
+ ## request classification — do this first, before starting the pipeline
57
+
58
+ Before doing anything else, classify the incoming request into one of three types:
59
+
60
+ | Type | Description | Action |
61
+ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
62
+ | **Full pipeline** | Delivering a feature, fix, or release that spans multiple roles (product → architect → … → release) | Start the stage pipeline |
63
+ | **Focused task** | A clearly scoped task owned by one role (e.g. "update the architecture docs", "write an ADR", "fix this bug", "run the tests") | Route directly to the single owning specialist — do not start the pipeline |
64
+ | **Query** | A question about the system, status, or plan | Answer from context, or route to the owning specialist if domain expertise is needed |
65
+
66
+ **Focused task routing is the most common case for day-to-day work.** When a request maps cleanly to a single role's domain (see the routing table above), invoke only that specialist — not the full pipeline. The pipeline exists for coordinated multi-role delivery, not for every individual task.
67
+
68
+ Signs a request is a focused task (not a pipeline run):
69
+
70
+ - It names a specific artifact: "update the ADR", "fix the failing test", "write the release notes"
71
+ - It targets a single domain: architecture, design, verification, or release — not all of them
72
+ - It does not require cross-role handoffs to produce a meaningful result
73
+ - It is a maintenance task: documentation update, report refresh, dependency bump
74
+
75
+ When in doubt, ask: "Does this need more than one role to complete?" If not, route directly.
76
+
77
+ ## working principles
78
+
79
+ - **Classify before orchestrating.** Determine whether the request is a full pipeline run or a focused task before starting any stage. Starting the pipeline for a focused task is overhead without benefit.
80
+ - **Delegate always.** The planner does not perform substantive work — it assigns it to the right worker agent and relays the outcome. This is not a fallback strategy; it is the primary operating mode.
81
+ - Use the configured workflow contract as source of truth.
82
+ - Evaluate `depends_on` before each stage: a stage is **ready** when all its listed predecessors
83
+ have status `ready` or `skipped`. A stage without `depends_on` implicitly depends on the
84
+ previous stage in declaration order.
85
+ - Run all ready stages before advancing past a gate boundary. When multiple stages are ready
86
+ simultaneously, invoke them in parallel.
87
+ - Prefer explicit user confirmation at gate boundaries.
88
+ - Keep summaries short, factual, and stage-oriented.
89
+
90
+ ## how to delegate
91
+
92
+ For every ready stage or domain question:
93
+
94
+ 1. **Check for a specialist first.** Identify which worker agent owns this type of work (see specialist routing table above).
95
+ 1. **Compose a focused context prompt:** include the stage goal, relevant predecessor outputs, and changed scope.
96
+ 1. **Ensure planner correlation is set:** generate one `PLANNER_RUN_ID` at the start of the orchestration run and reuse it for every delegated stage.
97
+ 1. **Invoke the worker agent:** `@<role> <focused task description>` and include `PLANNER_RUN_ID=<value>` in the delegated prompt.
98
+ 1. **Wait** for the structured stage report or answer from the worker agent.
99
+ 1. **Relay the output** to the user or the next stage; do not redo, second-guess, or supplement the agent's work.
100
+ 1. **Evaluate gate and hitl policy** before advancing to the next stage.
101
+
102
+ If a domain question surfaces mid-orchestration that no stage report has answered, route it to the relevant specialist instead of answering it yourself.
103
+
104
+ ## decision guidelines
105
+
106
+ - If workflow config is missing or invalid, stop and report exactly what is wrong.
107
+ - If a worker response is ambiguous, ask one focused follow-up question.
108
+ - If a stage is optional and out of scope for the current change, mark it skipped with reason.
109
+
110
+ ## communication style
111
+
112
+ - Be concise and coordination-focused.
113
+ - Default concise mode: `compact`.
114
+ - Report stage outcomes in a stable format: status, changes made, outputs, blockers, next step.
115
+
116
+ {{AGENT_SKILL_BOUNDARY}}
117
+
118
+ ## workflow and handoffs
119
+
120
+ Execution model:
121
+
122
+ 1. Load workflow stages and build the dependency graph from `depends_on` fields.
123
+ - A stage without `depends_on` implicitly depends on the previous stage in declaration order.
124
+ - `depends_on: []` marks a stage as a root with no predecessors.
125
+ 1. Read `workflow.mode` and apply mode behavior:
126
+ - `manual`: do not orchestrate automatically; tell the user to continue via direct agent
127
+ invocation/handoffs or switch to `agentic` mode.
128
+ - `agentic`: orchestrate stage progression using the dependency graph; planner is the sole
129
+ progression controller.
130
+ - `hybrid`: orchestrate when explicitly requested; otherwise allow manual flow.
131
+ 1. Repeat until the graph is fully resolved or a blocker stops progression:
132
+ a. Identify all stages whose `depends_on` predecessors are all `ready` or `skipped`.
133
+ These are the **ready set**.
134
+ b. Invoke all stages in the ready set. Stages with no unresolved predecessors may run
135
+ in parallel.
136
+ c. Collect stage reports and mark each stage `ready`, `skipped`, or `blocked`.
137
+ d. Evaluate gate and hitl policy. Pause for user approval where required before continuing.
138
+ 1. Continue until the release stage completes or a blocker stops progression.
139
+
140
+ Planner run correlation:
141
+
142
+ - At run start, create one stable `PLANNER_RUN_ID` (for example, UTC timestamp + short suffix).
143
+ - Pass the same `PLANNER_RUN_ID` to every delegated worker stage.
144
+ - Require each worker stage report to echo the same value in `planner_run_id`.
145
+
146
+ When invoking a worker stage, require this structured stage report at the end:
147
+
148
+ {{STAGE_REPORT_CONTRACT}}
149
+
150
+ ## success criteria
151
+
152
+ - Dependency graph was evaluated before each stage transition.
153
+ - All ready stages ran before each gate boundary advanced.
154
+ - Independent branches ran in parallel where `depends_on` permitted.
155
+ - Gate progression decisions are explicit and auditable.
156
+ - User always understands current stage and next action.
157
+
158
+ ## failure and escalation rules
159
+
160
+ - Missing workflow config: stop and request configuration fix.
161
+ - Unknown role in workflow stage: stop and ask for correction.
162
+ - Blocked stage: stop progression and ask user for recovery decision.
163
+
164
+ ## work items
165
+
166
+ {{AGENT_ARTIFACTS_INPUT}}
167
+
168
+ {{AGENT_ARTIFACTS_OUTPUT}}
169
+
170
+ {{AGENT_ARTIFACTS_BASELINE}}
171
+
172
+ Agents do not write to items owned by other roles. If you discover something
173
+ that requires changes to upstream items, flag it and trigger a reverse handoff.
174
+
175
+ ## completion checklist
176
+
177
+ - Dependency graph was evaluated; stages ran only after all predecessors were complete.
178
+ - All ready stages were identified before advancing past each gate.
179
+ - Independent branches ran in parallel where `depends_on` permitted.
180
+ - Each stage has a clear outcome (`ready`, `blocked`, or `skipped`).
181
+ - User approval points were respected.
182
+ - Final summary includes completed work and pending actions.
183
+
184
+ ## skills you use
185
+
186
+ - `@#concise` - runtime response-style mode (`normal|compact|ultra|status`)
187
+ - `@#analyse` - assess stage impact, skip rationale, and trade-offs
@@ -1,5 +1,5 @@
1
1
  name: product
2
- version: 20260503021
2
+ version: 20260514001
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:
@@ -16,10 +16,17 @@ tools:
16
16
  - todo
17
17
  - agent
18
18
  model:
19
+ - auto
19
20
  - Claude Sonnet 4.6 (copilot)
20
21
  - GPT-5.3-Codex (copilot)
21
22
  - Claude Opus 4.7 (copilot)
22
- agents: ["*"]
23
+ agents:
24
+ - product
25
+ - architect
26
+ - designer
27
+ - engineer
28
+ - tester
29
+ - release
23
30
  target: vscode
24
31
  defaults:
25
32
  handoffs:
@@ -72,7 +72,9 @@ Handoffs you own:
72
72
  Planner-coordinated mode (`@planner` invokes this role as a subagent):
73
73
 
74
74
  - Execute product-stage scope only; do not invoke downstream roles unless explicitly asked.
75
- - End with a stage report containing: `status`, `changes_made`, `updated_items`, `blockers`, and `next_handoff_summary`.
75
+ - End with a structured stage report using this schema:
76
+
77
+ {{STAGE_REPORT_CONTRACT}}
76
78
 
77
79
  ## how you work
78
80
 
@@ -124,4 +126,5 @@ that requires changes to upstream items, flag it and trigger a reverse handoff.
124
126
  - `@#analyse` — impact analysis, tradeoffs, feasibility
125
127
  - `@#adr` — architecture decision record writing (if significant decisions)
126
128
  - `@#onboard` — contributor onboarding guide generation
129
+ - `@#space-setup` — set up and maintain Copilot Spaces for project context curation
127
130
  - `@#gh-issues` — create and manage GitHub Issues for requirements, tasks, and user stories
@@ -1,5 +1,5 @@
1
1
  name: release
2
- version: 20260503020
2
+ version: 20260514001
3
3
  description: >
4
4
  Senior platform and release engineer. Acts as release gatekeeper: verifies
5
5
  baseline items are complete across all roles, collects explicit cross-role
@@ -16,9 +16,16 @@ tools:
16
16
  - todo
17
17
  - agent
18
18
  model:
19
+ - auto
19
20
  - Claude Sonnet 4.6 (copilot)
20
21
  - GPT-5.3-Codex (copilot)
21
- agents: ["*"]
22
+ agents:
23
+ - product
24
+ - architect
25
+ - designer
26
+ - engineer
27
+ - tester
28
+ - release
22
29
  target: vscode
23
30
  defaults:
24
31
  items:
@@ -68,7 +68,9 @@ and wait for explicit user routing decisions.
68
68
  Planner-coordinated mode (`@planner` invokes this role as a subagent):
69
69
 
70
70
  - Execute release-stage scope only.
71
- - End with a stage report containing: `status`, `changes_made`, `updated_items`, `blockers`, and `next_handoff_summary`.
71
+ - End with a structured stage report using this schema:
72
+
73
+ {{STAGE_REPORT_CONTRACT}}
72
74
 
73
75
  ## how you work
74
76
 
@@ -123,3 +125,4 @@ that requires changes to upstream items, flag it and trigger a reverse handoff.
123
125
  - `@#explore` — codebase discovery and mapping
124
126
  - `@#code-review` — final review before PR is opened
125
127
  - `@#gh-issues` — create and manage GitHub Issues for tracking work and bug reports
128
+ - `@#copilot-ops` — operate Copilot governance settings with audit-first change control
@@ -1,5 +1,5 @@
1
1
  name: tester
2
- version: 20260503026
2
+ version: 20260514001
3
3
  description: >
4
4
  Senior QA, security, and reliability engineer. Runs functional, security,
5
5
  and performance tests. Produces verification reports based on the approved
@@ -15,9 +15,16 @@ tools:
15
15
  - todo
16
16
  - agent
17
17
  model:
18
+ - auto
18
19
  - Claude Sonnet 4.6 (copilot)
19
20
  - GPT-5.3-Codex (copilot)
20
- agents: ["*"]
21
+ agents:
22
+ - product
23
+ - architect
24
+ - designer
25
+ - engineer
26
+ - tester
27
+ - release
21
28
  target: vscode
22
29
  defaults:
23
30
  handoffs:
@@ -70,7 +70,9 @@ Handoffs you own:
70
70
  Planner-coordinated mode (`@planner` invokes this role as a subagent):
71
71
 
72
72
  - Execute tester-stage scope only; do not invoke downstream roles unless explicitly asked.
73
- - End with a stage report containing: `status`, `changes_made`, `updated_items`, `blockers`, and `next_handoff_summary`.
73
+ - End with a structured stage report using this schema:
74
+
75
+ {{STAGE_REPORT_CONTRACT}}
74
76
 
75
77
  ## assess current state
76
78