codex-genesis-harness 0.1.0 → 0.1.4
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/.codebase/API_CONTRACTS.md +12 -0
- package/.codebase/ARCHITECTURE.md +6 -0
- package/.codebase/ARCHITECTURE_REVIEW_COMPLETE.md +216 -0
- package/.codebase/CURRENT_STATE.md +8 -0
- package/.codebase/DEPENDENCY_GRAPH.md +14 -0
- package/.codebase/DOMAIN_MODELS.md +10 -0
- package/.codebase/EVOLUTION_PLAN.md +35 -0
- package/.codebase/FILE_NAMING_CLARIFICATION.md +161 -0
- package/.codebase/HARNESS_COMPLETENESS_AUDIT.md +613 -0
- package/.codebase/IMPLEMENTATION_COMPLETE.md +429 -0
- package/.codebase/IMPLEMENTATION_HANDOFF.md +351 -0
- package/.codebase/IMPROVEMENTS_SUMMARY.md +419 -0
- package/.codebase/KNOWN_PROBLEMS.md +6 -0
- package/.codebase/MODULE_INDEX.md +13 -0
- package/.codebase/PHASE3_SKILLS_NAMING_COMPLETE.md +292 -0
- package/.codebase/PHASE_DEPENDENCY_MAP.md +486 -0
- package/.codebase/PIPELINE_FLOW.md +14 -0
- package/.codebase/QUICK_START_SPEC_IMPACT.md +456 -0
- package/.codebase/README.md +139 -0
- package/.codebase/RECOVERY_POINTS.md +438 -0
- package/.codebase/TEST_MATRIX.md +11 -0
- package/.codebase/UI_ROUTES.md +4 -0
- package/.codebase/context/backend-summary.md +4 -0
- package/.codebase/context/frontend-summary.md +4 -0
- package/.codebase/context/pipeline-summary.md +4 -0
- package/.codebase/context/providers-summary.md +4 -0
- package/.codebase/context/render-summary.md +4 -0
- package/.codebase/context/tests-summary.md +4 -0
- package/.codex/skills/genesis-ai-provider/SKILL.md +46 -0
- package/.codex/skills/genesis-ai-provider/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-ai-provider/checklists/checklist.md +9 -0
- package/.codex/skills/genesis-ai-provider/examples/example.md +4 -0
- package/.codex/skills/genesis-ai-provider/templates/provider-contract-template.md +9 -0
- package/.codex/skills/genesis-api-contract/SKILL.md +46 -0
- package/.codex/skills/genesis-api-contract/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-api-contract/checklists/checklist.md +8 -0
- package/.codex/skills/genesis-api-contract/examples/example.md +4 -0
- package/.codex/skills/genesis-api-contract/templates/api-contract-template.md +4 -0
- package/.codex/skills/genesis-api-sync/SKILL.md +354 -0
- package/.codex/skills/genesis-api-sync/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-api-sync/checklists/api-sync-checklist.md +101 -0
- package/.codex/skills/genesis-api-sync/examples/example.md +68 -0
- package/.codex/skills/genesis-api-sync/templates/api-change-template.md +257 -0
- package/.codex/skills/genesis-architecture/SKILL.md +46 -0
- package/.codex/skills/genesis-architecture/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-architecture/checklists/checklist.md +8 -0
- package/.codex/skills/genesis-architecture/examples/example.md +4 -0
- package/.codex/skills/genesis-architecture/templates/architecture-decision-template.md +14 -0
- package/.codex/skills/genesis-codebase-map/SKILL.md +46 -0
- package/.codex/skills/genesis-codebase-map/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-codebase-map/checklists/checklist.md +7 -0
- package/.codex/skills/genesis-codebase-map/examples/example.md +4 -0
- package/.codex/skills/genesis-codebase-map/templates/map-update-template.md +8 -0
- package/.codex/skills/genesis-debug-guide/SKILL.md +479 -0
- package/.codex/skills/genesis-debug-guide/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-debug-guide/checklists/flaky-test-investigation.md +339 -0
- package/.codex/skills/genesis-debug-guide/checklists/production-bug-debug.md +210 -0
- package/.codex/skills/genesis-debug-guide/checklists/test-failure-debug.md +158 -0
- package/.codex/skills/genesis-debug-guide/examples/example.md +48 -0
- package/.codex/skills/genesis-debug-guide/observability/debug-commands.md +365 -0
- package/.codex/skills/genesis-debug-guide/playbooks/unit-test-failures.md +289 -0
- package/.codex/skills/genesis-debug-guide/templates/debug-investigation-log.md +288 -0
- package/.codex/skills/genesis-design-spec/SKILL.md +46 -0
- package/.codex/skills/genesis-design-spec/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-design-spec/checklists/checklist.md +7 -0
- package/.codex/skills/genesis-design-spec/examples/example.md +4 -0
- package/.codex/skills/genesis-design-spec/templates/design-spec-template.md +9 -0
- package/.codex/skills/genesis-docs/SKILL.md +46 -0
- package/.codex/skills/genesis-docs/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-docs/checklists/checklist.md +7 -0
- package/.codex/skills/genesis-docs/examples/example.md +4 -0
- package/.codex/skills/genesis-docs/templates/docs-update-template.md +8 -0
- package/.codex/skills/genesis-docs-automation/SKILL.md +1003 -0
- package/.codex/skills/genesis-docs-automation/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-docs-automation/checklists/docs-validation.md +359 -0
- package/.codex/skills/genesis-docs-automation/checklists/spec-alignment.md +312 -0
- package/.codex/skills/genesis-docs-automation/examples/example.md +59 -0
- package/.codex/skills/genesis-docs-automation/observability/docs-tracking.md +382 -0
- package/.codex/skills/genesis-docs-automation/playbooks/auto-update-flow.md +851 -0
- package/.codex/skills/genesis-docs-automation/playbooks/changelog-generation.md +491 -0
- package/.codex/skills/genesis-docs-automation/templates/changelog-entry-template.md +187 -0
- package/.codex/skills/genesis-docs-automation/templates/handoff-template.md +297 -0
- package/.codex/skills/genesis-harness/SKILL.md +1418 -0
- package/.codex/skills/genesis-harness/agents/openai.yaml +9 -0
- package/.codex/skills/genesis-harness/checklists/bug-fix-qa.md +169 -0
- package/.codex/skills/genesis-harness/checklists/checklist.md +10 -0
- package/.codex/skills/genesis-harness/checklists/new-feature-qa.md +157 -0
- package/.codex/skills/genesis-harness/checklists/refactor-qa.md +216 -0
- package/.codex/skills/genesis-harness/checklists/requirements-validation.md +211 -0
- package/.codex/skills/genesis-harness/examples/example.md +4 -0
- package/.codex/skills/genesis-harness/resources/change-impact-matrix-template.md +204 -0
- package/.codex/skills/genesis-harness/resources/foundation-phase-template.md +131 -0
- package/.codex/skills/genesis-harness/resources/phase-00-foundation-template.md +76 -0
- package/.codex/skills/genesis-harness/resources/post-implementation-guide.md +347 -0
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-architecture-boundaries.sh +23 -23
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-docs-sync.sh +24 -24
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-no-debug-logs.sh +21 -21
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-required-planning-files.sh +46 -46
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-spec-changelog.sh +24 -24
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-task-tracking.sh +25 -25
- package/.codex/skills/genesis-harness/scripts/compact-context.sh +54 -0
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/create-adr.sh +74 -74
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/create-bug.sh +160 -160
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/create-feature.sh +217 -217
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/detect-stack.sh +26 -26
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/init-planning.sh +750 -719
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/list-changed-files.sh +12 -12
- package/.codex/skills/genesis-harness/scripts/offload-log.sh +72 -0
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/run-verification.sh +47 -47
- package/.codex/skills/genesis-harness/scripts/run-verify-loop.sh +75 -0
- package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/update-state.sh +33 -33
- package/.codex/skills/genesis-harness/templates/harness-workflow-template.md +10 -0
- package/.codex/skills/genesis-harness-engineering/SKILL.md +159 -0
- package/.codex/skills/genesis-harness-engineering/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-harness-engineering/checklists/checklist.md +48 -0
- package/.codex/skills/genesis-harness-engineering/examples/example.md +57 -0
- package/.codex/skills/genesis-harness-engineering/playbooks/harness-evolution.md +99 -0
- package/.codex/skills/genesis-harness-engineering/templates/harness-change-template.md +37 -0
- package/.codex/skills/genesis-new-design/SKILL.md +95 -0
- package/.codex/skills/genesis-new-design/agents/openai.yaml +4 -0
- package/.codex/skills/genesis-new-design/checklists/checklist.md +8 -0
- package/.codex/skills/genesis-new-design/examples/example.md +4 -0
- package/.codex/skills/genesis-new-design/templates/new-design-template.md +9 -0
- package/.codex/skills/genesis-observability-automation/SKILL.md +382 -0
- package/.codex/skills/genesis-observability-automation/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-observability-automation/examples/example.md +86 -0
- package/.codex/skills/genesis-performance-profiling/SKILL.md +510 -0
- package/.codex/skills/genesis-performance-profiling/agents/openai.yaml +6 -0
- package/.codex/skills/genesis-performance-profiling/checklists/optimization-verification.md +199 -0
- package/.codex/skills/genesis-performance-profiling/checklists/performance-baseline.md +183 -0
- package/.codex/skills/genesis-performance-profiling/examples/example.md +234 -0
- package/.codex/skills/genesis-performance-profiling/observability/performance-tracking.md +202 -0
- package/.codex/skills/genesis-performance-profiling/playbooks/load-testing-orchestration.md +593 -0
- package/.codex/skills/genesis-performance-profiling/playbooks/profiling-playbook.md +601 -0
- package/.codex/skills/genesis-performance-profiling/templates/load-test-config-template.md +428 -0
- package/.codex/skills/genesis-performance-profiling/templates/performance-report-template.md +238 -0
- package/.codex/skills/genesis-pipeline-orchestration/SKILL.md +46 -0
- package/.codex/skills/genesis-pipeline-orchestration/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-pipeline-orchestration/checklists/checklist.md +12 -0
- package/.codex/skills/genesis-pipeline-orchestration/examples/example.md +4 -0
- package/.codex/skills/genesis-pipeline-orchestration/templates/orchestration-template.md +12 -0
- package/.codex/skills/genesis-planning/SKILL.md +46 -0
- package/.codex/skills/genesis-planning/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-planning/checklists/checklist.md +8 -0
- package/.codex/skills/genesis-planning/examples/example.md +4 -0
- package/.codex/skills/genesis-planning/templates/plan-template.md +11 -0
- package/.codex/skills/genesis-release/SKILL.md +46 -0
- package/.codex/skills/genesis-release/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-release/checklists/checklist.md +8 -0
- package/.codex/skills/genesis-release/examples/example.md +4 -0
- package/.codex/skills/genesis-release/templates/release-checklist-template.md +9 -0
- package/.codex/skills/genesis-release-orchestration/SKILL.md +653 -0
- package/.codex/skills/genesis-release-orchestration/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-release-orchestration/checklists/post-deployment-verification.md +274 -0
- package/.codex/skills/genesis-release-orchestration/checklists/pre-release-validation.md +220 -0
- package/.codex/skills/genesis-release-orchestration/examples/example.md +78 -0
- package/.codex/skills/genesis-release-orchestration/observability/release-tracking.md +253 -0
- package/.codex/skills/genesis-release-orchestration/playbooks/canary-deployment-orchestration.md +472 -0
- package/.codex/skills/genesis-release-orchestration/playbooks/semantic-versioning-automation.md +494 -0
- package/.codex/skills/genesis-release-orchestration/templates/deployment-strategy-template.md +303 -0
- package/.codex/skills/genesis-release-orchestration/templates/release-runbook-template.md +420 -0
- package/.codex/skills/genesis-research/SKILL.md +46 -0
- package/.codex/skills/genesis-research/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-research/checklists/checklist.md +7 -0
- package/.codex/skills/genesis-research/examples/example.md +4 -0
- package/.codex/skills/genesis-research/templates/research-note-template.md +9 -0
- package/.codex/skills/genesis-research-first/SKILL.md +237 -0
- package/.codex/skills/genesis-research-first/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-research-first/examples/example.md +85 -0
- package/.codex/skills/genesis-spec-propagation/SKILL.md +534 -0
- package/.codex/skills/genesis-spec-propagation/agents/openai.yaml +7 -0
- package/.codex/skills/genesis-spec-propagation/checklists/phase-update-verification.md +384 -0
- package/.codex/skills/genesis-spec-propagation/checklists/spec-change-detection.md +257 -0
- package/.codex/skills/genesis-spec-propagation/examples/example.md +63 -0
- package/.codex/skills/genesis-spec-propagation/observability/propagation-tracking.md +373 -0
- package/.codex/skills/genesis-spec-propagation/playbooks/breaking-change-propagation.md +692 -0
- package/.codex/skills/genesis-spec-propagation/playbooks/feature-change-propagation.md +434 -0
- package/.codex/skills/genesis-spec-propagation/templates/migration-guide-template.md +407 -0
- package/.codex/skills/genesis-upgrade-design/SKILL.md +97 -0
- package/.codex/skills/genesis-upgrade-design/agents/openai.yaml +4 -0
- package/.codex/skills/genesis-upgrade-design/checklists/checklist.md +8 -0
- package/.codex/skills/genesis-upgrade-design/examples/example.md +4 -0
- package/.codex/skills/genesis-upgrade-design/templates/upgrade-design-template.md +9 -0
- package/.codex/skills/spec-impact-engine/SKILL.md +504 -0
- package/.codex/skills/spec-impact-engine/agents/openai.yaml +7 -0
- package/.codex/skills/spec-impact-engine/detect-spec-changes.sh +262 -0
- package/.codex/skills/spec-impact-engine/examples/example.md +98 -0
- package/.codex/skills/spec-impact-engine/templates/impact-report.md +248 -0
- package/.codex/skills/spec-impact-engine/templates/migration-guide.md +223 -0
- package/.codex/skills/ui-ux-test-skill/SKILL.md +46 -0
- package/.codex/skills/ui-ux-test-skill/agents/openai.yaml +7 -0
- package/.codex/skills/ui-ux-test-skill/checklists/checklist.md +8 -0
- package/.codex/skills/ui-ux-test-skill/examples/example.md +4 -0
- package/.codex/skills/ui-ux-test-skill/templates/playwright-test-template.md +4 -0
- package/.codex-plugin/plugin.json +13 -11
- package/README.EN.md +719 -0
- package/README.VI.md +712 -0
- package/README.md +318 -181
- package/VERSION +1 -1
- package/bin/genesis-harness.js +133 -79
- package/contracts/agents/CharacterBibleAgent/error.json +1 -0
- package/contracts/agents/CharacterBibleAgent/example.json +1 -0
- package/contracts/agents/CharacterBibleAgent/request.json +1 -0
- package/contracts/agents/CharacterBibleAgent/response.json +1 -0
- package/contracts/agents/CharacterBibleAgent/schema.json +1 -0
- package/contracts/agents/ImageGenerationAgent/error.json +1 -0
- package/contracts/agents/ImageGenerationAgent/example.json +1 -0
- package/contracts/agents/ImageGenerationAgent/request.json +1 -0
- package/contracts/agents/ImageGenerationAgent/response.json +1 -0
- package/contracts/agents/ImageGenerationAgent/schema.json +1 -0
- package/contracts/agents/PipelineOrchestrator/error.json +1 -0
- package/contracts/agents/PipelineOrchestrator/example.json +1 -0
- package/contracts/agents/PipelineOrchestrator/request.json +1 -0
- package/contracts/agents/PipelineOrchestrator/response.json +1 -0
- package/contracts/agents/PipelineOrchestrator/schema.json +1 -0
- package/contracts/agents/PromptGenerationAgent/error.json +1 -0
- package/contracts/agents/PromptGenerationAgent/example.json +1 -0
- package/contracts/agents/PromptGenerationAgent/request.json +1 -0
- package/contracts/agents/PromptGenerationAgent/response.json +1 -0
- package/contracts/agents/PromptGenerationAgent/schema.json +1 -0
- package/contracts/agents/RenderAgent/error.json +1 -0
- package/contracts/agents/RenderAgent/example.json +1 -0
- package/contracts/agents/RenderAgent/request.json +1 -0
- package/contracts/agents/RenderAgent/response.json +1 -0
- package/contracts/agents/RenderAgent/schema.json +1 -0
- package/contracts/agents/ScenePlanningAgent/error.json +1 -0
- package/contracts/agents/ScenePlanningAgent/example.json +1 -0
- package/contracts/agents/ScenePlanningAgent/request.json +1 -0
- package/contracts/agents/ScenePlanningAgent/response.json +1 -0
- package/contracts/agents/ScenePlanningAgent/schema.json +1 -0
- package/contracts/agents/ScreenplayAgent/error.json +1 -0
- package/contracts/agents/ScreenplayAgent/example.json +1 -0
- package/contracts/agents/ScreenplayAgent/request.json +1 -0
- package/contracts/agents/ScreenplayAgent/response.json +1 -0
- package/contracts/agents/ScreenplayAgent/schema.json +1 -0
- package/contracts/agents/StoryAnalysisAgent/error.json +1 -0
- package/contracts/agents/StoryAnalysisAgent/example.json +1 -0
- package/contracts/agents/StoryAnalysisAgent/request.json +1 -0
- package/contracts/agents/StoryAnalysisAgent/response.json +1 -0
- package/contracts/agents/StoryAnalysisAgent/schema.json +1 -0
- package/contracts/agents/SubtitleGenerationAgent/error.json +1 -0
- package/contracts/agents/SubtitleGenerationAgent/example.json +1 -0
- package/contracts/agents/SubtitleGenerationAgent/request.json +1 -0
- package/contracts/agents/SubtitleGenerationAgent/response.json +1 -0
- package/contracts/agents/SubtitleGenerationAgent/schema.json +1 -0
- package/contracts/agents/VoiceGenerationAgent/error.json +1 -0
- package/contracts/agents/VoiceGenerationAgent/example.json +1 -0
- package/contracts/agents/VoiceGenerationAgent/request.json +1 -0
- package/contracts/agents/VoiceGenerationAgent/response.json +1 -0
- package/contracts/agents/VoiceGenerationAgent/schema.json +1 -0
- package/contracts/api/README.md +4 -0
- package/contracts/api/endpoint-template/error.json +7 -0
- package/contracts/api/endpoint-template/example.json +11 -0
- package/contracts/api/endpoint-template/request.json +7 -0
- package/contracts/api/endpoint-template/response.json +6 -0
- package/contracts/api/endpoint-template/schema.json +9 -0
- package/contracts/events/README.md +4 -0
- package/contracts/events/event-template/error.json +4 -0
- package/contracts/events/event-template/example.json +6 -0
- package/contracts/events/event-template/request.json +6 -0
- package/contracts/events/event-template/response.json +3 -0
- package/contracts/events/event-template/schema.json +8 -0
- package/contracts/ui/README.md +4 -0
- package/contracts/ui/screen-template/error.json +4 -0
- package/contracts/ui/screen-template/example.json +7 -0
- package/contracts/ui/screen-template/request.json +4 -0
- package/contracts/ui/screen-template/response.json +4 -0
- package/contracts/ui/screen-template/schema.json +8 -0
- package/fixtures/agents/agent-fixture-template.md +14 -0
- package/fixtures/api/api-fixture-template.md +14 -0
- package/fixtures/images/image-fixture-template.md +14 -0
- package/fixtures/pipeline/pipeline-fixture-template.md +14 -0
- package/fixtures/render/render-fixture-template.md +14 -0
- package/fixtures/tts/tts-fixture-template.md +14 -0
- package/fixtures/videos/video-fixture-template.md +14 -0
- package/observability/agent-runs/agent-run-template.md +22 -0
- package/observability/decision-logs/decision-log-template.md +18 -0
- package/observability/failures/failure-template.md +18 -0
- package/package.json +8 -2
- package/playwright/e2e/e2e-template.md +4 -0
- package/playwright/fixtures/ui-fixture-template.md +4 -0
- package/playwright/smoke/smoke-template.md +4 -0
- package/playwright/visual/visual-regression-template.md +4 -0
- package/scripts/README.md +342 -0
- package/scripts/compact-context.sh +54 -0
- package/scripts/detect-changes.sh +152 -0
- package/scripts/install.sh +103 -69
- package/scripts/offload-log.sh +72 -0
- package/scripts/run-evals.sh +118 -52
- package/scripts/run-verify-loop.sh +75 -0
- package/scripts/uninstall.sh +81 -52
- package/scripts/verify.sh +380 -109
- package/tests/contracts/contract-template.test.md +10 -0
- package/tests/fixtures/fixture-index.md +4 -0
- package/tests/integration/integration-template.test.md +4 -0
- package/tests/unit/unit-template.test.md +4 -0
- package/.codex/skills/project-genesis-harness/SKILL.md +0 -727
- package/.codex/skills/project-genesis-harness/agents/openai.yaml +0 -9
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/references/planning-schema.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/references/quality-rubric.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/references/research-rubric.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/references/workflows.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/agents-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/api-docs-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/architecture-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/audit-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/bug-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/check-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/conventions-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/decision-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/design-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/escalation-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/feature-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/integrations-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/journeys-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/lessons-learned-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/observability-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/phase-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/pitfalls-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/planning-tree-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/project-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/quality-score-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/requirements-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/research-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/review-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/spec-changelog-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/stack-template.md +0 -0
- /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/verification-template.md +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: research-skill
|
|
3
|
+
description: Run local and external research for Codex harness decisions with source attribution, repository evidence, assumptions, and reusable research notes. Use before adopting APIs, SDKs, architecture patterns, or uncertain implementation approaches.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Research Skill
|
|
7
|
+
|
|
8
|
+
## Purpose
|
|
9
|
+
Ground decisions in repository evidence and current authoritative sources.
|
|
10
|
+
|
|
11
|
+
## When to use
|
|
12
|
+
Use when facts may be stale, external APIs are involved, or implementation direction is uncertain.
|
|
13
|
+
|
|
14
|
+
## When NOT to use
|
|
15
|
+
Do not use when local code already answers the question and no external fact is needed.
|
|
16
|
+
|
|
17
|
+
## Inputs required
|
|
18
|
+
Research question, decision needed, local files, external source constraints, and acceptance criteria.
|
|
19
|
+
|
|
20
|
+
## Outputs required
|
|
21
|
+
Research note with local evidence, external citations, recommendation, rejected options, and follow-up tests.
|
|
22
|
+
|
|
23
|
+
## Required tests
|
|
24
|
+
Translate research into failing tests or contract checks before implementation.
|
|
25
|
+
|
|
26
|
+
## Required fixtures
|
|
27
|
+
Create fixtures for researched API examples or edge cases.
|
|
28
|
+
|
|
29
|
+
## Required contract updates
|
|
30
|
+
Update contracts if research changes public behavior or schemas.
|
|
31
|
+
|
|
32
|
+
## Required codebase map updates
|
|
33
|
+
Update memory files with durable conclusions and source dates.
|
|
34
|
+
|
|
35
|
+
## Token saving rules
|
|
36
|
+
Search targeted files first; summarize sources and avoid pasting long excerpts.
|
|
37
|
+
|
|
38
|
+
## Acceptance criteria
|
|
39
|
+
Decision is supported by evidence and converted into testable work.
|
|
40
|
+
|
|
41
|
+
## Common mistakes
|
|
42
|
+
Researching broadly without a decision, trusting stale docs, and failing to encode findings in tests.
|
|
43
|
+
|
|
44
|
+
## Recovery workflow
|
|
45
|
+
If research conflicts, prefer primary sources, document uncertainty, and choose the smallest reversible test.
|
|
46
|
+
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: genesis-research-first
|
|
3
|
+
description: Auto-enforce research-first pattern - automatically research documentation, best practices, and GitHub before any important decision. Research output feeds directly into planning. Triggered automatically for features, bugs, architecture changes, and spec updates.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Genesis Research-First (Auto-Enforce)
|
|
7
|
+
|
|
8
|
+
## Purpose
|
|
9
|
+
|
|
10
|
+
**Eliminate guesswork by auto-researching before planning.**
|
|
11
|
+
|
|
12
|
+
This skill enforces a strict research-first pattern:
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
User Request
|
|
16
|
+
→ [AUTO] Research Phase
|
|
17
|
+
→ Read local documentation
|
|
18
|
+
→ Search GitHub for best practices
|
|
19
|
+
→ Check official package/framework docs
|
|
20
|
+
→ Review existing codebase patterns
|
|
21
|
+
→ [AUTO] Compile Research Note
|
|
22
|
+
→ [AUTO] Generate Planning Artifact
|
|
23
|
+
→ User Reviews & Confirms
|
|
24
|
+
→ Planning Proceeds
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
**Not optional. Automatic.**
|
|
28
|
+
|
|
29
|
+
## When Auto-Triggered
|
|
30
|
+
|
|
31
|
+
Auto-trigger on these task types:
|
|
32
|
+
|
|
33
|
+
- `/init` - Project initialization
|
|
34
|
+
- `/new-feature` - Feature work
|
|
35
|
+
- `/fix-bug` - Bug fixes
|
|
36
|
+
- `/spec-change` - Architecture or API changes
|
|
37
|
+
- `/architecture` - System design decisions
|
|
38
|
+
- `/design` - UI/UX changes
|
|
39
|
+
- `/plan` - Planning from scratch
|
|
40
|
+
- `/upgrade` - Major upgrades or refactoring
|
|
41
|
+
|
|
42
|
+
## Research Scope
|
|
43
|
+
|
|
44
|
+
For each task, research covers:
|
|
45
|
+
|
|
46
|
+
### 1. Local Documentation (5 min)
|
|
47
|
+
```
|
|
48
|
+
Check files:
|
|
49
|
+
- .codebase/CURRENT_STATE.md
|
|
50
|
+
- .codebase/DOMAIN_MODELS.md
|
|
51
|
+
- .codebase/MODULE_INDEX.md
|
|
52
|
+
- contracts/ (relevant)
|
|
53
|
+
- README.EN.md / README.VI.md
|
|
54
|
+
- .instructions.md
|
|
55
|
+
- CONTRIBUTING.md
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
### 2. Codebase Patterns (5 min)
|
|
59
|
+
```
|
|
60
|
+
Search for:
|
|
61
|
+
- Similar features already implemented
|
|
62
|
+
- Existing patterns (test fixtures, error handling, etc.)
|
|
63
|
+
- Related modules and dependencies
|
|
64
|
+
- Previous decisions (in memory files)
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### 3. External Best Practices (5-10 min)
|
|
68
|
+
```
|
|
69
|
+
Research:
|
|
70
|
+
- Official docs (Node.js, React, framework, etc.)
|
|
71
|
+
- GitHub repositories (top 3 with similar feature)
|
|
72
|
+
- Stack Overflow (if question is specific)
|
|
73
|
+
- Framework/library GitHub Issues (for known issues)
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### 4. Compile Research Note
|
|
77
|
+
```
|
|
78
|
+
Format:
|
|
79
|
+
- Question: What are we deciding?
|
|
80
|
+
- Local Evidence: What does codebase show?
|
|
81
|
+
- External Evidence: What do best practices say?
|
|
82
|
+
- Recommendation: Based on evidence, what's best?
|
|
83
|
+
- Risks: What could go wrong?
|
|
84
|
+
- Next Steps: What to verify?
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
## Output
|
|
88
|
+
|
|
89
|
+
Each research produces:
|
|
90
|
+
|
|
91
|
+
1. **Research Note** (saved to `.planning/RESEARCH_NOTES/`)
|
|
92
|
+
- Format: `RESEARCH_[TASK_ID]_[DATE].md`
|
|
93
|
+
- Required: Question, local evidence, external evidence, recommendation, risks
|
|
94
|
+
|
|
95
|
+
2. **Compiled Plan** (passed to `genesis-planning` automatically)
|
|
96
|
+
- Pre-populated with research findings
|
|
97
|
+
- Pre-populated with existing patterns
|
|
98
|
+
- Pre-populated with risk/constraint list
|
|
99
|
+
|
|
100
|
+
## Token Saving Rules
|
|
101
|
+
|
|
102
|
+
- Read summaries before source files (use .codebase summaries)
|
|
103
|
+
- Target searches: Search for specific pattern, not broad topics
|
|
104
|
+
- Avoid pasting: Cite sources with line numbers, not full excerpts
|
|
105
|
+
- Trust cache: If recently researched, skip re-research
|
|
106
|
+
- Parallel: Run local + external research in parallel
|
|
107
|
+
|
|
108
|
+
## Acceptance Criteria
|
|
109
|
+
|
|
110
|
+
Research is complete when:
|
|
111
|
+
|
|
112
|
+
- [ ] Local documentation reviewed
|
|
113
|
+
- [ ] Codebase patterns identified
|
|
114
|
+
- [ ] 3+ external sources checked
|
|
115
|
+
- [ ] Research note compiled with recommendation
|
|
116
|
+
- [ ] Risks and constraints documented
|
|
117
|
+
- [ ] Plan passed to `genesis-planning` with research context
|
|
118
|
+
|
|
119
|
+
## Common Mistakes
|
|
120
|
+
|
|
121
|
+
- **Skipping local docs** - Wastes time researching what's already documented
|
|
122
|
+
- **Broad searches** - "How to build features" instead of "GraphQL subscriptions in Node.js"
|
|
123
|
+
- **Trusting stale docs** - Check issue date and GitHub activity
|
|
124
|
+
- **Forgetting to cite** - Always include source, date, and confidence level
|
|
125
|
+
- **Over-researching** - 15 min max per task (diminishing returns)
|
|
126
|
+
|
|
127
|
+
## Recovery Workflow
|
|
128
|
+
|
|
129
|
+
If research is inconclusive:
|
|
130
|
+
|
|
131
|
+
1. Identify the **primary source of uncertainty**
|
|
132
|
+
2. Research that ONE thing deeper (docs, GitHub issues, etc.)
|
|
133
|
+
3. If still unclear, document assumptions and ask user
|
|
134
|
+
4. Proceed with smallest reversible test
|
|
135
|
+
|
|
136
|
+
## Example: Feature Research
|
|
137
|
+
|
|
138
|
+
### User Request
|
|
139
|
+
```
|
|
140
|
+
/new-feature "Add real-time notifications with WebSocket"
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
### Auto-Research Output
|
|
144
|
+
|
|
145
|
+
**RESEARCH_WEBSOCKET_2026-05-31.md**:
|
|
146
|
+
```markdown
|
|
147
|
+
# Research: WebSocket Implementation
|
|
148
|
+
|
|
149
|
+
## Question
|
|
150
|
+
What's the best way to add real-time notifications with WebSocket?
|
|
151
|
+
|
|
152
|
+
## Local Evidence
|
|
153
|
+
- Codebase uses Express.js (Node.js server)
|
|
154
|
+
- Already uses Socket.io for chat (see: src/modules/chat/)
|
|
155
|
+
- Test pattern: fixtures + integration tests
|
|
156
|
+
- Error handling: try/catch + structured logging
|
|
157
|
+
|
|
158
|
+
## External Evidence
|
|
159
|
+
1. Socket.io docs recommend pub/sub pattern for scaling
|
|
160
|
+
2. GitHub trending (express-websocket): 2k+ stars
|
|
161
|
+
3. Best practice: Use Socket.io adapter for multi-server scaling
|
|
162
|
+
|
|
163
|
+
## Recommendation
|
|
164
|
+
Extend existing Socket.io setup (already familiar to team, reduces learning)
|
|
165
|
+
Add namespace: /notifications
|
|
166
|
+
Use Redis adapter for multi-server support
|
|
167
|
+
|
|
168
|
+
## Risks
|
|
169
|
+
- Single point of failure if Redis goes down
|
|
170
|
+
- Learning curve for team on Redis adapter (mitigated by docs)
|
|
171
|
+
|
|
172
|
+
## Next Steps
|
|
173
|
+
1. Check existing Socket.io configuration
|
|
174
|
+
2. Verify Redis availability
|
|
175
|
+
3. Create test fixtures for notification flow
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
### Auto-Generated Plan
|
|
179
|
+
```
|
|
180
|
+
**Phase 1: Socket.io Namespace Setup**
|
|
181
|
+
- Extend existing Socket.io (pattern: src/modules/chat/)
|
|
182
|
+
- Create /notifications namespace
|
|
183
|
+
- Add Redis adapter
|
|
184
|
+
|
|
185
|
+
**Phase 2: Authentication**
|
|
186
|
+
- Verify user can only receive own notifications
|
|
187
|
+
- Add auth middleware
|
|
188
|
+
|
|
189
|
+
**Phase 3: Notification Flow**
|
|
190
|
+
- Create API endpoint to trigger notification
|
|
191
|
+
- Add test fixtures
|
|
192
|
+
- Integration tests
|
|
193
|
+
|
|
194
|
+
**Risks from Research**:
|
|
195
|
+
- Redis dependency must be available
|
|
196
|
+
- Handle redis down gracefully
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
## Installation
|
|
200
|
+
|
|
201
|
+
Installed with Genesis Codex Harness by default.
|
|
202
|
+
|
|
203
|
+
```bash
|
|
204
|
+
npm install -g codex-genesis-harness@latest
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
## Commands
|
|
208
|
+
|
|
209
|
+
```bash
|
|
210
|
+
# Explicitly trigger research (optional - auto-triggers for /init, /new-feature, etc.)
|
|
211
|
+
/research "WebSocket real-time notifications"
|
|
212
|
+
|
|
213
|
+
# View research notes
|
|
214
|
+
cd .planning/RESEARCH_NOTES/
|
|
215
|
+
ls *.md | sort -r | head
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
## For Developers: How It Works
|
|
219
|
+
|
|
220
|
+
This skill runs as a **PreToolUse hook** in `.instructions.md`:
|
|
221
|
+
|
|
222
|
+
```yaml
|
|
223
|
+
PreToolUse:
|
|
224
|
+
- IF: task_type in [init, new-feature, fix-bug, spec-change, architecture, design, plan, upgrade]
|
|
225
|
+
THEN:
|
|
226
|
+
1. Load research prompt template
|
|
227
|
+
2. Run research (local docs + codebase + GitHub)
|
|
228
|
+
3. Compile research note
|
|
229
|
+
4. Generate initial plan from research
|
|
230
|
+
5. Pass to user for review
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
**No code generated until research complete.**
|
|
234
|
+
|
|
235
|
+
---
|
|
236
|
+
|
|
237
|
+
**Genesis Research-First** | Enforce best-practice research workflow | v1.0
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface:
|
|
2
|
+
display_name: "Research First Skill"
|
|
3
|
+
short_description: "Auto-enforce research-first pattern before any important technical decision"
|
|
4
|
+
default_prompt: "Use $genesis-research-first to research documentation, best practices, and existing patterns before planning this feature."
|
|
5
|
+
|
|
6
|
+
policy:
|
|
7
|
+
allow_implicit_invocation: true
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Example: Auto-Research Before Implementing WebSocket Notifications
|
|
2
|
+
|
|
3
|
+
## Scenario
|
|
4
|
+
|
|
5
|
+
A developer requests a new real-time notification feature using WebSocket. Before any planning begins, genesis-research-first auto-triggers to gather evidence.
|
|
6
|
+
|
|
7
|
+
## Trigger (Auto)
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
/new-feature "Add real-time notifications with WebSocket"
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
genesis-research-first activates automatically as a PreToolUse hook.
|
|
14
|
+
|
|
15
|
+
## Research Phase (15 min total)
|
|
16
|
+
|
|
17
|
+
### Local Documentation (5 min)
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
Checked:
|
|
21
|
+
✓ .codebase/CURRENT_STATE.md — Stack: Express.js + Node.js 20
|
|
22
|
+
✓ .codebase/MODULE_INDEX.md — Found: src/modules/chat/ uses Socket.io
|
|
23
|
+
✓ .codebase/ARCHITECTURE.md — Single-server currently, Redis available
|
|
24
|
+
✓ contracts/api/ — No existing WebSocket contracts
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### Codebase Patterns (5 min)
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
Found:
|
|
31
|
+
✓ src/modules/chat/ — Existing Socket.io v4 setup
|
|
32
|
+
✓ tests/integration/chat.test.ts — Integration test pattern
|
|
33
|
+
✓ fixtures/agents/ — Socket.io fixture template available
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### External Best Practices (5 min)
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
Researched:
|
|
40
|
+
✓ Socket.io docs — Namespace pattern recommended for feature isolation
|
|
41
|
+
✓ GitHub: socket.io-redis-adapter — 8k stars, maintained
|
|
42
|
+
✓ Stack Overflow — Scaling Socket.io: Redis pub/sub required for multi-server
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Research Note Compiled
|
|
46
|
+
|
|
47
|
+
**`RESEARCH_WEBSOCKET_2026-05-31.md`**:
|
|
48
|
+
|
|
49
|
+
```markdown
|
|
50
|
+
# Research: WebSocket Real-Time Notifications
|
|
51
|
+
|
|
52
|
+
## Question
|
|
53
|
+
Best implementation for real-time notifications?
|
|
54
|
+
|
|
55
|
+
## Local Evidence
|
|
56
|
+
- Codebase already uses Socket.io for chat (src/modules/chat/)
|
|
57
|
+
- Redis is available in infrastructure
|
|
58
|
+
|
|
59
|
+
## External Evidence
|
|
60
|
+
1. Socket.io namespace pattern isolates features well
|
|
61
|
+
2. socket.io-redis-adapter enables multi-server scaling
|
|
62
|
+
|
|
63
|
+
## Recommendation
|
|
64
|
+
Extend existing Socket.io setup with /notifications namespace + Redis adapter.
|
|
65
|
+
|
|
66
|
+
## Risks
|
|
67
|
+
- Redis single point of failure (mitigate: graceful degradation)
|
|
68
|
+
- Learning curve: Redis adapter config (mitigate: docs available)
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
## Auto-Generated Plan
|
|
72
|
+
|
|
73
|
+
```
|
|
74
|
+
Phase 1: Socket.io /notifications namespace (pattern: src/modules/chat/)
|
|
75
|
+
Phase 2: Redis adapter setup + auth middleware
|
|
76
|
+
Phase 3: Notification trigger API endpoint
|
|
77
|
+
Phase 4: Integration tests + fixtures
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## Outcome
|
|
81
|
+
|
|
82
|
+
- ✅ Research complete in 15 min (no guesswork)
|
|
83
|
+
- ✅ Existing patterns reused (no reinvention)
|
|
84
|
+
- ✅ Risks documented upfront
|
|
85
|
+
- ✅ Plan passed to genesis-planning with research context
|