@pzy560117/codex-harness 0.1.2 → 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/README.md +164 -27
- package/bin/harness.js +7 -7
- package/lib/commands/doctor.js +12 -12
- package/lib/commands/init.js +105 -105
- package/lib/commands/run.js +22 -22
- package/lib/commands/verify.js +12 -12
- package/lib/main.js +62 -62
- package/lib/powershell/find-powershell.js +20 -3
- package/lib/powershell/invoke-script.js +34 -34
- package/lib/project/assert-initialized.js +20 -20
- package/lib/project/detect-project-root.js +5 -5
- package/lib/release/cache-layout.js +34 -34
- package/lib/release/download-release.js +25 -25
- package/lib/release/package-source-layout.js +13 -13
- package/lib/release/release-config.js +6 -6
- package/lib/release/release-manifest.js +76 -76
- package/lib/release/resolve-package-source.js +21 -21
- package/lib/release/resolve-version.js +26 -26
- package/lib/release/unpack-zip.js +25 -25
- package/lib/release/verify-sha256.js +16 -16
- package/package-source/docs/codex-harness-engineering/templates/README.md +21 -20
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/init-autopilot/SKILL.md +17 -15
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/log-analysis-optimization/SKILL.md +5 -5
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/prd-writer-skill/SKILL.md +28 -28
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/qa-e2e-planner/SKILL.md +11 -11
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/qa-e2e-runner/SKILL.md +6 -6
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/qa-mock-cleaner/SKILL.md +4 -4
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/qoder-codex-api-config/SKILL.md +67 -67
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/qoder-codex-api-config/agents/openai.yaml +7 -7
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/qoder-codex-api-config/scripts/configure-qoder-codex-api.ps1 +278 -278
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/requirements-design-template/SKILL.md +87 -87
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/skills-index.md +12 -12
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-analyze/SKILL.md +34 -34
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-checklist/SKILL.md +8 -8
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-clarify/SKILL.md +28 -28
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-e2e-tasks/SKILL.md +12 -12
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-implement/SKILL.md +37 -37
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-plan/SKILL.md +140 -138
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-specify/SKILL.md +100 -100
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-tasks/SKILL.md +86 -86
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/speckit-verify/SKILL.md +144 -142
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/sync-project-root-docs/SKILL.md +145 -143
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/sync-project-root-docs/references/current-repo-notes.md +42 -41
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/sync-project-root-docs/references/github-samples.md +33 -33
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/sync-project-root-docs/scripts/collect-root-doc-facts.ps1 +174 -145
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/thesis-writing/references/ai-integrity-and-originality.md +191 -191
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/thesis-writing/references/citation-templates.md +99 -99
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/thesis-writing/references/final-checklist.md +60 -60
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/thesis-writing/references/photographer-booking-paper.md +85 -85
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/thesis-writing/references/test-result-templates.md +22 -22
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/thesis-writing/references/thesis-analysis-template.md +63 -63
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/update-codemaps/SKILL.md +31 -31
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/README.md +15 -15
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.analyze.md +60 -60
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.checklist.md +8 -8
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.clarify.md +28 -28
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.e2e-testing.md +10 -10
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.implement.md +56 -56
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.plan.md +137 -134
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.specify.md +100 -100
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.tasks.md +86 -86
- package/package-source/docs/codex-harness-engineering/templates/package-assets/workflows/speckit.verify.md +130 -130
- package/package-source/docs/codex-harness-engineering/templates/product/AGENTS.md +19 -0
- package/package-source/docs/codex-harness-engineering/templates/product/acceptance-criteria.md +47 -47
- package/package-source/docs/codex-harness-engineering/templates/product/difficulty-research.md +47 -47
- package/package-source/docs/codex-harness-engineering/templates/product/page-inventory.md +21 -21
- package/package-source/docs/codex-harness-engineering/templates/product/prd-lite.md +166 -158
- package/package-source/docs/codex-harness-engineering/templates/product/requirement-interface-matrix.md +37 -37
- package/package-source/docs/codex-harness-engineering/templates/product/state-matrix.yaml +116 -105
- package/package-source/docs/codex-harness-engineering/templates/prompts/AGENTS.md +15 -0
- package/package-source/docs/codex-harness-engineering/templates/prompts/controller-loop.md +88 -88
- package/package-source/docs/codex-harness-engineering/templates/prompts/failure-triage.md +71 -69
- package/package-source/docs/codex-harness-engineering/templates/prompts/harness-audit.md +54 -52
- package/package-source/docs/codex-harness-engineering/templates/prompts/implement-one-task.md +150 -148
- package/package-source/docs/codex-harness-engineering/templates/prompts/repair-one-finding.md +70 -67
- package/package-source/docs/codex-harness-engineering/templates/prompts/review-one-task.md +45 -43
- package/package-source/docs/codex-harness-engineering/templates/prompts/review-stage1-spec.md +111 -109
- package/package-source/docs/codex-harness-engineering/templates/prompts/review-stage2-quality.md +82 -80
- package/package-source/docs/codex-harness-engineering/templates/prompts/visual-evaluator.md +80 -78
- package/package-source/docs/codex-harness-engineering/templates/prompts/worker-role/backend-worker.md +41 -41
- package/package-source/docs/codex-harness-engineering/templates/prompts/worker-role/docs-worker.md +28 -28
- package/package-source/docs/codex-harness-engineering/templates/prompts/worker-role/frontend-worker.md +46 -46
- package/package-source/docs/codex-harness-engineering/templates/prompts/worker-role/harness-writer.md +40 -40
- package/package-source/docs/codex-harness-engineering/templates/prompts/worker-role/test-runner.md +27 -27
- package/package-source/docs/codex-harness-engineering/templates/runtime/AGENTS.md +66 -50
- package/package-source/docs/codex-harness-engineering/templates/runtime/codex-loop.ps1 +2129 -231
- package/package-source/docs/codex-harness-engineering/templates/runtime/doctor.ps1 +224 -212
- package/package-source/docs/codex-harness-engineering/templates/runtime/project-task-template.json +42 -39
- package/package-source/docs/codex-harness-engineering/templates/runtime/scripts/test-install-modes.ps1 +2 -2
- package/package-source/docs/codex-harness-engineering/templates/runtime/smoke-task.json +52 -52
- package/package-source/docs/codex-harness-engineering/templates/runtime/task-run-profile.json +86 -86
- package/package-source/docs/codex-harness-engineering/templates/runtime/task.json +11 -8
- package/package-source/docs/codex-harness-engineering/templates/runtime/verify.ps1 +21 -21
- package/package-source/docs/codex-harness-engineering/templates/scripts/AGENTS.md +15 -0
- package/package-source/docs/codex-harness-engineering/templates/scripts/ai-workflow/check-ai-sync-drift.ps1 +205 -205
- package/package-source/docs/codex-harness-engineering/templates/scripts/harness/harness-governance-check.ps1 +864 -366
- package/package-source/docs/codex-harness-engineering/templates/spec/10-data-model.md +23 -7
- package/package-source/docs/codex-harness-engineering/templates/spec/11-security-design.md +30 -13
- package/package-source/docs/codex-harness-engineering/templates/spec/AGENTS.md +15 -0
- package/package-source/docs/codex-harness-engineering/templates/testing/ACCEPTANCE_CRITERIA.md +39 -39
- package/package-source/docs/codex-harness-engineering/templates/testing/ACCEPTANCE_EXAMPLES.md +37 -37
- package/package-source/docs/codex-harness-engineering/templates/testing/AGENTS.md +19 -0
- package/package-source/docs/codex-harness-engineering/templates/testing/EVIDENCE_PROTOCOL.md +54 -48
- package/package-source/docs/codex-harness-engineering/templates/testing/NATURAL_LANGUAGE_TEST_CASES.md +5 -4
- package/package-source/docs/codex-harness-engineering/templates/testing/REGRESSION_PLAN.md +28 -20
- package/package-source/docs/codex-harness-engineering/templates/testing/RISK_BASED_TEST_PLAN.md +16 -16
- package/package-source/docs/codex-harness-engineering/templates/testing/TEST_STRATEGY.md +98 -97
- package/package-source/docs/codex-harness-engineering/templates/testing/TRACEABILITY_MATRIX.md +6 -5
- package/package-source/docs/codex-harness-engineering/templates/testing/coverage-policy.md +25 -25
- package/package-source/docs/codex-harness-engineering/templates/testing/e2e-plan.md +139 -139
- package/package-source/docs/codex-harness-engineering/templates/testing/failure-findings.example.json +3 -3
- package/package-source/docs/codex-harness-engineering/templates/testing/failure-triage.md +62 -62
- package/package-source/docs/codex-harness-engineering/templates/testing/test-data-plan.md +36 -36
- package/package-source/docs/codex-harness-engineering/templates/testing/test-report.md +85 -41
- package/package-source/docs/codex-harness-engineering/templates/testing/verify-matrix.md +15 -5
- package/package-source/docs/codex-harness-engineering/templates/tools/AGENTS.md +14 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/acceptance-lint.ps1 +37 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/architecture-lint.ps1 +150 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/backend-lint.ps1 +137 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/business-lint.ps1 +148 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/component-lint.ps1 +148 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/config-lint.ps1 +159 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/context-lint.ps1 +187 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/contract-lint.ps1 +148 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/data-lint.ps1 +37 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/directory-lint.ps1 +152 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/docs-lint.ps1 +40 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/impact-lint.ps1 +148 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/integration-lint.ps1 +37 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/mobile-lint.ps1 +37 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/observability-lint.ps1 +137 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/performance-lint.ps1 +148 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/refactor-lint.ps1 +137 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/security-lint.ps1 +159 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/session-lint.ps1 +126 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/spec-lint.ps1 +285 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/state-lint.ps1 +137 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/style-lint.ps1 +155 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/testing-lint.ps1 +192 -0
- package/package-source/docs/codex-harness-engineering/templates/tools/harness/ui-lint.ps1 +148 -0
- package/package-source/docs/codex-harness-engineering/templates/trace/AGENTS.md +16 -0
- package/package-source/docs/codex-harness-engineering/templates/trace/eval-case.yaml +24 -24
- package/package-source/docs/codex-harness-engineering/templates/trace/trace.schema.json +101 -101
- package/package.json +23 -23
- package/package-source/AGENTS.md +0 -57
- package/package-source/PACKAGE.md +0 -49
- package/package-source/README.md +0 -81
- package/package-source/docs/codex-harness-engineering/templates/bootstrap-codex-harness.ps1 +0 -746
- package/package-source/docs/codex-harness-engineering/templates/ci/github-action-codex-review.yml +0 -110
- package/package-source/docs/codex-harness-engineering/templates/ci/github-action-codex-task.yml +0 -46
- package/package-source/docs/codex-harness-engineering/templates/config/agents/architect.toml +0 -17
- package/package-source/docs/codex-harness-engineering/templates/config/agents/backend-worker.toml +0 -14
- package/package-source/docs/codex-harness-engineering/templates/config/agents/docs-researcher.toml +0 -13
- package/package-source/docs/codex-harness-engineering/templates/config/agents/docs-worker.toml +0 -15
- package/package-source/docs/codex-harness-engineering/templates/config/agents/explorer.toml +0 -14
- package/package-source/docs/codex-harness-engineering/templates/config/agents/failure-triage.toml +0 -18
- package/package-source/docs/codex-harness-engineering/templates/config/agents/frontend-worker.toml +0 -14
- package/package-source/docs/codex-harness-engineering/templates/config/agents/harness-writer.toml +0 -15
- package/package-source/docs/codex-harness-engineering/templates/config/agents/planner.toml +0 -15
- package/package-source/docs/codex-harness-engineering/templates/config/agents/readonly-research.toml +0 -13
- package/package-source/docs/codex-harness-engineering/templates/config/agents/reviewer.toml +0 -13
- package/package-source/docs/codex-harness-engineering/templates/config/agents/security-reviewer.toml +0 -15
- package/package-source/docs/codex-harness-engineering/templates/config/agents/stage1-reviewer.toml +0 -15
- package/package-source/docs/codex-harness-engineering/templates/config/agents/stage2-reviewer.toml +0 -16
- package/package-source/docs/codex-harness-engineering/templates/config/agents/test-planner.toml +0 -17
- package/package-source/docs/codex-harness-engineering/templates/config/agents/test-runner.toml +0 -14
- package/package-source/docs/codex-harness-engineering/templates/config/agents/visual-reviewer.toml +0 -15
- package/package-source/docs/codex-harness-engineering/templates/config/codex-agent-roles.md +0 -24
- package/package-source/docs/codex-harness-engineering/templates/config/codex-config.toml +0 -38
- package/package-source/docs/codex-harness-engineering/templates/config/codex-readme.md +0 -67
- package/package-source/docs/codex-harness-engineering/templates/config/env-check.ps1 +0 -40
- package/package-source/docs/codex-harness-engineering/templates/config/env.example +0 -12
- package/package-source/docs/codex-harness-engineering/templates/config/global-AGENTS.md +0 -40
- package/package-source/docs/codex-harness-engineering/templates/config/global-config.toml +0 -19
- package/package-source/docs/codex-harness-engineering/templates/config/mcp-config.toml +0 -38
- package/package-source/docs/codex-harness-engineering/templates/config/rules/agents.md +0 -115
- package/package-source/docs/codex-harness-engineering/templates/config/rules/coding-style.md +0 -74
- package/package-source/docs/codex-harness-engineering/templates/config/rules/constitution.md +0 -290
- package/package-source/docs/codex-harness-engineering/templates/config/rules/git.rules +0 -41
- package/package-source/docs/codex-harness-engineering/templates/config/rules/harness.rules +0 -29
- package/package-source/docs/codex-harness-engineering/templates/config/rules/patterns.md +0 -59
- package/package-source/docs/codex-harness-engineering/templates/config/rules/safety.rules +0 -35
- package/package-source/docs/codex-harness-engineering/templates/config/rules/testing.md +0 -34
- package/package-source/docs/codex-harness-engineering/templates/context/architecture-brief.md +0 -58
- package/package-source/docs/codex-harness-engineering/templates/context/dev-plan.md +0 -160
- package/package-source/docs/codex-harness-engineering/templates/context/feature-pack.md +0 -101
- package/package-source/docs/codex-harness-engineering/templates/context/repo-map.md +0 -78
- package/package-source/docs/codex-harness-engineering/templates/context/service-dependency-matrix.yaml +0 -25
- package/package-source/docs/codex-harness-engineering/templates/contracts/README.md +0 -16
- package/package-source/docs/codex-harness-engineering/templates/contracts/openapi.yaml +0 -182
- package/package-source/docs/codex-harness-engineering/templates/contracts/orval.config.ts +0 -20
- package/package-source/docs/codex-harness-engineering/templates/contracts/prism-usage.md +0 -34
- package/package-source/docs/codex-harness-engineering/templates/design/ai-image-brief.md +0 -122
- package/package-source/docs/codex-harness-engineering/templates/design/assets/README.md +0 -24
- package/package-source/docs/codex-harness-engineering/templates/design/component-map.md +0 -31
- package/package-source/docs/codex-harness-engineering/templates/design/design-brief.md +0 -178
- package/package-source/docs/codex-harness-engineering/templates/design/design-tokens.json +0 -88
- package/package-source/docs/codex-harness-engineering/templates/design/frontend-architecture.md +0 -147
- package/package-source/docs/codex-harness-engineering/templates/design/image-to-frontend-spec.md +0 -108
- package/package-source/docs/codex-harness-engineering/templates/design/screen-states.md +0 -122
- package/package-source/docs/codex-harness-engineering/templates/design/ui-image-review.md +0 -60
- package/package-source/docs/codex-harness-engineering/templates/design/visual-parity-review.md +0 -124
- package/package-source/docs/codex-harness-engineering/templates/docs/architecture-constraints.md +0 -83
- package/package-source/docs/codex-harness-engineering/templates/docs/demo-readme.md +0 -73
- package/package-source/docs/codex-harness-engineering/templates/docs/frontend-quality-rules.md +0 -138
- package/package-source/docs/codex-harness-engineering/templates/docs/governance-auto-repair.md +0 -80
- package/package-source/docs/codex-harness-engineering/templates/docs/harness-architecture.md +0 -78
- package/package-source/docs/codex-harness-engineering/templates/docs/install-manifest-governance.md +0 -307
- package/package-source/docs/codex-harness-engineering/templates/docs/knowledge-architecture.md +0 -219
- package/package-source/docs/codex-harness-engineering/templates/docs/knowledge-import.md +0 -108
- package/package-source/docs/codex-harness-engineering/templates/docs/knowledge-lint.md +0 -98
- package/package-source/docs/codex-harness-engineering/templates/docs/new-project-checklist.md +0 -7
- package/package-source/docs/codex-harness-engineering/templates/docs/new-project-usage.md +0 -152
- package/package-source/docs/codex-harness-engineering/templates/docs/project-agents-template.md +0 -154
- package/package-source/docs/codex-harness-engineering/templates/docs/prompt-knowledge-integration.md +0 -89
- package/package-source/docs/codex-harness-engineering/templates/docs/regression-rules.md +0 -45
- package/package-source/docs/codex-harness-engineering/templates/docs/requirement-prep-kit/README.md +0 -3
- package/package-source/docs/codex-harness-engineering/templates/docs/rule-governance.md +0 -98
- package/package-source/docs/codex-harness-engineering/templates/docs/service-dependency-matrix.md +0 -55
- package/package-source/docs/codex-harness-engineering/templates/docs/spec-to-ui-to-code-workflow.md +0 -196
- package/package-source/docs/codex-harness-engineering/templates/docs/task-session-strategy.md +0 -116
- package/package-source/docs/codex-harness-engineering/templates/docs/team-knowledge-sync.md +0 -187
- package/package-source/docs/codex-harness-engineering/templates/docs/trace-format.md +0 -74
- package/package-source/docs/codex-harness-engineering/templates/governance/branch-protection-checklist.md +0 -50
- package/package-source/docs/codex-harness-engineering/templates/governance/feedback-evolution-loop.md +0 -55
- package/package-source/docs/codex-harness-engineering/templates/governance/retry-budget.yaml +0 -30
- package/package-source/docs/codex-harness-engineering/templates/governance/risk-levels.yaml +0 -53
- package/package-source/docs/codex-harness-engineering/templates/governance/sandbox-policy.md +0 -13
- package/package-source/docs/codex-harness-engineering/templates/hooks/hook-stop-verify.ps1 +0 -818
- package/package-source/docs/codex-harness-engineering/templates/hooks/hooks.json +0 -40
- package/package-source/docs/codex-harness-engineering/templates/knowledge/catalog.md +0 -6
- package/package-source/docs/codex-harness-engineering/templates/knowledge/decisions/DECISION-HARNESS-001.md +0 -39
- package/package-source/docs/codex-harness-engineering/templates/knowledge/guidelines/GUIDELINE-RULES-001.md +0 -30
- package/package-source/docs/codex-harness-engineering/templates/knowledge/knowledge-catalog.md +0 -41
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/memory/constitution.md +0 -72
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/scripts/powershell/check-prerequisites.ps1 +0 -148
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/scripts/powershell/common.ps1 +0 -137
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/scripts/powershell/create-new-feature.ps1 +0 -279
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/scripts/powershell/setup-plan.ps1 +0 -61
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/scripts/powershell/update-agent-context.ps1 +0 -448
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/templates/agent-file-template.md +0 -28
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/templates/checklist-template.md +0 -40
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/templates/e2e-plan-template.md +0 -38
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/templates/plan-template.md +0 -393
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/templates/spec-template.md +0 -307
- package/package-source/docs/codex-harness-engineering/templates/package-assets/.specify/templates/tasks-template.md +0 -244
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/architecture/constraints.md +0 -98
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/README.md +0 -122
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/START-HERE.md +0 -53
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/agent-ecosystem-practices.md +0 -140
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/best-practices.md +0 -267
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/codex-global-rules-example.md +0 -292
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/goal-templates.md +0 -380
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/README.md +0 -64
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/contracts/openapi.yaml +0 -25
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/contracts/orval.config.ts +0 -20
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/design/ai-image-brief.md +0 -44
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/design/component-map.md +0 -17
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/design/design-brief.md +0 -58
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/design/frontend-architecture.md +0 -107
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/design/image-to-frontend-spec.md +0 -72
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/design/screen-states.md +0 -25
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/design/ui-image-review.md +0 -38
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/product/difficulty-research.md +0 -39
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/product/page-inventory.md +0 -5
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/product/prd-lite.md +0 -41
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/product/requirement-interface-matrix.md +0 -32
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/docs/product/state-matrix.yaml +0 -14
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/packages/api-client/generated/model/Ticket.ts +0 -6
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/packages/api-client/generated/ticket-api.ts +0 -35
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/packages/api-client/http-client.ts +0 -8
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/packages/ui/TicketFilterBar.tsx +0 -72
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/plans/features/ticket-filter.dev-plan.md +0 -48
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/progress.txt +0 -1
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/stories/TicketFilterBar.stories.tsx +0 -33
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/task.json +0 -54
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/traces/DEMO-TICKET-FILTER-001-20260422-120000.json +0 -74
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/examples/ticket-filter-demo/verify.ps1 +0 -42
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/global-rules-and-bootstrap.md +0 -415
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/goal-harness-integration-guide.md +0 -364
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/implementation-flow.md +0 -288
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/implementation-guide.md +0 -25
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/mode-matrix.md +0 -57
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/project-agents-template.md +0 -154
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/spec-to-ui-to-code-workflow.md +0 -196
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/superpowers-codex-solo-builder-playbook.md +0 -676
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/templates/design/component-map.md +0 -31
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/templates/design/design-brief.md +0 -178
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/templates/design/design-tokens.json +0 -88
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/templates/design/frontend-architecture.md +0 -147
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/templates/design/image-to-frontend-spec.md +0 -108
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/templates/design/screen-states.md +0 -122
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/templates/design/visual-parity-review.md +0 -124
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/codex-harness-engineering/templates/docs/frontend-quality-rules.md +0 -138
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/AGENTS.md +0 -165
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/CHANGELOG.md +0 -149
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/CLAUDE.md +0 -61
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/CODE_OF_CONDUCT.md +0 -83
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/CONTRIBUTING.md +0 -465
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/README.md +0 -1390
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/SECURITY.md +0 -53
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/SPONSORING.md +0 -43
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/SPONSORS.md +0 -59
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/TROUBLESHOOTING.md +0 -446
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/architect.md +0 -232
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/build-error-resolver.md +0 -119
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/chief-of-staff.md +0 -155
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/code-reviewer.md +0 -238
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/cpp-build-resolver.md +0 -91
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/cpp-reviewer.md +0 -79
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/database-reviewer.md +0 -94
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/doc-updater.md +0 -110
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/docs-lookup.md +0 -68
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/e2e-runner.md +0 -110
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/go-build-resolver.md +0 -95
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/go-reviewer.md +0 -83
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/harness-optimizer.md +0 -35
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/java-build-resolver.md +0 -154
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/java-reviewer.md +0 -105
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/kotlin-build-resolver.md +0 -119
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/loop-operator.md +0 -37
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/planner.md +0 -215
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/python-reviewer.md +0 -106
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/pytorch-build-resolver.md +0 -122
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/refactor-cleaner.md +0 -92
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/rust-build-resolver.md +0 -149
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/rust-reviewer.md +0 -95
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/security-reviewer.md +0 -112
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/tdd-guide.md +0 -96
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/agents/typescript-reviewer.md +0 -122
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/aside.md +0 -173
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/build-fix.md +0 -64
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/checkpoint.md +0 -78
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/claw.md +0 -51
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/code-review.md +0 -43
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/context-budget.md +0 -29
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/cpp-build.md +0 -173
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/cpp-review.md +0 -140
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/cpp-test.md +0 -257
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/docs.md +0 -32
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/e2e.md +0 -389
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/eval.md +0 -122
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/evolve.md +0 -194
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/go-build.md +0 -183
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/go-review.md +0 -156
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/go-test.md +0 -274
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/gradle-build.md +0 -72
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/harness-audit.md +0 -72
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/instinct-export.md +0 -67
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/instinct-import.md +0 -117
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/instinct-status.md +0 -59
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/kotlin-build.md +0 -176
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/kotlin-review.md +0 -144
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/kotlin-test.md +0 -315
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/learn-eval.md +0 -117
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/learn.md +0 -70
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/loop-start.md +0 -33
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/loop-status.md +0 -25
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/model-route.md +0 -27
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/multi-backend.md +0 -162
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/multi-execute.md +0 -321
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/multi-frontend.md +0 -162
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/multi-plan.md +0 -278
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/plan.md +0 -118
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/pm2.md +0 -283
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/projects.md +0 -39
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/promote.md +0 -41
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/prompt-optimize.md +0 -37
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/prune.md +0 -31
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/python-review.md +0 -319
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/quality-gate.md +0 -30
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/refactor-clean.md +0 -83
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/resume-session.md +0 -154
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/rules-distill.md +0 -11
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/rust-build.md +0 -189
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/rust-review.md +0 -146
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/rust-test.md +0 -311
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/setup-pm.md +0 -83
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/skill-create.md +0 -176
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/skill-health.md +0 -54
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/tdd.md +0 -330
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/test-coverage.md +0 -69
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/update-codemaps.md +0 -73
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/update-docs.md +0 -86
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/commands/verify.md +0 -60
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/contexts/dev.md +0 -23
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/contexts/research.md +0 -30
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/contexts/review.md +0 -25
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/examples/CLAUDE.md +0 -100
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/examples/django-api-CLAUDE.md +0 -308
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/examples/go-microservice-CLAUDE.md +0 -267
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/examples/rust-api-CLAUDE.md +0 -285
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/examples/saas-nextjs-CLAUDE.md +0 -166
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/examples/user-CLAUDE.md +0 -118
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/hooks/README.md +0 -220
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/plugins/README.md +0 -89
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/the-openclaw-guide.md +0 -471
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/ecc-zh-CN/the-security-guide.md +0 -206
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/external-knowledge/README.md +0 -60
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/external-knowledge/app/Mobile_App_Production_Readiness_Framework_/347/247/273/345/212/250/347/253/257/345/205/250/345/271/263/345/217/260/347/224/237/344/272/247/345/217/257/344/270/212/347/272/277/350/247/204/350/214/203.md +0 -2457
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/external-knowledge/app/catalog.md +0 -33
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/external-knowledge/architecture.md +0 -358
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/external-knowledge/common/AI_Coding_Production_Control_Framework_AI/345/206/231/345/256/214/347/232/204/344/273/243/347/240/201/345/246/202/344/275/225/344/270/215/345/244/261/346/216/247.md +0 -2055
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/external-knowledge/common/catalog.md +0 -34
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/external-knowledge/initial-content.md +0 -296
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/external-knowledge/integration-roadmap.md +0 -221
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/harness/architecture-constraints.md +0 -83
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/harness/frontend-quality-rules.md +0 -138
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/harness/governance-auto-repair.md +0 -80
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/harness/service-dependency-matrix.md +0 -55
- package/package-source/docs/codex-harness-engineering/templates/package-assets/docs/harness/speckit-requirements-gate.md +0 -260
- package/package-source/docs/codex-harness-engineering/templates/package-assets/root/PACKAGE.md +0 -49
- package/package-source/docs/codex-harness-engineering/templates/package-assets/root/README.md +0 -52
- package/package-source/docs/codex-harness-engineering/templates/package-assets/root/init-project.ps1 +0 -51
- package/package-source/docs/codex-harness-engineering/templates/package-assets/root/install-agent-here.ps1 +0 -57
- package/package-source/docs/codex-harness-engineering/templates/package-assets/root/install-agent.ps1 +0 -2506
- package/package-source/docs/codex-harness-engineering/templates/package-assets/root/install-user.ps1 +0 -29
- package/package-source/docs/codex-harness-engineering/templates/package-assets/rules/agents.md +0 -115
- package/package-source/docs/codex-harness-engineering/templates/package-assets/rules/coding-style.md +0 -74
- package/package-source/docs/codex-harness-engineering/templates/package-assets/rules/constitution.md +0 -290
- package/package-source/docs/codex-harness-engineering/templates/package-assets/rules/git.rules +0 -41
- package/package-source/docs/codex-harness-engineering/templates/package-assets/rules/harness.rules +0 -29
- package/package-source/docs/codex-harness-engineering/templates/package-assets/rules/patterns.md +0 -59
- package/package-source/docs/codex-harness-engineering/templates/package-assets/rules/safety.rules +0 -35
- package/package-source/docs/codex-harness-engineering/templates/package-assets/rules/testing.md +0 -34
- package/package-source/docs/codex-harness-engineering/templates/package-assets/scripts/ai-workflow/check-ai-sync-drift.ps1 +0 -205
- package/package-source/docs/codex-harness-engineering/templates/package-assets/scripts/ai-workflow/sync-ai-config-to-targets.ps1 +0 -826
- package/package-source/docs/codex-harness-engineering/templates/package-assets/scripts/ai-workflow/sync-targets.example.json +0 -35
- package/package-source/docs/codex-harness-engineering/templates/package-assets/scripts/harness/harness-governance-check.ps1 +0 -366
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/HOW_TO_USE_SKILLS.md +0 -91
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/academic-mermaid-diagrams/SKILL.md +0 -172
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/ai-config-git-sync/SKILL.md +0 -152
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/ai-config-git-sync/references/command-recipes.md +0 -92
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/ai-ui-prompts/SKILL.md +0 -350
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/allure-report/SKILL.md +0 -230
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/allure-report/examples/usage.md +0 -99
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/allure-report/scripts/view-allure.ps1 +0 -28
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/api-auto-testing/SKILL.md +0 -329
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/api-contract-template/SKILL.md +0 -88
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/api-design/SKILL.md +0 -139
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/api-integration/SKILL.md +0 -302
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/architect/SKILL.md +0 -211
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/auto-commit/SKILL.md +0 -322
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/backend-patterns/SKILL.md +0 -582
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/baseline-ui/SKILL.md +0 -85
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/better-icons/SKILL.md +0 -129
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/brand-design-md/README.md +0 -215
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/brand-design-md/SKILL.md +0 -191
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/browser-e2e-testing/SKILL.md +0 -305
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/build-error-resolver/SKILL.md +0 -532
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/build-fix/SKILL.md +0 -34
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/business-rule-spec/SKILL.md +0 -99
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/celery-tasks/SKILL.md +0 -95
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/checkpoint/SKILL.md +0 -79
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/cicd/SKILL.md +0 -167
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/claude-openrouter-clash-debug/SKILL.md +0 -100
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/claude-openrouter-clash-debug/references/windows-openrouter-clash-playbook.md +0 -94
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/claude-openrouter-clash-debug/scripts/diagnose-openrouter-route.ps1 +0 -282
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/claude-openrouter-clash-debug/scripts/ensure-openrouter-rule.ps1 +0 -101
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/clickhouse-io/SKILL.md +0 -429
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/code-review/SKILL.md +0 -171
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/code-reviewer/SKILL.md +0 -104
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/coding-standards/SKILL.md +0 -520
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/consistency-checklist/SKILL.md +0 -57
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/continuous-learning/SKILL.md +0 -80
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/continuous-learning/config.json +0 -18
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/continuous-learning/evaluate-session.sh +0 -60
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/core-rules/SKILL.md +0 -78
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/data-flow-spec/SKILL.md +0 -63
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/database/SKILL.md +0 -147
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/deep-interview/SKILL.md +0 -154
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/django-drf/SKILL.md +0 -97
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/doc-updater/SKILL.md +0 -452
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/docker/SKILL.md +0 -216
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/docx/SKILL.md +0 -105
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/e2e/SKILL.md +0 -364
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/e2e-runner/SKILL.md +0 -708
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/error-handling/SKILL.md +0 -245
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/eval/SKILL.md +0 -125
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/eval-harness/SKILL.md +0 -226
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/example-skill/README.md +0 -37
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/example-skill/SKILL.md +0 -141
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/example-skill/examples/usage.md +0 -76
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/example-skill/resources/config.json +0 -21
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/example-skill/scripts/helper.py +0 -24
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/exception-handling-spec/SKILL.md +0 -88
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/find-skill/SKILL.md +0 -95
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/fixing-accessibility/SKILL.md +0 -136
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/fixing-metadata/SKILL.md +0 -111
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/fixing-motion-performance/SKILL.md +0 -151
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/frontend-design/SKILL.md +0 -58
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/frontend-first-workflow/SKILL.md +0 -187
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/frontend-patterns/SKILL.md +0 -631
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/fullstack-workflow/SKILL.md +0 -85
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/git-workflow/SKILL.md +0 -108
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/git-xianyu-analyzer/SKILL.md +0 -346
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/git-xianyu-analyzer/scripts/download_images.py +0 -112
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/github-research/SKILL.md +0 -213
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/glue-coding/SKILL.md +0 -389
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/glue-coding-workflow/SKILL.md +0 -230
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/harness-surface-sync/SKILL.md +0 -188
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/harness-surface-sync/references/current-repo-sync-matrix.md +0 -110
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/harness-surface-sync/references/stale-patterns.md +0 -65
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/agents/openai.yaml +0 -4
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/adapt.md +0 -190
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/animate.md +0 -173
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/audit.md +0 -134
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/bolder.md +0 -113
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/brand.md +0 -104
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/clarify.md +0 -174
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/cognitive-load.md +0 -106
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/color-and-contrast.md +0 -105
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/colorize.md +0 -154
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/craft.md +0 -138
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/critique.md +0 -213
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/delight.md +0 -302
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/distill.md +0 -111
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/document.md +0 -427
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/extract.md +0 -70
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/harden.md +0 -347
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/heuristics-scoring.md +0 -234
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/interaction-design.md +0 -195
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/layout.md +0 -141
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/live.md +0 -513
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/motion-design.md +0 -99
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/onboard.md +0 -234
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/optimize.md +0 -258
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/overdrive.md +0 -130
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/personas.md +0 -178
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/polish.md +0 -232
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/product.md +0 -62
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/quieter.md +0 -99
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/responsive-design.md +0 -114
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/shape.md +0 -136
- package/package-source/docs/codex-harness-engineering/templates/package-assets/skills/impeccable/reference/spatial-design.md +0 -100
- package/package-source/install-manifest.json +0 -453
- package/package-source/install-manifest.schema.json +0 -80
- package/package-source/tools/install/ai-workflow/check-ai-sync-drift.ps1 +0 -205
- package/package-source/tools/install/ai-workflow/sync-ai-config-to-targets.ps1 +0 -826
- package/package-source/tools/install/ai-workflow/sync-targets.example.json +0 -35
- package/package-source/tools/install/bootstrap-codex-harness.ps1 +0 -760
- package/package-source/tools/install/env-check.ps1 +0 -40
- package/package-source/tools/install/init-project.ps1 +0 -51
- package/package-source/tools/install/install-agent-here.ps1 +0 -57
- package/package-source/tools/install/install-agent.ps1 +0 -2511
- package/package-source/tools/install/install-user.ps1 +0 -29
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
# Craft Flow
|
|
2
|
-
|
|
3
|
-
Build a feature with impeccable UX and UI quality through a structured process: shape the design, load the right references, then build and iterate visually until the result is delightful.
|
|
4
|
-
|
|
5
|
-
## Real Example: Neon Mirai
|
|
6
|
-
|
|
7
|
-
Neon Mirai is the full craft loop in public. A retro-futurist AI design conference started with generated brand and hi-fi reference images, then shipped as a responsive static site in `public/neon-mirai`.
|
|
8
|
-
|
|
9
|
-
Repro command:
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
$impeccable craft retro-futurist AI design conference website
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
The important detail is the artifact chain: brand toolkit, north-star mock, semantic implementation, regenerated assets, browser iteration, responsive fixes. The mock was not treated as a screenshot to trace. It was used as direction for a real page.
|
|
16
|
-
|
|
17
|
-
## Step 1: Shape the Design
|
|
18
|
-
|
|
19
|
-
Run $impeccable shape, passing along whatever feature description the user provided.
|
|
20
|
-
|
|
21
|
-
Wait for the design brief to be fully confirmed before proceeding. The brief is your blueprint, and every implementation decision should trace back to it.
|
|
22
|
-
|
|
23
|
-
If the user has already run $impeccable shape and has a confirmed design brief, skip this step and use the existing brief.
|
|
24
|
-
|
|
25
|
-
## Step 2: Load References
|
|
26
|
-
|
|
27
|
-
Based on the design brief's "Recommended References" section, consult the relevant impeccable reference files. At minimum, always consult:
|
|
28
|
-
|
|
29
|
-
- [spatial-design.md](spatial-design.md) for layout and spacing
|
|
30
|
-
- [typography.md](typography.md) for type hierarchy
|
|
31
|
-
|
|
32
|
-
Then add references based on the brief's needs:
|
|
33
|
-
- Complex interactions or forms? Consult [interaction-design.md](interaction-design.md)
|
|
34
|
-
- Animation or transitions? Consult [motion-design.md](motion-design.md)
|
|
35
|
-
- Color-heavy or themed? Consult [color-and-contrast.md](color-and-contrast.md)
|
|
36
|
-
- Responsive requirements? Consult [responsive-design.md](responsive-design.md)
|
|
37
|
-
- Heavy on copy, labels, or errors? Consult [ux-writing.md](ux-writing.md)
|
|
38
|
-
|
|
39
|
-
## Step 3: North Star Mock (Capability-Gated)
|
|
40
|
-
|
|
41
|
-
Before implementation, generate a small set of high-fidelity visual comps when all of these are true:
|
|
42
|
-
|
|
43
|
-
- The work is **net-new** or visually open-ended enough that composition exploration will improve the build.
|
|
44
|
-
- The brief's scope is **mid-fi, high-fi, or production-ready**.
|
|
45
|
-
- The current harness has **built-in image generation capability** (for example, Codex with a native image tool). Do **not** ask the user to set up external APIs, shell scripts, or one-off tooling just to do this.
|
|
46
|
-
|
|
47
|
-
When those conditions are met, this step is the default for **both brand and product work**.
|
|
48
|
-
|
|
49
|
-
### Purpose
|
|
50
|
-
|
|
51
|
-
Use the mock step to find a stronger visual lane than code-first generation would reliably discover on its own. The brief remains authoritative on user, purpose, content, constraints, states, and anti-goals. The mock clarifies composition, hierarchy, density, typography, and visual tone.
|
|
52
|
-
|
|
53
|
-
### What to generate
|
|
54
|
-
|
|
55
|
-
Generate **1 to 3** high-fidelity north-star comps based on the confirmed brief.
|
|
56
|
-
|
|
57
|
-
- For brand work, push visual identity, composition, and mood aggressively.
|
|
58
|
-
- For product work, still push hierarchy, topology, density, and tone, but keep the comps grounded in realistic product structure and states.
|
|
59
|
-
|
|
60
|
-
The comps must be genuinely different in primary visual direction, not just color variants.
|
|
61
|
-
|
|
62
|
-
### After generation
|
|
63
|
-
|
|
64
|
-
Choose a direction with the user, or if the user delegated the decision, pick the strongest one and explain why.
|
|
65
|
-
|
|
66
|
-
Before moving to implementation, summarize:
|
|
67
|
-
|
|
68
|
-
- What to carry into code
|
|
69
|
-
- What **not** to literalize from the mock
|
|
70
|
-
|
|
71
|
-
Treat the mock as a **north star**, not a screenshot to trace. Do **not** let it override the confirmed brief.
|
|
72
|
-
|
|
73
|
-
## Step 4: Asset Extraction (Optional)
|
|
74
|
-
|
|
75
|
-
If the chosen direction includes image-native visual ingredients that would materially improve the implementation, generate them as separate assets before building.
|
|
76
|
-
|
|
77
|
-
Good candidates:
|
|
78
|
-
|
|
79
|
-
- stickers
|
|
80
|
-
- badges
|
|
81
|
-
- seals
|
|
82
|
-
- tickets
|
|
83
|
-
- graphic labels
|
|
84
|
-
- textures
|
|
85
|
-
- abstract objects
|
|
86
|
-
- decorative marks
|
|
87
|
-
- non-semantic scene elements
|
|
88
|
-
|
|
89
|
-
Do **not** export assets for core UI text, navigation, body copy, or any structure that should stay semantic and editable in code.
|
|
90
|
-
|
|
91
|
-
Usually **1 to 5** extracted assets is enough. If the design can be built cleanly in HTML/CSS/SVG, prefer that over raster assets.
|
|
92
|
-
|
|
93
|
-
## Step 5: Build
|
|
94
|
-
|
|
95
|
-
Implement the feature following the design brief. Work in this order:
|
|
96
|
-
|
|
97
|
-
1. **Structure first**: HTML/semantic structure for the primary state. No styling yet.
|
|
98
|
-
2. **Layout and spacing**: Establish the spatial rhythm and visual hierarchy.
|
|
99
|
-
3. **Typography and color**: Apply the type scale and color system.
|
|
100
|
-
4. **Interactive states**: Hover, focus, active, disabled.
|
|
101
|
-
5. **Edge case states**: Empty, loading, error, overflow, first-run.
|
|
102
|
-
6. **Motion**: Purposeful transitions and animations (if appropriate).
|
|
103
|
-
7. **Responsive**: Adapt for different viewports. Don't just shrink; redesign for the context.
|
|
104
|
-
|
|
105
|
-
### During Build
|
|
106
|
-
- Test with real (or realistic) data at every step, not placeholder text
|
|
107
|
-
- Check each state as you build it, not all at the end
|
|
108
|
-
- If you discover a design question, stop and ask rather than guessing
|
|
109
|
-
- Every visual choice should trace back to something in the design brief or the chosen north-star direction
|
|
110
|
-
- Keep text semantic, layout real, and interactions accessible. Do not turn the mock into a pile of rasterized UI
|
|
111
|
-
- If assets were extracted, use them intentionally. They support the build; they do not replace interface structure
|
|
112
|
-
|
|
113
|
-
## Step 6: Visual Iteration
|
|
114
|
-
|
|
115
|
-
**This step is critical.** Do not stop after the first implementation pass.
|
|
116
|
-
|
|
117
|
-
Open the result in a browser window. If browser automation tools are available, use them to navigate to the page and visually inspect the result. If not, ask the user to open it and provide feedback.
|
|
118
|
-
|
|
119
|
-
Iterate through these checks visually:
|
|
120
|
-
|
|
121
|
-
1. **Does it match the brief?** Compare the live result against every section of the design brief. Fix discrepancies.
|
|
122
|
-
2. **Does it pass the AI slop test?** If someone saw this and said "AI made this," would they believe it immediately? If yes, it needs more design intention.
|
|
123
|
-
3. **Check against impeccable's DON'T guidelines.** Fix any anti-pattern violations.
|
|
124
|
-
4. **Check every state.** Navigate through empty, error, loading, and edge case states. Each one should feel intentional, not like an afterthought.
|
|
125
|
-
5. **Check responsive.** Resize the viewport. Does it adapt well or just shrink?
|
|
126
|
-
6. **Check the details.** Spacing consistency, type hierarchy clarity, color contrast, interactive feedback, motion timing.
|
|
127
|
-
|
|
128
|
-
After each round of fixes, visually verify again. **Repeat until you would be proud to show this to the user.** The bar is not "it works"; the bar is "this delights."
|
|
129
|
-
|
|
130
|
-
## Step 7: Present
|
|
131
|
-
|
|
132
|
-
Present the result to the user:
|
|
133
|
-
- Show the feature in its primary state
|
|
134
|
-
- Walk through the key states (empty, error, responsive)
|
|
135
|
-
- Explain design decisions that connect back to the design brief and, when used, the chosen north-star mock
|
|
136
|
-
- Ask: "What's working? What isn't?"
|
|
137
|
-
|
|
138
|
-
Iterate based on feedback. Good design is rarely right on the first pass.
|
|
@@ -1,213 +0,0 @@
|
|
|
1
|
-
> **Additional context needed**: what the interface is trying to accomplish.
|
|
2
|
-
|
|
3
|
-
### Gather Assessments
|
|
4
|
-
|
|
5
|
-
Launch two independent assessments. **Neither may see the other's output** — this isolation is what makes the combined score honest. Running both in one head silently anchors them to each other; do not shortcut it for cost, speed, or context-size reasons.
|
|
6
|
-
|
|
7
|
-
Delegate each assessment to a separate sub-agent (Claude Code's `Agent` tool, Codex's subagent spawning, etc.). Each returns structured findings as text. Do NOT output findings to the user yet.
|
|
8
|
-
|
|
9
|
-
Fall back to sequential in-head work only if the environment genuinely cannot spawn sub-agents.
|
|
10
|
-
|
|
11
|
-
**Tab isolation**: When browser automation is available, each assessment MUST create its own new tab. Never reuse an existing tab, even if one is already open at the correct URL. This prevents the two assessments from interfering with each other's page state.
|
|
12
|
-
|
|
13
|
-
#### Assessment A: LLM Design Review
|
|
14
|
-
|
|
15
|
-
Read the relevant source files (HTML, CSS, JS/TS) and, if browser automation is available, visually inspect the live page. **Create a new tab** for this; do not reuse existing tabs. After navigation, label the tab by setting the document title:
|
|
16
|
-
```javascript
|
|
17
|
-
document.title = '[LLM] ' + document.title;
|
|
18
|
-
```
|
|
19
|
-
Think like a design director. Evaluate:
|
|
20
|
-
|
|
21
|
-
**AI Slop Detection (CRITICAL)**: Does this look like every other AI-generated interface? Review against ALL **DON'T** guidelines from the parent impeccable skill (already loaded in this context). Check for AI color palette, gradient text, dark glows, glassmorphism, hero metric layouts, identical card grids, generic fonts, and all other tells. **The test**: If someone said "AI made this," would you believe them immediately?
|
|
22
|
-
|
|
23
|
-
**Holistic Design Review**: visual hierarchy (eye flow, primary action clarity), information architecture (structure, grouping, cognitive load), emotional resonance (does it match brand and audience?), discoverability (are interactive elements obvious?), composition (balance, whitespace, rhythm), typography (hierarchy, readability, font choices), color (purposeful use, cohesion, accessibility), states & edge cases (empty, loading, error, success), microcopy (clarity, tone, helpfulness).
|
|
24
|
-
|
|
25
|
-
**Cognitive Load** (consult [cognitive-load](cognitive-load.md)):
|
|
26
|
-
- Run the 8-item cognitive load checklist. Report failure count: 0-1 = low (good), 2-3 = moderate, 4+ = critical.
|
|
27
|
-
- Count visible options at each decision point. If >4, flag it.
|
|
28
|
-
- Check for progressive disclosure: is complexity revealed only when needed?
|
|
29
|
-
|
|
30
|
-
**Emotional Journey**:
|
|
31
|
-
- What emotion does this interface evoke? Is that intentional?
|
|
32
|
-
- **Peak-end rule**: Is the most intense moment positive? Does the experience end well?
|
|
33
|
-
- **Emotional valleys**: Check for anxiety spikes at high-stakes moments (payment, delete, commit). Are there design interventions (progress indicators, reassurance copy, undo options)?
|
|
34
|
-
|
|
35
|
-
**Nielsen's Heuristics** (consult [heuristics-scoring](heuristics-scoring.md)):
|
|
36
|
-
Score each of the 10 heuristics 0-4. This scoring will be presented in the report.
|
|
37
|
-
|
|
38
|
-
Return structured findings covering: AI slop verdict, heuristic scores, cognitive load assessment, what's working (2-3 items), priority issues (3-5 with what/why/fix), minor observations, and provocative questions.
|
|
39
|
-
|
|
40
|
-
#### Assessment B: Automated Detection
|
|
41
|
-
|
|
42
|
-
Run the bundled deterministic detector, which flags 25 specific patterns (AI slop tells + general design quality).
|
|
43
|
-
|
|
44
|
-
**CLI scan**:
|
|
45
|
-
```bash
|
|
46
|
-
npx impeccable --json [--fast] [target]
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
- Pass HTML/JSX/TSX/Vue/Svelte files or directories as `[target]` (anything with markup). Do not pass CSS-only files.
|
|
50
|
-
- For URLs, skip the CLI scan (it requires Puppeteer). Use browser visualization instead.
|
|
51
|
-
- For large directories (200+ scannable files), use `--fast` (regex-only, skips jsdom)
|
|
52
|
-
- For 500+ files, narrow scope or ask the user
|
|
53
|
-
- Exit code 0 = clean, 2 = findings
|
|
54
|
-
|
|
55
|
-
**Browser visualization** — **required** when browser automation tools are available AND the target is a viewable page. The `[Human]` overlay tab is the user-facing deliverable; the critique is incomplete without it. Skip only if the target is not a viewable page (CSS-only file, non-browser target).
|
|
56
|
-
|
|
57
|
-
The overlay is a **visual aid for the user**. It highlights issues directly in their browser. Do NOT scroll through the page to screenshot overlays. Instead, read the console output to get the results programmatically.
|
|
58
|
-
|
|
59
|
-
1. **Start the live detection server**:
|
|
60
|
-
```bash
|
|
61
|
-
npx impeccable live &
|
|
62
|
-
```
|
|
63
|
-
Note the port printed to stdout (auto-assigned). Use `--port=PORT` to fix it.
|
|
64
|
-
2. **Create a new tab** and navigate to the page (use dev server URL for local files, or direct URL). Do not reuse existing tabs.
|
|
65
|
-
3. **Label the tab** via `javascript_tool` so the user can distinguish it:
|
|
66
|
-
```javascript
|
|
67
|
-
document.title = '[Human] ' + document.title;
|
|
68
|
-
```
|
|
69
|
-
4. **Scroll to top** to ensure the page is scrolled to the very top before injection
|
|
70
|
-
5. **Inject** via `javascript_tool` (replace PORT with the port from step 1):
|
|
71
|
-
```javascript
|
|
72
|
-
const s = document.createElement('script'); s.src = 'http://localhost:PORT/detect.js'; document.head.appendChild(s);
|
|
73
|
-
```
|
|
74
|
-
6. Wait 2-3 seconds for the detector to render overlays
|
|
75
|
-
7. **Read results from console** using `read_console_messages` with pattern `impeccable`. The detector logs all findings with the `[impeccable]` prefix. Do NOT scroll through the page to take screenshots of the overlays.
|
|
76
|
-
8. **Cleanup**: Stop the live server when done:
|
|
77
|
-
```bash
|
|
78
|
-
npx impeccable live stop
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
For multi-view targets, inject on 3-5 representative pages. If injection fails, continue with CLI results only.
|
|
82
|
-
|
|
83
|
-
Return: CLI findings (JSON), browser console findings (if applicable), and any false positives noted.
|
|
84
|
-
|
|
85
|
-
### Generate Combined Critique Report
|
|
86
|
-
|
|
87
|
-
Synthesize both assessments into a single report. Do NOT simply concatenate. Weave the findings together, noting where the LLM review and detector agree, where the detector caught issues the LLM missed, and where detector findings are false positives.
|
|
88
|
-
|
|
89
|
-
Structure your feedback as a design director would:
|
|
90
|
-
|
|
91
|
-
#### Design Health Score
|
|
92
|
-
> *Consult [heuristics-scoring](heuristics-scoring.md)*
|
|
93
|
-
|
|
94
|
-
Present the Nielsen's 10 heuristics scores as a table:
|
|
95
|
-
|
|
96
|
-
| # | Heuristic | Score | Key Issue |
|
|
97
|
-
|---|-----------|-------|-----------|
|
|
98
|
-
| 1 | Visibility of System Status | ? | [specific finding or "n/a" if solid] |
|
|
99
|
-
| 2 | Match System / Real World | ? | |
|
|
100
|
-
| 3 | User Control and Freedom | ? | |
|
|
101
|
-
| 4 | Consistency and Standards | ? | |
|
|
102
|
-
| 5 | Error Prevention | ? | |
|
|
103
|
-
| 6 | Recognition Rather Than Recall | ? | |
|
|
104
|
-
| 7 | Flexibility and Efficiency | ? | |
|
|
105
|
-
| 8 | Aesthetic and Minimalist Design | ? | |
|
|
106
|
-
| 9 | Error Recovery | ? | |
|
|
107
|
-
| 10 | Help and Documentation | ? | |
|
|
108
|
-
| **Total** | | **??/40** | **[Rating band]** |
|
|
109
|
-
|
|
110
|
-
Be honest with scores. A 4 means genuinely excellent. Most real interfaces score 20-32.
|
|
111
|
-
|
|
112
|
-
#### Anti-Patterns Verdict
|
|
113
|
-
|
|
114
|
-
**Start here.** Does this look AI-generated?
|
|
115
|
-
|
|
116
|
-
**LLM assessment**: Your own evaluation of AI slop tells. Cover overall aesthetic feel, layout sameness, generic composition, missed opportunities for personality.
|
|
117
|
-
|
|
118
|
-
**Deterministic scan**: Summarize what the automated detector found, with counts and file locations. Note any additional issues the detector caught that you missed, and flag any false positives.
|
|
119
|
-
|
|
120
|
-
**Visual overlays** (if browser was used): Tell the user that overlays are now visible in the **[Human]** tab in their browser, highlighting the detected issues. Summarize what the console output reported.
|
|
121
|
-
|
|
122
|
-
#### Overall Impression
|
|
123
|
-
A brief gut reaction: what works, what doesn't, and the single biggest opportunity.
|
|
124
|
-
|
|
125
|
-
#### What's Working
|
|
126
|
-
Highlight 2-3 things done well. Be specific about why they work.
|
|
127
|
-
|
|
128
|
-
#### Priority Issues
|
|
129
|
-
The 3-5 most impactful design problems, ordered by importance.
|
|
130
|
-
|
|
131
|
-
For each issue, tag with **P0-P3 severity** (consult [heuristics-scoring](heuristics-scoring.md) for severity definitions):
|
|
132
|
-
- **[P?] What**: Name the problem clearly
|
|
133
|
-
- **Why it matters**: How this hurts users or undermines goals
|
|
134
|
-
- **Fix**: What to do about it (be concrete)
|
|
135
|
-
- **Suggested command**: Which command could address this (from: $impeccable adapt, $impeccable animate, $impeccable audit, $impeccable bolder, $impeccable clarify, $impeccable colorize, $impeccable critique, $impeccable delight, $impeccable distill, $impeccable document, $impeccable harden, $impeccable layout, $impeccable onboard, $impeccable optimize, $impeccable overdrive, $impeccable polish, $impeccable quieter, $impeccable shape, $impeccable typeset)
|
|
136
|
-
|
|
137
|
-
#### Persona Red Flags
|
|
138
|
-
> *Consult [personas](personas.md)*
|
|
139
|
-
|
|
140
|
-
Auto-select 2-3 personas most relevant to this interface type (use the selection table in the reference). If `AGENTS.md` contains a `## Design Context` section from `impeccable teach`, also generate 1-2 project-specific personas from the audience/brand info.
|
|
141
|
-
|
|
142
|
-
For each selected persona, walk through the primary user action and list specific red flags found:
|
|
143
|
-
|
|
144
|
-
**Alex (Power User)**: No keyboard shortcuts detected. Form requires 8 clicks for primary action. Forced modal onboarding. High abandonment risk.
|
|
145
|
-
|
|
146
|
-
**Jordan (First-Timer)**: Icon-only nav in sidebar. Technical jargon in error messages ("404 Not Found"). No visible help. Will abandon at step 2.
|
|
147
|
-
|
|
148
|
-
Be specific. Name the exact elements and interactions that fail each persona. Don't write generic persona descriptions; write what broke for them.
|
|
149
|
-
|
|
150
|
-
#### Minor Observations
|
|
151
|
-
Quick notes on smaller issues worth addressing.
|
|
152
|
-
|
|
153
|
-
#### Questions to Consider
|
|
154
|
-
Provocative questions that might unlock better solutions:
|
|
155
|
-
- "What if the primary action were more prominent?"
|
|
156
|
-
- "Does this need to feel this complex?"
|
|
157
|
-
- "What would a confident version of this look like?"
|
|
158
|
-
|
|
159
|
-
**Remember**:
|
|
160
|
-
- Be direct. Vague feedback wastes everyone's time.
|
|
161
|
-
- Be specific. "The submit button," not "some elements."
|
|
162
|
-
- Say what's wrong AND why it matters to users.
|
|
163
|
-
- Give concrete suggestions, not just "consider exploring..."
|
|
164
|
-
- Prioritize ruthlessly. If everything is important, nothing is.
|
|
165
|
-
- Don't soften criticism. Developers need honest feedback to ship great design.
|
|
166
|
-
|
|
167
|
-
### Ask the User
|
|
168
|
-
|
|
169
|
-
**After presenting findings**, use targeted questions based on what was actually found. ask the user directly to clarify what you cannot infer. These answers will shape the action plan.
|
|
170
|
-
|
|
171
|
-
Ask questions along these lines (adapt to the specific findings; do NOT ask generic questions):
|
|
172
|
-
|
|
173
|
-
1. **Priority direction**: Based on the issues found, ask which category matters most to the user right now. For example: "I found problems with visual hierarchy, color usage, and information overload. Which area should we tackle first?" Offer the top 2-3 issue categories as options.
|
|
174
|
-
|
|
175
|
-
2. **Design intent**: If the critique found a tonal mismatch, ask whether it was intentional. For example: "The interface feels clinical and corporate. Is that the intended tone, or should it feel warmer/bolder/more playful?" Offer 2-3 tonal directions as options based on what would fix the issues found.
|
|
176
|
-
|
|
177
|
-
3. **Scope**: Ask how much the user wants to take on. For example: "I found N issues. Want to address everything, or focus on the top 3?" Offer scope options like "Top 3 only", "All issues", "Critical issues only".
|
|
178
|
-
|
|
179
|
-
4. **Constraints** (optional; only ask if relevant): If the findings touch many areas, ask if anything is off-limits. For example: "Should any sections stay as-is?" This prevents the plan from touching things the user considers done.
|
|
180
|
-
|
|
181
|
-
**Rules for questions**:
|
|
182
|
-
- Every question must reference specific findings from the report. Never ask generic "who is your audience?" questions.
|
|
183
|
-
- Keep it to 2-4 questions maximum. Respect the user's time.
|
|
184
|
-
- Offer concrete options, not open-ended prompts.
|
|
185
|
-
- If findings are straightforward (e.g., only 1-2 clear issues), skip questions and go directly to Recommended Actions.
|
|
186
|
-
|
|
187
|
-
### Recommended Actions
|
|
188
|
-
|
|
189
|
-
**After receiving the user's answers**, present a prioritized action summary reflecting the user's priorities and scope from Ask the User.
|
|
190
|
-
|
|
191
|
-
#### Action Summary
|
|
192
|
-
|
|
193
|
-
List recommended commands in priority order, based on the user's answers:
|
|
194
|
-
|
|
195
|
-
1. **`$command-name`**: Brief description of what to fix (specific context from critique findings)
|
|
196
|
-
2. **`$command-name`**: Brief description (specific context)
|
|
197
|
-
...
|
|
198
|
-
|
|
199
|
-
**Rules for recommendations**:
|
|
200
|
-
- Only recommend commands from: $impeccable adapt, $impeccable animate, $impeccable audit, $impeccable bolder, $impeccable clarify, $impeccable colorize, $impeccable critique, $impeccable delight, $impeccable distill, $impeccable document, $impeccable harden, $impeccable layout, $impeccable onboard, $impeccable optimize, $impeccable overdrive, $impeccable polish, $impeccable quieter, $impeccable shape, $impeccable typeset
|
|
201
|
-
- Order by the user's stated priorities first, then by impact
|
|
202
|
-
- Each item's description should carry enough context that the command knows what to focus on
|
|
203
|
-
- Map each Priority Issue to the appropriate command
|
|
204
|
-
- Skip commands that would address zero issues
|
|
205
|
-
- If the user chose a limited scope, only include items within that scope
|
|
206
|
-
- If the user marked areas as off-limits, exclude commands that would touch those areas
|
|
207
|
-
- End with `$impeccable polish` as the final step if any fixes were recommended
|
|
208
|
-
|
|
209
|
-
After presenting the summary, tell the user:
|
|
210
|
-
|
|
211
|
-
> You can ask me to run these one at a time, all at once, or in any order you prefer.
|
|
212
|
-
>
|
|
213
|
-
> Re-run `$impeccable critique` after fixes to see your score improve.
|
|
@@ -1,302 +0,0 @@
|
|
|
1
|
-
> **Additional context needed**: what's appropriate for the domain (playful vs professional vs quirky vs elegant).
|
|
2
|
-
|
|
3
|
-
Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences.
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Register
|
|
8
|
-
|
|
9
|
-
Brand: delight can be distributed — copy voice, section transitions, discovery rewards, seasonal touches, personality across the whole surface.
|
|
10
|
-
|
|
11
|
-
Product: delight at specific moments, not pages. Completion, first-time actions, error recovery, milestone crossings. Reliability and consistency carry the rest of the experience; delight pushed everywhere reads as noise.
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
## Assess Delight Opportunities
|
|
16
|
-
|
|
17
|
-
Identify where delight would enhance (not distract from) the experience:
|
|
18
|
-
|
|
19
|
-
1. **Find natural delight moments**:
|
|
20
|
-
- **Success states**: Completed actions (save, send, publish)
|
|
21
|
-
- **Empty states**: First-time experiences, onboarding
|
|
22
|
-
- **Loading states**: Waiting periods that could be entertaining
|
|
23
|
-
- **Achievements**: Milestones, streaks, completions
|
|
24
|
-
- **Interactions**: Hover states, clicks, drags
|
|
25
|
-
- **Errors**: Softening frustrating moments
|
|
26
|
-
- **Easter eggs**: Hidden discoveries for curious users
|
|
27
|
-
|
|
28
|
-
2. **Understand the context**:
|
|
29
|
-
- What's the brand personality? (Playful? Professional? Quirky? Elegant?)
|
|
30
|
-
- Who's the audience? (Tech-savvy? Creative? Corporate?)
|
|
31
|
-
- What's the emotional context? (Accomplishment? Exploration? Frustration?)
|
|
32
|
-
- What's appropriate? (Banking app ≠ gaming app)
|
|
33
|
-
|
|
34
|
-
3. **Define delight strategy**:
|
|
35
|
-
- **Subtle sophistication**: Refined micro-interactions (luxury brands)
|
|
36
|
-
- **Playful personality**: Whimsical illustrations and copy (consumer apps)
|
|
37
|
-
- **Helpful surprises**: Anticipating needs before users ask (productivity tools)
|
|
38
|
-
- **Sensory richness**: Satisfying sounds, smooth animations (creative tools)
|
|
39
|
-
|
|
40
|
-
If any of these are unclear from the codebase, ask the user directly to clarify what you cannot infer.
|
|
41
|
-
|
|
42
|
-
**CRITICAL**: Delight should enhance usability, never obscure it. If users notice the delight more than accomplishing their goal, you've gone too far.
|
|
43
|
-
|
|
44
|
-
## Delight Principles
|
|
45
|
-
|
|
46
|
-
Follow these guidelines:
|
|
47
|
-
|
|
48
|
-
### Delight Amplifies, Never Blocks
|
|
49
|
-
- Delight moments should be quick (< 1 second)
|
|
50
|
-
- Never delay core functionality for delight
|
|
51
|
-
- Make delight skippable or subtle
|
|
52
|
-
- Respect user's time and task focus
|
|
53
|
-
|
|
54
|
-
### Surprise and Discovery
|
|
55
|
-
- Hide delightful details for users to discover
|
|
56
|
-
- Reward exploration and curiosity
|
|
57
|
-
- Don't announce every delight moment
|
|
58
|
-
- Let users share discoveries with others
|
|
59
|
-
|
|
60
|
-
### Appropriate to Context
|
|
61
|
-
- Match delight to emotional moment (celebrate success, empathize with errors)
|
|
62
|
-
- Respect the user's state (don't be playful during critical errors)
|
|
63
|
-
- Match brand personality and audience expectations
|
|
64
|
-
- Cultural sensitivity (what's delightful varies by culture)
|
|
65
|
-
|
|
66
|
-
### Compound Over Time
|
|
67
|
-
- Delight should remain fresh with repeated use
|
|
68
|
-
- Vary responses (not same animation every time)
|
|
69
|
-
- Reveal deeper layers with continued use
|
|
70
|
-
- Build anticipation through patterns
|
|
71
|
-
|
|
72
|
-
## Delight Techniques
|
|
73
|
-
|
|
74
|
-
Add personality and joy through these methods:
|
|
75
|
-
|
|
76
|
-
### Micro-interactions & Animation
|
|
77
|
-
|
|
78
|
-
**Button delight**:
|
|
79
|
-
```css
|
|
80
|
-
/* Satisfying button press */
|
|
81
|
-
.button {
|
|
82
|
-
transition: transform 0.1s, box-shadow 0.1s;
|
|
83
|
-
}
|
|
84
|
-
.button:active {
|
|
85
|
-
transform: translateY(2px);
|
|
86
|
-
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/* Ripple effect on click */
|
|
90
|
-
/* Smooth lift on hover */
|
|
91
|
-
.button:hover {
|
|
92
|
-
transform: translateY(-2px);
|
|
93
|
-
transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1); /* ease-out-quart */
|
|
94
|
-
}
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
**Loading delight**:
|
|
98
|
-
- Playful loading animations (not just spinners)
|
|
99
|
-
- Personality in loading messages (write product-specific ones, not generic AI filler)
|
|
100
|
-
- Progress indication with encouraging messages
|
|
101
|
-
- Skeleton screens with subtle animations
|
|
102
|
-
|
|
103
|
-
**Success animations**:
|
|
104
|
-
- Checkmark draw animation
|
|
105
|
-
- Confetti burst for major achievements
|
|
106
|
-
- Gentle scale + fade for confirmation
|
|
107
|
-
- Satisfying sound effects (subtle)
|
|
108
|
-
|
|
109
|
-
**Hover surprises**:
|
|
110
|
-
- Icons that animate on hover
|
|
111
|
-
- Color shifts or glow effects
|
|
112
|
-
- Tooltip reveals with personality
|
|
113
|
-
- Cursor changes (custom cursors for branded experiences)
|
|
114
|
-
|
|
115
|
-
### Personality in Copy
|
|
116
|
-
|
|
117
|
-
**Playful error messages**:
|
|
118
|
-
```
|
|
119
|
-
"Error 404"
|
|
120
|
-
"This page is playing hide and seek. (And winning)"
|
|
121
|
-
|
|
122
|
-
"Connection failed"
|
|
123
|
-
"Looks like the internet took a coffee break. Want to retry?"
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
**Encouraging empty states**:
|
|
127
|
-
```
|
|
128
|
-
"No projects"
|
|
129
|
-
"Your canvas awaits. Create something amazing."
|
|
130
|
-
|
|
131
|
-
"No messages"
|
|
132
|
-
"Inbox zero! You're crushing it today."
|
|
133
|
-
```
|
|
134
|
-
|
|
135
|
-
**Playful labels & tooltips**:
|
|
136
|
-
```
|
|
137
|
-
"Delete"
|
|
138
|
-
"Send to void" (for playful brand)
|
|
139
|
-
|
|
140
|
-
"Help"
|
|
141
|
-
"Rescue me" (tooltip)
|
|
142
|
-
```
|
|
143
|
-
|
|
144
|
-
**IMPORTANT**: Match copy personality to brand. Banks shouldn't be wacky, but they can be warm.
|
|
145
|
-
|
|
146
|
-
### Illustrations & Visual Personality
|
|
147
|
-
|
|
148
|
-
**Custom illustrations**:
|
|
149
|
-
- Empty state illustrations (not stock icons)
|
|
150
|
-
- Error state illustrations (friendly monsters, quirky characters)
|
|
151
|
-
- Loading state illustrations (animated characters)
|
|
152
|
-
- Success state illustrations (celebrations)
|
|
153
|
-
|
|
154
|
-
**Icon personality**:
|
|
155
|
-
- Custom icon set matching brand personality
|
|
156
|
-
- Animated icons (subtle motion on hover/click)
|
|
157
|
-
- Illustrative icons (more detailed than generic)
|
|
158
|
-
- Consistent style across all icons
|
|
159
|
-
|
|
160
|
-
**Background effects**:
|
|
161
|
-
- Subtle particle effects
|
|
162
|
-
- Gradient mesh backgrounds
|
|
163
|
-
- Geometric patterns
|
|
164
|
-
- Parallax depth
|
|
165
|
-
- Time-of-day themes (morning vs night)
|
|
166
|
-
|
|
167
|
-
### Satisfying Interactions
|
|
168
|
-
|
|
169
|
-
**Drag and drop delight**:
|
|
170
|
-
- Lift effect on drag (shadow, scale)
|
|
171
|
-
- Snap animation when dropped
|
|
172
|
-
- Satisfying placement sound
|
|
173
|
-
- Undo toast ("Dropped in wrong place? [Undo]")
|
|
174
|
-
|
|
175
|
-
**Toggle switches**:
|
|
176
|
-
- Smooth slide with spring physics
|
|
177
|
-
- Color transition
|
|
178
|
-
- Haptic feedback on mobile
|
|
179
|
-
- Optional sound effect
|
|
180
|
-
|
|
181
|
-
**Progress & achievements**:
|
|
182
|
-
- Streak counters with celebratory milestones
|
|
183
|
-
- Progress bars that "celebrate" at 100%
|
|
184
|
-
- Badge unlocks with animation
|
|
185
|
-
- Playful stats ("You're on fire! 5 days in a row")
|
|
186
|
-
|
|
187
|
-
**Form interactions**:
|
|
188
|
-
- Input fields that animate on focus
|
|
189
|
-
- Checkboxes with a satisfying scale pulse when checked
|
|
190
|
-
- Success state that celebrates valid input
|
|
191
|
-
- Auto-grow textareas
|
|
192
|
-
|
|
193
|
-
### Sound Design
|
|
194
|
-
|
|
195
|
-
**Subtle audio cues** (when appropriate):
|
|
196
|
-
- Notification sounds (distinctive but not annoying)
|
|
197
|
-
- Success sounds (satisfying "ding")
|
|
198
|
-
- Error sounds (empathetic, not harsh)
|
|
199
|
-
- Typing sounds for chat/messaging
|
|
200
|
-
- Ambient background audio (very subtle)
|
|
201
|
-
|
|
202
|
-
**IMPORTANT**:
|
|
203
|
-
- Respect system sound settings
|
|
204
|
-
- Provide mute option
|
|
205
|
-
- Keep volumes quiet (subtle cues, not alarms)
|
|
206
|
-
- Don't play on every interaction (sound fatigue is real)
|
|
207
|
-
|
|
208
|
-
### Easter Eggs & Hidden Delights
|
|
209
|
-
|
|
210
|
-
**Discovery rewards**:
|
|
211
|
-
- Konami code unlocks special theme
|
|
212
|
-
- Hidden keyboard shortcuts (Cmd+K for special features)
|
|
213
|
-
- Hover reveals on logos or illustrations
|
|
214
|
-
- Alt text jokes on images (for screen reader users too!)
|
|
215
|
-
- Console messages for developers ("Like what you see? We're hiring!")
|
|
216
|
-
|
|
217
|
-
**Seasonal touches**:
|
|
218
|
-
- Holiday themes (subtle, tasteful)
|
|
219
|
-
- Seasonal color shifts
|
|
220
|
-
- Weather-based variations
|
|
221
|
-
- Time-based changes (dark at night, light during day)
|
|
222
|
-
|
|
223
|
-
**Contextual personality**:
|
|
224
|
-
- Different messages based on time of day
|
|
225
|
-
- Responses to specific user actions
|
|
226
|
-
- Randomized variations (not same every time)
|
|
227
|
-
- Progressive reveals with continued use
|
|
228
|
-
|
|
229
|
-
### Loading & Waiting States
|
|
230
|
-
|
|
231
|
-
**Make waiting engaging**:
|
|
232
|
-
- Interesting loading messages that rotate
|
|
233
|
-
- Progress bars with personality
|
|
234
|
-
- Mini-games during long loads
|
|
235
|
-
- Fun facts or tips while waiting
|
|
236
|
-
- Countdown with encouraging messages
|
|
237
|
-
|
|
238
|
-
```
|
|
239
|
-
Loading messages — write ones specific to your product, not generic AI filler:
|
|
240
|
-
- "Crunching your latest numbers..."
|
|
241
|
-
- "Syncing with your team's changes..."
|
|
242
|
-
- "Preparing your dashboard..."
|
|
243
|
-
- "Checking for updates since yesterday..."
|
|
244
|
-
```
|
|
245
|
-
|
|
246
|
-
**WARNING**: Avoid cliched loading messages like "Herding pixels", "Teaching robots to dance", "Consulting the magic 8-ball", "Counting backwards from infinity". These are AI-slop copy — instantly recognizable as machine-generated. Write messages that are specific to what your product actually does.
|
|
247
|
-
|
|
248
|
-
### Celebration Moments
|
|
249
|
-
|
|
250
|
-
**Success celebrations**:
|
|
251
|
-
- Confetti for major milestones
|
|
252
|
-
- Animated checkmarks for completions
|
|
253
|
-
- Progress bar celebrations at 100%
|
|
254
|
-
- "Achievement unlocked" style notifications
|
|
255
|
-
- Personalized messages ("You published your 10th article!")
|
|
256
|
-
|
|
257
|
-
**Milestone recognition**:
|
|
258
|
-
- First-time actions get special treatment
|
|
259
|
-
- Streak tracking and celebration
|
|
260
|
-
- Progress toward goals
|
|
261
|
-
- Anniversary celebrations
|
|
262
|
-
|
|
263
|
-
## Implementation Patterns
|
|
264
|
-
|
|
265
|
-
**Animation libraries**:
|
|
266
|
-
- Framer Motion (React)
|
|
267
|
-
- GSAP (universal)
|
|
268
|
-
- Lottie (After Effects animations)
|
|
269
|
-
- Canvas confetti (party effects)
|
|
270
|
-
|
|
271
|
-
**Sound libraries**:
|
|
272
|
-
- Howler.js (audio management)
|
|
273
|
-
- Use-sound (React hook)
|
|
274
|
-
|
|
275
|
-
**Physics libraries**:
|
|
276
|
-
- React Spring (spring physics)
|
|
277
|
-
- Popmotion (animation primitives)
|
|
278
|
-
|
|
279
|
-
**IMPORTANT**: File size matters. Compress images, optimize animations, lazy load delight features.
|
|
280
|
-
|
|
281
|
-
**NEVER**:
|
|
282
|
-
- Delay core functionality for delight
|
|
283
|
-
- Force users through delightful moments (make skippable)
|
|
284
|
-
- Use delight to hide poor UX
|
|
285
|
-
- Overdo it (less is more)
|
|
286
|
-
- Ignore accessibility (animate responsibly, provide alternatives)
|
|
287
|
-
- Make every interaction delightful (special moments should be special)
|
|
288
|
-
- Sacrifice performance for delight
|
|
289
|
-
- Be inappropriate for context (read the room)
|
|
290
|
-
|
|
291
|
-
## Verify Delight Quality
|
|
292
|
-
|
|
293
|
-
Test that delight actually delights:
|
|
294
|
-
|
|
295
|
-
- **User reactions**: Do users smile? Share screenshots?
|
|
296
|
-
- **Doesn't annoy**: Still pleasant after 100th time?
|
|
297
|
-
- **Doesn't block**: Can users opt out or skip?
|
|
298
|
-
- **Performant**: No jank, no slowdown
|
|
299
|
-
- **Appropriate**: Matches brand and context
|
|
300
|
-
- **Accessible**: Works with reduced motion, screen readers
|
|
301
|
-
|
|
302
|
-
Remember: Delight is the difference between a tool and an experience. Add personality, surprise users positively, and create moments worth sharing. But always respect usability - delight should enhance, never obstruct.
|