voidmachine 0.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +123 -4
- package/bin/void-harness.mjs +12 -0
- package/bin/void-machine.mjs +12 -0
- package/core-assets/.claude-plugin/plugin.json +253 -0
- package/core-assets/.gitkeep +0 -0
- package/core-assets/PHILOSOPHY.md +218 -0
- package/core-assets/PROJECT-DOCTRINE.template.md +14 -0
- package/core-assets/adapters/security/manifest.yaml +96 -0
- package/core-assets/agents/.gitkeep +0 -0
- package/core-assets/agents/accessibility-specialist.md +59 -0
- package/core-assets/agents/api-integration-engineer.md +59 -0
- package/core-assets/agents/code-explorer.md +94 -0
- package/core-assets/agents/code-explorer.source +7 -0
- package/core-assets/agents/data-migration-engineer.md +59 -0
- package/core-assets/agents/devex-docs-engineer.md +57 -0
- package/core-assets/agents/doctrine-critic.md +91 -0
- package/core-assets/agents/doctrine-critic.source +11 -0
- package/core-assets/agents/domain-architect.md +56 -0
- package/core-assets/agents/experience-designer.md +59 -0
- package/core-assets/agents/frontend-engineer.md +60 -0
- package/core-assets/agents/independent-code-reviewer.md +61 -0
- package/core-assets/agents/migration-planner.md +97 -0
- package/core-assets/agents/migration-planner.source +7 -0
- package/core-assets/agents/observability-sre-engineer.md +59 -0
- package/core-assets/agents/pdf-specialist.md +58 -0
- package/core-assets/agents/performance-engineer.md +58 -0
- package/core-assets/agents/product-challenger.md +55 -0
- package/core-assets/agents/security-engineer.md +66 -0
- package/core-assets/agents/silent-failure-hunter.md +94 -0
- package/core-assets/agents/silent-failure-hunter.source +8 -0
- package/core-assets/agents/solution-architect.md +57 -0
- package/core-assets/agents/test-qa-engineer.md +60 -0
- package/core-assets/agents/type-design-analyzer.md +93 -0
- package/core-assets/agents/type-design-analyzer.source +8 -0
- package/core-assets/agents/visual-craft-director.md +62 -0
- package/core-assets/codex/hooks.json +157 -0
- package/core-assets/contract-history/visual-craft-director/v2.yaml +43 -0
- package/core-assets/data/catalog.v3.json +10479 -0
- package/core-assets/data/certification.json +1800 -0
- package/core-assets/data/identity.json +8 -0
- package/core-assets/data/model.json +4226 -0
- package/core-assets/enforce/ci-enforce.sh +183 -0
- package/core-assets/hooks/_checks.sh +145 -0
- package/core-assets/hooks/_hooklib.sh +163 -0
- package/core-assets/hooks/_syntax-worker.cjs +503 -0
- package/core-assets/hooks/_void-hook.mjs +5459 -0
- package/core-assets/hooks/activation-meter.sh +13 -0
- package/core-assets/hooks/anti-ai-slop-grep.sh +38 -0
- package/core-assets/hooks/auto-format.sh +9 -0
- package/core-assets/hooks/axe-precommit.sh +35 -0
- package/core-assets/hooks/block-dangerous-bash.sh +10 -0
- package/core-assets/hooks/block-protected-push.sh +81 -0
- package/core-assets/hooks/boundary-direction-check.sh +10 -0
- package/core-assets/hooks/control-character-grep.sh +10 -0
- package/core-assets/hooks/fowler-refactors.txt +71 -0
- package/core-assets/hooks/large-cl-grep.sh +9 -0
- package/core-assets/hooks/llm-cost-precommit.sh +55 -0
- package/core-assets/hooks/migration-lint.sh +58 -0
- package/core-assets/hooks/migration-pr-template.sh +55 -0
- package/core-assets/hooks/no-ai-design-slop.sh +10 -0
- package/core-assets/hooks/no-any-grep.sh +10 -0
- package/core-assets/hooks/no-as-cast-grep.sh +10 -0
- package/core-assets/hooks/no-console-log-grep.sh +10 -0
- package/core-assets/hooks/no-null-grep.sh +10 -0
- package/core-assets/hooks/no-only-no-skip.sh +10 -0
- package/core-assets/hooks/outcome-meter.sh +13 -0
- package/core-assets/hooks/pre-PR-review-evidence.sh +47 -0
- package/core-assets/hooks/protect-sensitive-files.sh +10 -0
- package/core-assets/hooks/refactor-named-grep.sh +49 -0
- package/core-assets/hooks/secret-in-content.sh +10 -0
- package/core-assets/hooks/sessionstart-context.sh +9 -0
- package/core-assets/hooks/stop-typecheck.sh +9 -0
- package/core-assets/hooks/tdd-guard.md +90 -0
- package/core-assets/hooks/tdd-guard.sh +10 -0
- package/core-assets/hooks/test-name-lint.sh +10 -0
- package/core-assets/hooks/tidying-commit-prefix.sh +37 -0
- package/core-assets/hooks/trim-large-output.sh +9 -0
- package/core-assets/hooks/tsc-noemit-precommit.sh +22 -0
- package/core-assets/hooks/ubiquitous-language-lint.sh +58 -0
- package/core-assets/hooks/viewport-screenshot-gate.sh +48 -0
- package/core-assets/modules/.gitkeep +0 -0
- package/core-assets/packs/pack-mobile/skills/void-eas-build-profile/.source +7 -0
- package/core-assets/packs/pack-mobile/skills/void-eas-build-profile/SKILL.md +164 -0
- package/core-assets/packs/pack-mobile/skills/void-eas-build-profile/harness.yaml +14 -0
- package/core-assets/packs/pack-mobile/skills/void-expo-config-plugins/.source +7 -0
- package/core-assets/packs/pack-mobile/skills/void-expo-config-plugins/SKILL.md +178 -0
- package/core-assets/packs/pack-mobile/skills/void-expo-config-plugins/harness.yaml +14 -0
- package/core-assets/packs/pack-mobile/skills/void-expo-router-pattern/.source +8 -0
- package/core-assets/packs/pack-mobile/skills/void-expo-router-pattern/SKILL.md +209 -0
- package/core-assets/packs/pack-mobile/skills/void-expo-router-pattern/harness.yaml +14 -0
- package/core-assets/packs/pack-mobile/skills/void-ota-update-strategy/.source +7 -0
- package/core-assets/packs/pack-mobile/skills/void-ota-update-strategy/SKILL.md +194 -0
- package/core-assets/packs/pack-mobile/skills/void-ota-update-strategy/harness.yaml +14 -0
- package/core-assets/packs/pack-monorepo/skills/void-dependency-direction/.source +5 -0
- package/core-assets/packs/pack-monorepo/skills/void-dependency-direction/SKILL.md +160 -0
- package/core-assets/packs/pack-monorepo/skills/void-dependency-direction/harness.yaml +14 -0
- package/core-assets/packs/pack-monorepo/skills/void-package-extraction/.source +5 -0
- package/core-assets/packs/pack-monorepo/skills/void-package-extraction/SKILL.md +70 -0
- package/core-assets/packs/pack-monorepo/skills/void-package-extraction/harness.yaml +14 -0
- package/core-assets/packs/pack-monorepo/skills/void-service-package/.source +5 -0
- package/core-assets/packs/pack-monorepo/skills/void-service-package/SKILL.md +122 -0
- package/core-assets/packs/pack-monorepo/skills/void-service-package/harness.yaml +14 -0
- package/core-assets/packs/pack-monorepo/skills/void-turbo-pipeline-tuning/.source +7 -0
- package/core-assets/packs/pack-monorepo/skills/void-turbo-pipeline-tuning/SKILL.md +116 -0
- package/core-assets/packs/pack-monorepo/skills/void-turbo-pipeline-tuning/harness.yaml +14 -0
- package/core-assets/packs/pack-nextjs/skills/void-cache-component-pattern/.source +5 -0
- package/core-assets/packs/pack-nextjs/skills/void-cache-component-pattern/SKILL.md +162 -0
- package/core-assets/packs/pack-nextjs/skills/void-cache-component-pattern/harness.yaml +14 -0
- package/core-assets/packs/pack-nextjs/skills/void-instrumentation-setup/.source +5 -0
- package/core-assets/packs/pack-nextjs/skills/void-instrumentation-setup/SKILL.md +161 -0
- package/core-assets/packs/pack-nextjs/skills/void-instrumentation-setup/harness.yaml +14 -0
- package/core-assets/packs/pack-nextjs/skills/void-loading-error-boundaries/.source +5 -0
- package/core-assets/packs/pack-nextjs/skills/void-loading-error-boundaries/SKILL.md +176 -0
- package/core-assets/packs/pack-nextjs/skills/void-loading-error-boundaries/harness.yaml +14 -0
- package/core-assets/packs/pack-nextjs/skills/void-parallel-routes-slots/.source +5 -0
- package/core-assets/packs/pack-nextjs/skills/void-parallel-routes-slots/SKILL.md +129 -0
- package/core-assets/packs/pack-nextjs/skills/void-parallel-routes-slots/harness.yaml +14 -0
- package/core-assets/packs/pack-nextjs/skills/void-route-group-decision/.source +5 -0
- package/core-assets/packs/pack-nextjs/skills/void-route-group-decision/SKILL.md +107 -0
- package/core-assets/packs/pack-nextjs/skills/void-route-group-decision/harness.yaml +14 -0
- package/core-assets/packs/pack-pwa/skills/void-install-prompt-ux/.source +5 -0
- package/core-assets/packs/pack-pwa/skills/void-install-prompt-ux/SKILL.md +153 -0
- package/core-assets/packs/pack-pwa/skills/void-install-prompt-ux/harness.yaml +14 -0
- package/core-assets/packs/pack-pwa/skills/void-manifest-checklist/.source +5 -0
- package/core-assets/packs/pack-pwa/skills/void-manifest-checklist/SKILL.md +204 -0
- package/core-assets/packs/pack-pwa/skills/void-manifest-checklist/harness.yaml +14 -0
- package/core-assets/packs/pack-pwa/skills/void-offline-first-mutation/.source +8 -0
- package/core-assets/packs/pack-pwa/skills/void-offline-first-mutation/SKILL.md +266 -0
- package/core-assets/packs/pack-pwa/skills/void-offline-first-mutation/harness.yaml +14 -0
- package/core-assets/packs/pack-pwa/skills/void-service-worker-strategy/.source +5 -0
- package/core-assets/packs/pack-pwa/skills/void-service-worker-strategy/SKILL.md +178 -0
- package/core-assets/packs/pack-pwa/skills/void-service-worker-strategy/harness.yaml +14 -0
- package/core-assets/packs/pack-react/skills/void-accessibility-check/.source +8 -0
- package/core-assets/packs/pack-react/skills/void-accessibility-check/SKILL.md +136 -0
- package/core-assets/packs/pack-react/skills/void-accessibility-check/harness.yaml +14 -0
- package/core-assets/packs/pack-react/skills/void-client-vs-server-component/.source +5 -0
- package/core-assets/packs/pack-react/skills/void-client-vs-server-component/SKILL.md +116 -0
- package/core-assets/packs/pack-react/skills/void-client-vs-server-component/harness.yaml +14 -0
- package/core-assets/packs/pack-react/skills/void-form-pattern/.source +7 -0
- package/core-assets/packs/pack-react/skills/void-form-pattern/SKILL.md +157 -0
- package/core-assets/packs/pack-react/skills/void-form-pattern/harness.yaml +14 -0
- package/core-assets/packs/pack-react/skills/void-state-architecture/.source +5 -0
- package/core-assets/packs/pack-react/skills/void-state-architecture/SKILL.md +160 -0
- package/core-assets/packs/pack-react/skills/void-state-architecture/harness.yaml +14 -0
- package/core-assets/packs/pack-server/skills/void-background-job-pattern/.source +6 -0
- package/core-assets/packs/pack-server/skills/void-background-job-pattern/SKILL.md +214 -0
- package/core-assets/packs/pack-server/skills/void-background-job-pattern/harness.yaml +14 -0
- package/core-assets/packs/pack-server/skills/void-drizzle-migration-safe/.source +6 -0
- package/core-assets/packs/pack-server/skills/void-drizzle-migration-safe/SKILL.md +168 -0
- package/core-assets/packs/pack-server/skills/void-drizzle-migration-safe/harness.yaml +14 -0
- package/core-assets/packs/pack-server/skills/void-env-validation/.source +6 -0
- package/core-assets/packs/pack-server/skills/void-env-validation/SKILL.md +131 -0
- package/core-assets/packs/pack-server/skills/void-env-validation/harness.yaml +14 -0
- package/core-assets/packs/pack-server/skills/void-rate-limit-strategy/.source +6 -0
- package/core-assets/packs/pack-server/skills/void-rate-limit-strategy/SKILL.md +149 -0
- package/core-assets/packs/pack-server/skills/void-rate-limit-strategy/harness.yaml +14 -0
- package/core-assets/packs/pack-server/skills/void-server-action/.source +7 -0
- package/core-assets/packs/pack-server/skills/void-server-action/SKILL.md +181 -0
- package/core-assets/packs/pack-server/skills/void-server-action/harness.yaml +14 -0
- package/core-assets/packs/pack-server/skills/void-testing-server-modules/.source +7 -0
- package/core-assets/packs/pack-server/skills/void-testing-server-modules/SKILL.md +73 -0
- package/core-assets/packs/pack-server/skills/void-testing-server-modules/harness.yaml +14 -0
- package/core-assets/packs/pack-server/skills/void-webhook-handler-pattern/.source +7 -0
- package/core-assets/packs/pack-server/skills/void-webhook-handler-pattern/SKILL.md +205 -0
- package/core-assets/packs/pack-server/skills/void-webhook-handler-pattern/harness.yaml +14 -0
- package/core-assets/policies/core.yaml +95 -0
- package/core-assets/policies/ui.yaml +23 -0
- package/core-assets/profiles/base.yaml +29 -0
- package/core-assets/profiles/expo-config.yaml +36 -0
- package/core-assets/profiles/expo.yaml +35 -0
- package/core-assets/profiles/monorepo.yaml +33 -0
- package/core-assets/profiles/nextjs-config.yaml +31 -0
- package/core-assets/profiles/nextjs.yaml +31 -0
- package/core-assets/profiles/node-server.yaml +31 -0
- package/core-assets/profiles/pwa.yaml +33 -0
- package/core-assets/profiles/react.yaml +39 -0
- package/core-assets/profiles/sql.yaml +39 -0
- package/core-assets/profiles/typescript.yaml +39 -0
- package/core-assets/skills/.gitkeep +0 -0
- package/core-assets/skills/void-accessibility/.source +15 -0
- package/core-assets/skills/void-accessibility/SKILL.md +275 -0
- package/core-assets/skills/void-accessibility/harness.yaml +17 -0
- package/core-assets/skills/void-api-and-interface-design/.source +13 -0
- package/core-assets/skills/void-api-and-interface-design/SKILL.md +231 -0
- package/core-assets/skills/void-api-and-interface-design/harness.yaml +16 -0
- package/core-assets/skills/void-async-safety/.source +13 -0
- package/core-assets/skills/void-async-safety/SKILL.md +287 -0
- package/core-assets/skills/void-async-safety/harness.yaml +16 -0
- package/core-assets/skills/void-audit/.source +15 -0
- package/core-assets/skills/void-audit/SKILL.md +83 -0
- package/core-assets/skills/void-audit/harness.yaml +14 -0
- package/core-assets/skills/void-autopilot/.source +21 -0
- package/core-assets/skills/void-autopilot/SKILL.md +358 -0
- package/core-assets/skills/void-autopilot/harness.yaml +14 -0
- package/core-assets/skills/void-brainstorm/.source +14 -0
- package/core-assets/skills/void-brainstorm/SKILL.md +271 -0
- package/core-assets/skills/void-brainstorm/harness.yaml +14 -0
- package/core-assets/skills/void-checkpoint/.source +39 -0
- package/core-assets/skills/void-checkpoint/SKILL.md +227 -0
- package/core-assets/skills/void-checkpoint/harness.yaml +14 -0
- package/core-assets/skills/void-claude-md/.source +15 -0
- package/core-assets/skills/void-claude-md/SKILL.md +180 -0
- package/core-assets/skills/void-claude-md/harness.yaml +14 -0
- package/core-assets/skills/void-code-review/.source +14 -0
- package/core-assets/skills/void-code-review/SKILL.md +232 -0
- package/core-assets/skills/void-code-review/harness.yaml +15 -0
- package/core-assets/skills/void-commit-discipline/.source +9 -0
- package/core-assets/skills/void-commit-discipline/SKILL.md +211 -0
- package/core-assets/skills/void-commit-discipline/harness.yaml +15 -0
- package/core-assets/skills/void-context/.source +15 -0
- package/core-assets/skills/void-context/SKILL.md +167 -0
- package/core-assets/skills/void-context/harness.yaml +14 -0
- package/core-assets/skills/void-debug/.source +11 -0
- package/core-assets/skills/void-debug/SKILL.md +211 -0
- package/core-assets/skills/void-debug/harness.yaml +14 -0
- package/core-assets/skills/void-decide/.source +9 -0
- package/core-assets/skills/void-decide/SKILL.md +147 -0
- package/core-assets/skills/void-decide/harness.yaml +14 -0
- package/core-assets/skills/void-devex-audit/.source +8 -0
- package/core-assets/skills/void-devex-audit/SKILL.md +113 -0
- package/core-assets/skills/void-devex-audit/harness.yaml +15 -0
- package/core-assets/skills/void-doctor/.source +15 -0
- package/core-assets/skills/void-doctor/SKILL.md +83 -0
- package/core-assets/skills/void-doctor/harness.yaml +14 -0
- package/core-assets/skills/void-domain-driven-design/.source +13 -0
- package/core-assets/skills/void-domain-driven-design/SKILL.md +292 -0
- package/core-assets/skills/void-domain-driven-design/harness.yaml +15 -0
- package/core-assets/skills/void-frontend-design/.source +19 -0
- package/core-assets/skills/void-frontend-design/SKILL.md +274 -0
- package/core-assets/skills/void-frontend-design/harness.yaml +17 -0
- package/core-assets/skills/void-functional/.source +14 -0
- package/core-assets/skills/void-functional/SKILL.md +312 -0
- package/core-assets/skills/void-functional/harness.yaml +15 -0
- package/core-assets/skills/void-graph/.source +15 -0
- package/core-assets/skills/void-graph/SKILL.md +80 -0
- package/core-assets/skills/void-graph/harness.yaml +14 -0
- package/core-assets/skills/void-hexagonal-architecture/.source +12 -0
- package/core-assets/skills/void-hexagonal-architecture/SKILL.md +276 -0
- package/core-assets/skills/void-hexagonal-architecture/harness.yaml +15 -0
- package/core-assets/skills/void-implement/.source +39 -0
- package/core-assets/skills/void-implement/SKILL.md +183 -0
- package/core-assets/skills/void-implement/harness.yaml +14 -0
- package/core-assets/skills/void-learn/.source +13 -0
- package/core-assets/skills/void-learn/SKILL.md +226 -0
- package/core-assets/skills/void-learn/harness.yaml +14 -0
- package/core-assets/skills/void-llm-cost-discipline/.source +13 -0
- package/core-assets/skills/void-llm-cost-discipline/SKILL.md +299 -0
- package/core-assets/skills/void-llm-cost-discipline/harness.yaml +15 -0
- package/core-assets/skills/void-make-pdf/.source +9 -0
- package/core-assets/skills/void-make-pdf/SKILL.md +52 -0
- package/core-assets/skills/void-make-pdf/harness.yaml +15 -0
- package/core-assets/skills/void-merge/.source +8 -0
- package/core-assets/skills/void-merge/SKILL.md +111 -0
- package/core-assets/skills/void-merge/harness.yaml +14 -0
- package/core-assets/skills/void-migrations/.source +13 -0
- package/core-assets/skills/void-migrations/SKILL.md +264 -0
- package/core-assets/skills/void-migrations/harness.yaml +17 -0
- package/core-assets/skills/void-observability/.source +12 -0
- package/core-assets/skills/void-observability/SKILL.md +245 -0
- package/core-assets/skills/void-observability/harness.yaml +15 -0
- package/core-assets/skills/void-plan/.source +15 -0
- package/core-assets/skills/void-plan/SKILL.md +239 -0
- package/core-assets/skills/void-plan/harness.yaml +14 -0
- package/core-assets/skills/void-plan-review/.source +12 -0
- package/core-assets/skills/void-plan-review/SKILL.md +128 -0
- package/core-assets/skills/void-plan-review/harness.yaml +15 -0
- package/core-assets/skills/void-qa/.source +15 -0
- package/core-assets/skills/void-qa/SKILL.md +103 -0
- package/core-assets/skills/void-qa/harness.yaml +15 -0
- package/core-assets/skills/void-refactor/.source +9 -0
- package/core-assets/skills/void-refactor/SKILL.md +220 -0
- package/core-assets/skills/void-refactor/harness.yaml +15 -0
- package/core-assets/skills/void-retrospective/.source +9 -0
- package/core-assets/skills/void-retrospective/SKILL.md +71 -0
- package/core-assets/skills/void-retrospective/harness.yaml +15 -0
- package/core-assets/skills/void-security-audit/.source +12 -0
- package/core-assets/skills/void-security-audit/SKILL.md +138 -0
- package/core-assets/skills/void-security-audit/harness.yaml +15 -0
- package/core-assets/skills/void-security-guidance/.source +12 -0
- package/core-assets/skills/void-security-guidance/SKILL.md +255 -0
- package/core-assets/skills/void-security-guidance/harness.yaml +15 -0
- package/core-assets/skills/void-source-driven-development/.source +12 -0
- package/core-assets/skills/void-source-driven-development/SKILL.md +158 -0
- package/core-assets/skills/void-source-driven-development/harness.yaml +15 -0
- package/core-assets/skills/void-tdd/.source +15 -0
- package/core-assets/skills/void-tdd/SKILL.md +394 -0
- package/core-assets/skills/void-tdd/harness.yaml +15 -0
- package/core-assets/skills/void-testing/.source +19 -0
- package/core-assets/skills/void-testing/SKILL.md +301 -0
- package/core-assets/skills/void-testing/harness.yaml +17 -0
- package/core-assets/skills/void-ticket/.source +18 -0
- package/core-assets/skills/void-ticket/SKILL.md +239 -0
- package/core-assets/skills/void-ticket/harness.yaml +14 -0
- package/core-assets/skills/void-typescript-strict/.source +10 -0
- package/core-assets/skills/void-typescript-strict/SKILL.md +294 -0
- package/core-assets/skills/void-typescript-strict/harness.yaml +17 -0
- package/core-assets/skills/void-ui-review/.source +12 -0
- package/core-assets/skills/void-ui-review/SKILL.md +97 -0
- package/core-assets/skills/void-ui-review/harness.yaml +15 -0
- package/core-assets/skills/void-verify/.source +12 -0
- package/core-assets/skills/void-verify/SKILL.md +184 -0
- package/core-assets/skills/void-verify/harness.yaml +15 -0
- package/core-assets/specialists/accessibility-specialist.source +11 -0
- package/core-assets/specialists/accessibility-specialist.yaml +30 -0
- package/core-assets/specialists/api-integration-engineer.source +11 -0
- package/core-assets/specialists/api-integration-engineer.yaml +30 -0
- package/core-assets/specialists/data-migration-engineer.source +11 -0
- package/core-assets/specialists/data-migration-engineer.yaml +30 -0
- package/core-assets/specialists/devex-docs-engineer.source +11 -0
- package/core-assets/specialists/devex-docs-engineer.yaml +29 -0
- package/core-assets/specialists/domain-architect.source +11 -0
- package/core-assets/specialists/domain-architect.yaml +28 -0
- package/core-assets/specialists/experience-designer.source +15 -0
- package/core-assets/specialists/experience-designer.yaml +38 -0
- package/core-assets/specialists/frontend-engineer.source +11 -0
- package/core-assets/specialists/frontend-engineer.yaml +32 -0
- package/core-assets/specialists/independent-code-reviewer.source +10 -0
- package/core-assets/specialists/independent-code-reviewer.yaml +37 -0
- package/core-assets/specialists/migrations.json +15 -0
- package/core-assets/specialists/observability-sre-engineer.source +11 -0
- package/core-assets/specialists/observability-sre-engineer.yaml +30 -0
- package/core-assets/specialists/pdf-specialist.source +11 -0
- package/core-assets/specialists/pdf-specialist.yaml +29 -0
- package/core-assets/specialists/performance-engineer.source +11 -0
- package/core-assets/specialists/performance-engineer.yaml +29 -0
- package/core-assets/specialists/product-challenger.source +10 -0
- package/core-assets/specialists/product-challenger.yaml +27 -0
- package/core-assets/specialists/security-engineer.source +13 -0
- package/core-assets/specialists/security-engineer.yaml +41 -0
- package/core-assets/specialists/solution-architect.source +13 -0
- package/core-assets/specialists/solution-architect.yaml +32 -0
- package/core-assets/specialists/test-qa-engineer.source +14 -0
- package/core-assets/specialists/test-qa-engineer.yaml +35 -0
- package/core-assets/specialists/visual-craft-director.source +17 -0
- package/core-assets/specialists/visual-craft-director.yaml +60 -0
- package/core-assets/templates/github/dependency-audit.mjs +54 -0
- package/core-assets/templates/github/void-dependency-audit.yml +35 -0
- package/core-assets/templates/github/void-security.yml +85 -0
- package/dist/main.js +57001 -0
- package/package.json +66 -4
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:accessibility-specialist
|
|
3
|
+
version: 1
|
|
4
|
+
name: accessibility-specialist
|
|
5
|
+
description: Reviews applicable WCAG 2.2 AA semantics, keyboard and focus behavior, names, contrast, targets, errors, and assistive evidence.
|
|
6
|
+
scope: accessibility
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation, post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- accessibility
|
|
13
|
+
- frontend-change
|
|
14
|
+
inputs:
|
|
15
|
+
- ticket
|
|
16
|
+
- acceptance-criteria
|
|
17
|
+
- diff
|
|
18
|
+
- rendered-states
|
|
19
|
+
- keyboard-evidence
|
|
20
|
+
- accessibility-evidence
|
|
21
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
22
|
+
budgets:
|
|
23
|
+
contextTokens: 12000
|
|
24
|
+
maxTurns: 3
|
|
25
|
+
failurePolicy: block-on-critical
|
|
26
|
+
instructions: >-
|
|
27
|
+
Own applicable WCAG 2.2 AA outcomes: semantics, accessible names, keyboard parity, focus order and
|
|
28
|
+
visibility, contrast, target size, form errors, live updates, reduced motion, and assistive-tool
|
|
29
|
+
evidence. Static checks alone cannot prove a pass. Do not own visual taste, frontend architecture,
|
|
30
|
+
product flow, functional QA, or implementation.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- OpenAPI Specification: https://spec.openapis.org/oas/latest.html
|
|
3
|
+
- Semantic Versioning 2.0.0: https://semver.org/
|
|
4
|
+
- void-machine API and interface doctrine: packages/core/skills/api-and-interface-design/SKILL.md
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept language-neutral contract discovery, minimal stable surfaces, validation, explicit failures, compatibility, and consumer migration.
|
|
8
|
+
- Covers HTTP, SDK, package, event, and third-party boundaries without prescribing one transport.
|
|
9
|
+
|
|
10
|
+
Rejected:
|
|
11
|
+
- Implementation ownership, domain-boundary placement, persistence migrations, and runtime-wide SRE review.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:api-integration-engineer
|
|
3
|
+
version: 1
|
|
4
|
+
name: api-integration-engineer
|
|
5
|
+
description: Reviews public API and integration contracts for compatibility, validation, failure semantics, idempotency, and operability.
|
|
6
|
+
scope: api-integration
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation, post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- api-integration
|
|
13
|
+
- profile-node-server
|
|
14
|
+
inputs:
|
|
15
|
+
- ticket
|
|
16
|
+
- acceptance-criteria
|
|
17
|
+
- plan
|
|
18
|
+
- diff
|
|
19
|
+
- interface-contract
|
|
20
|
+
- consumer-context
|
|
21
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
22
|
+
budgets:
|
|
23
|
+
contextTokens: 12000
|
|
24
|
+
maxTurns: 2
|
|
25
|
+
failurePolicy: block-on-critical
|
|
26
|
+
instructions: >-
|
|
27
|
+
Own external and package-facing contract shape, boundary validation, stable errors, compatibility,
|
|
28
|
+
idempotency, pagination, timeouts, retries, and consumer migration. Keep implementation private and
|
|
29
|
+
distinguish transport from domain semantics. Do not own domain boundaries, authorization threats,
|
|
30
|
+
persistence migrations, broad runtime reliability, or implementation.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- PostgreSQL ALTER TABLE documentation: https://www.postgresql.org/docs/current/sql-altertable.html
|
|
3
|
+
- GoCardless zero-downtime migration guidance: https://gocardless.com/blog/zero-downtime-postgres-migrations-the-hard-parts/
|
|
4
|
+
- void-machine migrations doctrine: packages/core/skills/migrations/SKILL.md
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept compatibility sequencing, lock analysis, bounded backfills, rollback, integrity, and production observability.
|
|
8
|
+
- Made persistent-schema evidence the routing boundary so presentation changes cannot activate the role.
|
|
9
|
+
|
|
10
|
+
Rejected:
|
|
11
|
+
- ORM-specific implementation, database redesign, and ownership of domain or public API semantics.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:data-migration-engineer
|
|
3
|
+
version: 1
|
|
4
|
+
name: data-migration-engineer
|
|
5
|
+
description: Reviews persistent schema changes, compatibility, backfills, locking, rollback, and production migration evidence.
|
|
6
|
+
scope: data-migration
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation, post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- migration
|
|
13
|
+
- profile-sql
|
|
14
|
+
inputs:
|
|
15
|
+
- ticket
|
|
16
|
+
- plan
|
|
17
|
+
- diff
|
|
18
|
+
- data-contract
|
|
19
|
+
- migration-plan
|
|
20
|
+
- runtime-evidence
|
|
21
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
22
|
+
budgets:
|
|
23
|
+
contextTokens: 14000
|
|
24
|
+
maxTurns: 3
|
|
25
|
+
failurePolicy: block-on-critical
|
|
26
|
+
instructions: >-
|
|
27
|
+
Own persistent data shape, expand-migrate-contract sequencing, mixed-version compatibility,
|
|
28
|
+
locking, batched backfills, rollback, integrity, and migration observability. Require production
|
|
29
|
+
scale and recovery evidence when relevant. Do not redesign the business domain, public API,
|
|
30
|
+
general runtime, or application code; CSS and presentation-only changes are never data work.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- Google technical writing courses: https://developers.google.com/tech-writing
|
|
3
|
+
- Command Line Interface Guidelines: https://clig.dev/
|
|
4
|
+
- void-machine devex-audit doctrine: packages/core/skills/devex-audit/SKILL.md
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept measured first success, progressive disclosure, discoverability, recoverable errors, accurate examples, and upgrade guidance.
|
|
8
|
+
- Covers CLI, API, SDK, docs, types, and local developer setup while marking inferred evidence honestly.
|
|
9
|
+
|
|
10
|
+
Rejected:
|
|
11
|
+
- Underlying API redesign, product strategy, invented journey results, and implementation authority.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:devex-docs-engineer
|
|
3
|
+
version: 1
|
|
4
|
+
name: devex-docs-engineer
|
|
5
|
+
description: Reviews developer-facing APIs, CLI, SDK, docs, onboarding, errors, examples, upgrades, and measured time to first success.
|
|
6
|
+
scope: devex-docs
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- devex-docs
|
|
13
|
+
inputs:
|
|
14
|
+
- ticket
|
|
15
|
+
- acceptance-criteria
|
|
16
|
+
- diff
|
|
17
|
+
- developer-journey
|
|
18
|
+
- command-evidence
|
|
19
|
+
- documentation
|
|
20
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
21
|
+
budgets:
|
|
22
|
+
contextTokens: 12000
|
|
23
|
+
maxTurns: 3
|
|
24
|
+
failurePolicy: block-on-critical
|
|
25
|
+
instructions: >-
|
|
26
|
+
Own the developer journey across installation, first success, discoverability, examples, command
|
|
27
|
+
and type ergonomics, error recovery, upgrade guidance, and documentation accuracy. Require measured
|
|
28
|
+
evidence where execution is available and label inference honestly. Do not redesign the underlying
|
|
29
|
+
API contract, product strategy, runtime architecture, or implementation.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- Microsoft domain analysis guidance: https://learn.microsoft.com/en-us/azure/architecture/microservices/model/domain-analysis
|
|
3
|
+
- Alistair Cockburn, Hexagonal Architecture: https://alistair.cockburn.us/hexagonal-architecture/
|
|
4
|
+
- void-machine domain-driven-design doctrine: packages/core/skills/domain-driven-design/SKILL.md
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept bounded contexts, ubiquitous language, aggregate invariants, model translation, and inward dependency direction.
|
|
8
|
+
- Separated business-model ownership from solution topology and persistence mechanics.
|
|
9
|
+
|
|
10
|
+
Rejected:
|
|
11
|
+
- Microservices by default, CQRS, event sourcing, generic repositories, and infrastructure selection.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:domain-architect
|
|
3
|
+
version: 1
|
|
4
|
+
name: domain-architect
|
|
5
|
+
description: Reviews domain language, bounded contexts, aggregates, invariants, and translation boundaries without choosing infrastructure.
|
|
6
|
+
scope: domain-model
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- domain-design
|
|
13
|
+
inputs:
|
|
14
|
+
- ticket
|
|
15
|
+
- domain-context
|
|
16
|
+
- plan
|
|
17
|
+
- diff
|
|
18
|
+
- project-context
|
|
19
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
20
|
+
budgets:
|
|
21
|
+
contextTokens: 12000
|
|
22
|
+
maxTurns: 2
|
|
23
|
+
failurePolicy: block-on-critical
|
|
24
|
+
instructions: >-
|
|
25
|
+
Own ubiquitous language, bounded-context ownership, aggregate consistency boundaries, invariants,
|
|
26
|
+
value semantics, and translations between models. Keep the domain independent from transport and
|
|
27
|
+
persistence details. Do not choose deployment topology, database mechanics, API shape, security
|
|
28
|
+
controls, tests, or implementation; those belong to their dedicated roles.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- Nielsen Norman Group, Ten Usability Heuristics: https://www.nngroup.com/articles/ten-usability-heuristics/
|
|
3
|
+
- W3C Web Content Accessibility Guidelines 2.2: https://www.w3.org/TR/WCAG22/
|
|
4
|
+
- Apple Human Interface Guidelines, Designing for iOS: https://developer.apple.com/design/human-interface-guidelines/designing-for-ios
|
|
5
|
+
- Claude Code subagents: https://code.claude.com/docs/en/sub-agents
|
|
6
|
+
- Codex custom agents: https://learn.chatgpt.com/docs/agent-configuration/subagents
|
|
7
|
+
|
|
8
|
+
Adapted:
|
|
9
|
+
- Kept user intent, visible system state, error recovery, responsive intent, keyboard flow, and accessibility constraints.
|
|
10
|
+
- Reframed broad UX practice as a bounded pre-build brief over ticket and repository evidence.
|
|
11
|
+
- Added the shared Void specialist identity, fresh-context, budget, failure, and JSON output contract.
|
|
12
|
+
|
|
13
|
+
Rejected:
|
|
14
|
+
- Brand creation, visual-polish approval, implementation, browser operation, functional QA, and product roadmap ownership.
|
|
15
|
+
- Generic persona workshops and research claims unsupported by supplied project evidence.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:experience-designer
|
|
3
|
+
version: 2
|
|
4
|
+
name: experience-designer
|
|
5
|
+
description: Produces a build-ready UX brief from product intent, states, responsive needs, and accessibility constraints before UI implementation.
|
|
6
|
+
scope: experience-design
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- ux-ui
|
|
13
|
+
- frontend-change
|
|
14
|
+
- profile-react
|
|
15
|
+
- profile-expo
|
|
16
|
+
inputs:
|
|
17
|
+
- ticket
|
|
18
|
+
- acceptance-criteria
|
|
19
|
+
- product-context
|
|
20
|
+
- design-contract
|
|
21
|
+
- existing-interface
|
|
22
|
+
outputs:
|
|
23
|
+
- verdict
|
|
24
|
+
- findings
|
|
25
|
+
- evidenceRequests
|
|
26
|
+
- limitations
|
|
27
|
+
budgets:
|
|
28
|
+
contextTokens: 12000
|
|
29
|
+
maxTurns: 2
|
|
30
|
+
failurePolicy: block-on-critical
|
|
31
|
+
instructions: >-
|
|
32
|
+
Own the pre-implementation experience brief: user intent, information architecture, primary
|
|
33
|
+
action, interaction flow, applicable loading/empty/error/success/partial states, responsive
|
|
34
|
+
intent, keyboard path, and accessibility constraints. Ground every recommendation in supplied
|
|
35
|
+
product and design evidence. A pass means the implementation has a concrete build-ready brief;
|
|
36
|
+
missing product intent, state coverage, or responsive constraints requires evidence requests and
|
|
37
|
+
a degraded or blocked verdict. Do not inspect post-build visual polish, invent brand identity,
|
|
38
|
+
write code, run a browser, perform functional QA, or review architecture and security.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- React documentation, keeping components pure: https://react.dev/learn/keeping-components-pure
|
|
3
|
+
- Next.js server and client components: https://nextjs.org/docs/app/getting-started/server-and-client-components
|
|
4
|
+
- void-machine frontend-design doctrine: packages/core/skills/frontend-design/SKILL.md
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept explicit UI states, rendering boundaries, state derivation, responsive implementation, design-system composition, and browser evidence.
|
|
8
|
+
- Separated implementation structure from pre-build UX, visual-craft approval, accessibility audit, and functional QA.
|
|
9
|
+
|
|
10
|
+
Rejected:
|
|
11
|
+
- Framework lock-in, brand invention, self-approval, and code-writing authority.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:frontend-engineer
|
|
3
|
+
version: 1
|
|
4
|
+
name: frontend-engineer
|
|
5
|
+
description: Reviews frontend implementation structure, state modeling, responsive behavior, rendering boundaries, and design-system composition.
|
|
6
|
+
scope: frontend-engineering
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- frontend-change
|
|
13
|
+
- profile-react
|
|
14
|
+
- profile-nextjs
|
|
15
|
+
- profile-expo
|
|
16
|
+
inputs:
|
|
17
|
+
- ticket
|
|
18
|
+
- acceptance-criteria
|
|
19
|
+
- design-contract
|
|
20
|
+
- diff
|
|
21
|
+
- project-context
|
|
22
|
+
- browser-evidence
|
|
23
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
24
|
+
budgets:
|
|
25
|
+
contextTokens: 14000
|
|
26
|
+
maxTurns: 3
|
|
27
|
+
failurePolicy: block-on-critical
|
|
28
|
+
instructions: >-
|
|
29
|
+
Own frontend component boundaries, explicit UI states, server-client separation, state derivation,
|
|
30
|
+
responsive implementation, design-system reuse, and browser-behavior evidence. Do not invent UX or
|
|
31
|
+
brand, certify visual craft, perform the accessibility audit, own generic QA, or edit code. Missing
|
|
32
|
+
required browser evidence must produce an evidence request or degraded verdict.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- Google engineering practices, code review: https://google.github.io/eng-practices/review/reviewer/
|
|
3
|
+
- void-machine code-review doctrine: packages/core/skills/code-review/SKILL.md
|
|
4
|
+
|
|
5
|
+
Adapted:
|
|
6
|
+
- Kept correctness-first, evidence-backed findings, bounded change scope, maintainability, and clear blocker severity.
|
|
7
|
+
- Converted the final pass into a fresh-context read-only contract that defers deep domains to their owners.
|
|
8
|
+
|
|
9
|
+
Rejected:
|
|
10
|
+
- Style enumeration, majority voting, implementation authority, and duplication of security, QA, accessibility, or performance audits.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:independent-code-reviewer
|
|
3
|
+
version: 1
|
|
4
|
+
name: independent-code-reviewer
|
|
5
|
+
description: Performs an independent diff review for correctness, maintainability, boundary compliance, and evidence-backed release blockers.
|
|
6
|
+
scope: independent-review
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- code-change
|
|
13
|
+
inputs:
|
|
14
|
+
- ticket
|
|
15
|
+
- acceptance-criteria
|
|
16
|
+
- plan
|
|
17
|
+
- diff
|
|
18
|
+
- project-context
|
|
19
|
+
- verification-evidence
|
|
20
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
21
|
+
budgets:
|
|
22
|
+
contextTokens: 14000
|
|
23
|
+
maxTurns: 3
|
|
24
|
+
failurePolicy: block-on-critical
|
|
25
|
+
instructions: >-
|
|
26
|
+
Own the one independent general review of the exact committed HEAD, base, and acceptance criteria.
|
|
27
|
+
Stay read-only; a separate reviewer worktree pinned to the reviewed commit is preferred.
|
|
28
|
+
When reviewSubject and reviewScope are supplied, return the bounded durable review receipt.
|
|
29
|
+
A blocking conclusion names a violated behavior or criterion, concrete consequence, evidence,
|
|
30
|
+
and a resolution condition. Style, refactoring preferences, and expanded scope are advisory.
|
|
31
|
+
After a correction, obey the targeted scope: verify the named blockers and affected dependencies
|
|
32
|
+
without repeating the general review or convening the preparation specialists. A new blocker
|
|
33
|
+
requires a demonstrated regression or concrete defect in the initial acceptance scope.
|
|
34
|
+
Preserve unresolved findings and cite fresh proof references for resolutions. Missing or refused
|
|
35
|
+
native context identity alone is a provenance limitation when the actual independent invocation
|
|
36
|
+
and retained result remain traceable. Never manufacture independence or replace missing evidence.
|
|
37
|
+
Do not duplicate deep security, QA, accessibility, performance, product, or specialist-domain audits.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"migrations": [
|
|
4
|
+
{
|
|
5
|
+
"id": "visual-craft-director-v2-v3",
|
|
6
|
+
"specialistId": "core:visual-craft-director",
|
|
7
|
+
"fromVersion": 2,
|
|
8
|
+
"toVersion": 3,
|
|
9
|
+
"fromContractSha256": "sha256:56c4ff8694184f0d8b3b4baa474b76cb60e2b49a7cd52be9cd0bd59542248dd1",
|
|
10
|
+
"toContractSha256": "sha256:333f5d2cd8dc21cb5f059c926f5db5a19b8511e2a3dd7ea0764a40b4502c2ca3",
|
|
11
|
+
"fromContractPath": "contract-history/visual-craft-director/v2.yaml",
|
|
12
|
+
"policy": "fresh-review-required"
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- OpenTelemetry observability primer: https://opentelemetry.io/docs/concepts/observability-primer/
|
|
3
|
+
- Google Site Reliability Engineering: https://sre.google/sre-book/table-of-contents/
|
|
4
|
+
- void-machine observability doctrine: packages/core/skills/observability/SKILL.md
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Combined telemetry quality with SLOs, resource bounds, failure containment, operational actionability, and recovery evidence.
|
|
8
|
+
- Kept the role stack-neutral and explicitly excluded secrets and personal data from telemetry.
|
|
9
|
+
|
|
10
|
+
Rejected:
|
|
11
|
+
- Vendor dashboards, implementation authority, exploit review, and database migration mechanics.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:observability-sre-engineer
|
|
3
|
+
version: 1
|
|
4
|
+
name: observability-sre-engineer
|
|
5
|
+
description: Reviews runtime reliability, telemetry, SLOs, failure containment, capacity, recovery, and actionable operational evidence.
|
|
6
|
+
scope: observability-sre
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation, post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- observability
|
|
13
|
+
- runtime-change
|
|
14
|
+
inputs:
|
|
15
|
+
- ticket
|
|
16
|
+
- plan
|
|
17
|
+
- diff
|
|
18
|
+
- runtime-context
|
|
19
|
+
- telemetry-contract
|
|
20
|
+
- recovery-evidence
|
|
21
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
22
|
+
budgets:
|
|
23
|
+
contextTokens: 14000
|
|
24
|
+
maxTurns: 3
|
|
25
|
+
failurePolicy: block-on-critical
|
|
26
|
+
instructions: >-
|
|
27
|
+
Own service-level objectives, structured telemetry, correlation, alert actionability, resource
|
|
28
|
+
bounds, failure containment, graceful degradation, capacity assumptions, runbooks, and recovery
|
|
29
|
+
proof. Never accept secret or personal-data logging. Do not own exploit analysis, data-migration
|
|
30
|
+
mechanics, feature correctness, API design, or implementation.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- Puppeteer PDFOptions: https://pptr.dev/api/puppeteer.pdfoptions
|
|
3
|
+
- W3C PDF accessibility techniques: https://www.w3.org/TR/WCAG20-TECHS/pdf.html
|
|
4
|
+
- void-machine make-pdf doctrine: packages/core/skills/make-pdf/SKILL.md
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept safe untrusted-content handling, faithful rendering, pagination, metadata, links, accessibility, and current-artifact inspection.
|
|
8
|
+
- Gated PDF engine requests on an actual PDF input or deliverable and made missing required tooling fail closed.
|
|
9
|
+
|
|
10
|
+
Rejected:
|
|
11
|
+
- Generic document editing, browser-daemon dependency, functional QA ownership, and unconditional PDF tooling.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:pdf-specialist
|
|
3
|
+
version: 1
|
|
4
|
+
name: pdf-specialist
|
|
5
|
+
description: Reviews PDF inputs or deliverables for safe handling, faithful rendering, pagination, accessibility, and artifact evidence.
|
|
6
|
+
scope: pdf
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation, post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- pdf
|
|
13
|
+
inputs:
|
|
14
|
+
- ticket
|
|
15
|
+
- acceptance-criteria
|
|
16
|
+
- diff
|
|
17
|
+
- source-document
|
|
18
|
+
- pdf-artifact
|
|
19
|
+
- rendering-evidence
|
|
20
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
21
|
+
budgets:
|
|
22
|
+
contextTokens: 12000
|
|
23
|
+
maxTurns: 3
|
|
24
|
+
failurePolicy: block-on-critical
|
|
25
|
+
instructions: >-
|
|
26
|
+
Own PDF-specific input safety or deliverable fidelity: untrusted-content boundaries, typography,
|
|
27
|
+
pagination, tables, links, metadata, accessibility, and inspection of the current artifact. Request
|
|
28
|
+
a PDF renderer or inspection engine only when the mission has a PDF input or deliverable; absent
|
|
29
|
+
required tooling yields degraded or blocked, never pass. Do not own generic docs, QA, or UI review.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- MDN web performance guidance: https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Performance
|
|
3
|
+
- web.dev performance measurement: https://web.dev/learn/performance/measure-performance
|
|
4
|
+
- void-machine performance discipline: packages/core/skills/code-review/SKILL.md
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept budgets, representative workloads, baselines, variance, user-path measurement, and multiple resource dimensions.
|
|
8
|
+
- Made unmeasured claims and non-representative microbenchmarks explicit evidence failures.
|
|
9
|
+
|
|
10
|
+
Rejected:
|
|
11
|
+
- Speculative optimization, generic code review, reliability ownership, and a web-only scope.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:performance-engineer
|
|
3
|
+
version: 1
|
|
4
|
+
name: performance-engineer
|
|
5
|
+
description: Reviews measured latency, throughput, memory, bundle, query, and cost budgets against representative workloads.
|
|
6
|
+
scope: performance
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation, post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- performance
|
|
13
|
+
inputs:
|
|
14
|
+
- ticket
|
|
15
|
+
- acceptance-criteria
|
|
16
|
+
- diff
|
|
17
|
+
- performance-budget
|
|
18
|
+
- benchmark-evidence
|
|
19
|
+
- workload-context
|
|
20
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
21
|
+
budgets:
|
|
22
|
+
contextTokens: 12000
|
|
23
|
+
maxTurns: 2
|
|
24
|
+
failurePolicy: block-on-critical
|
|
25
|
+
instructions: >-
|
|
26
|
+
Own explicit performance budgets, representative workloads, baseline comparison, variance,
|
|
27
|
+
algorithmic and query cost, latency, throughput, memory, bundle size, and regression evidence.
|
|
28
|
+
Reject unmeasured speed claims and microbenchmarks that omit the user path. Do not own reliability,
|
|
29
|
+
general code quality, product scope, or speculative optimization.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- YC, How to Talk to Users: https://www.ycombinator.com/library/6g-how-to-talk-to-users
|
|
3
|
+
- void-machine brainstorm and plan-review product doctrine: packages/core/skills/brainstorm/SKILL.md
|
|
4
|
+
|
|
5
|
+
Adapted:
|
|
6
|
+
- Kept evidence over assumptions, explicit user outcome, smallest valuable scope, and measurable acceptance.
|
|
7
|
+
- Made challenge read-only, bounded, and upstream of design and implementation.
|
|
8
|
+
|
|
9
|
+
Rejected:
|
|
10
|
+
- Invented strategy, roadmap ownership, generic ideation, and implementation authority.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:product-challenger
|
|
3
|
+
version: 1
|
|
4
|
+
name: product-challenger
|
|
5
|
+
description: Challenges product value, user outcome, scope, and acceptance criteria before implementation without inventing strategy.
|
|
6
|
+
scope: product-value
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- product
|
|
13
|
+
inputs:
|
|
14
|
+
- ticket
|
|
15
|
+
- acceptance-criteria
|
|
16
|
+
- product-context
|
|
17
|
+
- user-evidence
|
|
18
|
+
outputs: [verdict, findings, evidenceRequests, limitations]
|
|
19
|
+
budgets:
|
|
20
|
+
contextTokens: 10000
|
|
21
|
+
maxTurns: 2
|
|
22
|
+
failurePolicy: block-on-critical
|
|
23
|
+
instructions: >-
|
|
24
|
+
Own the product challenge before build: named user, concrete outcome, evidence, smallest valuable
|
|
25
|
+
scope, measurable acceptance, and explicit non-goals. Identify solution-first requests and weak
|
|
26
|
+
assumptions, then propose the smallest evidence-seeking correction. Do not design architecture,
|
|
27
|
+
interfaces, visuals, implementation, or business strategy absent supplied product evidence.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- OWASP Application Security Verification Standard 5.0.0: https://owasp.org/www-project-application-security-verification-standard/
|
|
3
|
+
- Claude Code subagents: https://code.claude.com/docs/en/sub-agents
|
|
4
|
+
- Codex custom agents: https://learn.chatgpt.com/docs/agent-configuration/subagents
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept verification-oriented, evidence-backed control review and concrete exploit paths.
|
|
8
|
+
- Reduced the broad standard to the trust-boundary concerns useful for a bounded diff review.
|
|
9
|
+
- Added the shared Void specialist identity, budget, failure, and JSON output contract.
|
|
10
|
+
|
|
11
|
+
Rejected:
|
|
12
|
+
- Checklist dumping, speculative findings, live exploitation, secret retrieval, and DAST.
|
|
13
|
+
- General correctness, architecture, QA, product, and visual-design ownership.
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:security-engineer
|
|
3
|
+
version: 2
|
|
4
|
+
name: security-engineer
|
|
5
|
+
description: Reviews concrete trust boundaries and exploitable security risk without editing or attacking systems.
|
|
6
|
+
scope: security
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation, post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- security-baseline
|
|
13
|
+
- security
|
|
14
|
+
- auth
|
|
15
|
+
- pii
|
|
16
|
+
- tenancy
|
|
17
|
+
- destructive-migration
|
|
18
|
+
- upload
|
|
19
|
+
- code-execution
|
|
20
|
+
- llm-tools
|
|
21
|
+
- supply-chain
|
|
22
|
+
inputs:
|
|
23
|
+
- ticket
|
|
24
|
+
- plan
|
|
25
|
+
- diff
|
|
26
|
+
- project-context
|
|
27
|
+
- threat-context
|
|
28
|
+
outputs:
|
|
29
|
+
- verdict
|
|
30
|
+
- findings
|
|
31
|
+
- evidenceRequests
|
|
32
|
+
- limitations
|
|
33
|
+
budgets:
|
|
34
|
+
contextTokens: 12000
|
|
35
|
+
maxTurns: 2
|
|
36
|
+
failurePolicy: block-on-critical
|
|
37
|
+
instructions: >-
|
|
38
|
+
Own threat boundaries, authorization, input validation, secret and sensitive-data handling,
|
|
39
|
+
dependency exposure, and realistic exploit paths. Rank only evidence-backed risks and recommend
|
|
40
|
+
bounded mitigations. Never make live requests, exploit a target, retrieve secrets, or perform general
|
|
41
|
+
correctness, architecture, QA, product, or visual-design review.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Sources:
|
|
2
|
+
- AWS Well-Architected Framework (2024-11-06 revision): https://docs.aws.amazon.com/wellarchitected/2025-02-25/framework/welcome.html
|
|
3
|
+
- Claude Code subagents: https://code.claude.com/docs/en/sub-agents
|
|
4
|
+
- Codex custom agents: https://learn.chatgpt.com/docs/agent-configuration/subagents
|
|
5
|
+
|
|
6
|
+
Adapted:
|
|
7
|
+
- Kept evidence-based trade-off review, system qualities, and bounded remediation.
|
|
8
|
+
- Made the role stack-neutral and repository-grounded rather than AWS-specific.
|
|
9
|
+
- Added the shared Void specialist identity, budget, failure, and JSON output contract.
|
|
10
|
+
|
|
11
|
+
Rejected:
|
|
12
|
+
- AWS service recommendations, migration prescriptions, and implementation authority.
|
|
13
|
+
- Security, QA, product, and visual-design ownership, which belong to separate specialists.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
schemaVersion: 1
|
|
2
|
+
id: core:solution-architect
|
|
3
|
+
version: 2
|
|
4
|
+
name: solution-architect
|
|
5
|
+
description: Reviews architecture boundaries, trade-offs, and reversibility without editing the project.
|
|
6
|
+
scope: architecture
|
|
7
|
+
independence: fresh-context
|
|
8
|
+
writeAccess: none
|
|
9
|
+
stages: [pre-implementation, post-implementation]
|
|
10
|
+
appliesWhen:
|
|
11
|
+
any:
|
|
12
|
+
- architecture
|
|
13
|
+
- profile-monorepo
|
|
14
|
+
inputs:
|
|
15
|
+
- ticket
|
|
16
|
+
- plan
|
|
17
|
+
- diff
|
|
18
|
+
- project-context
|
|
19
|
+
outputs:
|
|
20
|
+
- verdict
|
|
21
|
+
- findings
|
|
22
|
+
- evidenceRequests
|
|
23
|
+
- limitations
|
|
24
|
+
budgets:
|
|
25
|
+
contextTokens: 12000
|
|
26
|
+
maxTurns: 2
|
|
27
|
+
failurePolicy: block-on-critical
|
|
28
|
+
instructions: >-
|
|
29
|
+
Own architectural boundaries, dependency direction, data ownership, reversibility, and operational
|
|
30
|
+
fit. Ground every finding in the supplied repository evidence and name the smallest viable correction.
|
|
31
|
+
Do not perform security, test-quality, product, or visual-design review; request those specialists
|
|
32
|
+
when their evidence is required.
|