@hegemonart/get-design-done 1.41.5 → 1.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +1120 -1029
- package/README.md +158 -154
- package/SKILL.md +42 -42
- package/agents/README.md +53 -53
- package/agents/a11y-mapper.md +3 -3
- package/agents/component-benchmark-harvester.md +8 -8
- package/agents/component-benchmark-synthesizer.md +11 -11
- package/agents/component-taxonomy-mapper.md +5 -5
- package/agents/compose-executor.md +25 -25
- package/agents/conflict-resolver.md +8 -8
- package/agents/cost-forecaster.md +12 -12
- package/agents/decision-journal-exporter.md +5 -5
- package/agents/design-advisor.md +19 -19
- package/agents/design-assumptions-analyzer.md +16 -16
- package/agents/design-auditor.md +39 -39
- package/agents/design-authority-watcher.md +28 -28
- package/agents/design-component-generator.md +27 -27
- package/agents/design-context-builder.md +66 -66
- package/agents/design-context-checker-gate.md +5 -5
- package/agents/design-context-checker.md +20 -20
- package/agents/design-discussant.md +23 -23
- package/agents/design-doc-writer.md +12 -12
- package/agents/design-executor.md +38 -38
- package/agents/design-figma-writer.md +31 -31
- package/agents/design-fixer.md +27 -27
- package/agents/design-integration-checker-gate.md +5 -5
- package/agents/design-integration-checker.md +29 -29
- package/agents/design-paper-writer.md +14 -14
- package/agents/design-pattern-mapper.md +9 -9
- package/agents/design-pencil-writer.md +12 -12
- package/agents/design-phase-researcher.md +14 -14
- package/agents/design-plan-checker.md +13 -13
- package/agents/design-planner.md +24 -24
- package/agents/design-reflector.md +48 -48
- package/agents/design-research-synthesizer.md +21 -21
- package/agents/design-start-writer.md +7 -7
- package/agents/design-update-checker.md +8 -8
- package/agents/design-verifier-gate.md +5 -5
- package/agents/design-verifier.md +80 -80
- package/agents/ds-generator.md +14 -14
- package/agents/ds-migration-planner.md +12 -12
- package/agents/email-executor.md +26 -26
- package/agents/experiment-result-ingester.md +10 -10
- package/agents/flutter-executor.md +28 -28
- package/agents/gdd-graph-refresh.md +10 -10
- package/agents/gdd-intel-updater.md +11 -11
- package/agents/gdd-learnings-extractor.md +2 -2
- package/agents/motion-mapper.md +8 -8
- package/agents/motion-verifier.md +16 -16
- package/agents/pdf-executor.md +27 -27
- package/agents/perf-analyzer.md +20 -20
- package/agents/pr-commenter.md +24 -24
- package/agents/prototype-gate.md +29 -29
- package/agents/quality-gate-runner.md +21 -21
- package/agents/rollout-coordinator.md +8 -8
- package/agents/swift-executor.md +41 -41
- package/agents/ticket-sync-agent.md +19 -19
- package/agents/token-mapper.md +6 -6
- package/agents/user-research-synthesizer.md +13 -13
- package/agents/visual-hierarchy-mapper.md +2 -2
- package/dist/claude-code/.claude/skills/add-backlog/SKILL.md +48 -0
- package/dist/claude-code/.claude/skills/analyze-dependencies/SKILL.md +95 -0
- package/dist/claude-code/.claude/skills/apply-reflections/SKILL.md +92 -0
- package/dist/claude-code/.claude/skills/apply-reflections/apply-reflections-procedure.md +170 -0
- package/dist/claude-code/.claude/skills/audit/SKILL.md +79 -0
- package/dist/claude-code/.claude/skills/bandit-status/SKILL.md +94 -0
- package/dist/claude-code/.claude/skills/benchmark/SKILL.md +65 -0
- package/dist/claude-code/.claude/skills/bootstrap-ds/SKILL.md +43 -0
- package/dist/claude-code/.claude/skills/brief/SKILL.md +128 -0
- package/dist/claude-code/.claude/skills/budget/SKILL.md +45 -0
- package/dist/claude-code/.claude/skills/cache-manager/SKILL.md +66 -0
- package/dist/claude-code/.claude/skills/cache-manager/cache-policy.md +126 -0
- package/dist/claude-code/.claude/skills/check-update/SKILL.md +98 -0
- package/dist/claude-code/.claude/skills/compare/SKILL.md +82 -0
- package/dist/claude-code/.claude/skills/compare/compare-rubric.md +171 -0
- package/dist/claude-code/.claude/skills/complete-cycle/SKILL.md +81 -0
- package/dist/claude-code/.claude/skills/connections/SKILL.md +71 -0
- package/dist/claude-code/.claude/skills/connections/connections-onboarding.md +608 -0
- package/dist/claude-code/.claude/skills/continue/SKILL.md +24 -0
- package/dist/claude-code/.claude/skills/darkmode/SKILL.md +76 -0
- package/dist/claude-code/.claude/skills/darkmode/darkmode-audit-procedure.md +258 -0
- package/dist/claude-code/.claude/skills/debug/SKILL.md +41 -0
- package/dist/claude-code/.claude/skills/debug/debug-feedback-loops.md +119 -0
- package/dist/claude-code/.claude/skills/design/SKILL.md +99 -0
- package/dist/claude-code/.claude/skills/design/design-procedure.md +304 -0
- package/dist/claude-code/.claude/skills/discover/SKILL.md +72 -0
- package/dist/claude-code/.claude/skills/discover/discover-procedure.md +222 -0
- package/dist/claude-code/.claude/skills/discuss/SKILL.md +96 -0
- package/dist/claude-code/.claude/skills/do/SKILL.md +45 -0
- package/dist/claude-code/.claude/skills/explore/SKILL.md +105 -0
- package/dist/claude-code/.claude/skills/explore/explore-procedure.md +267 -0
- package/dist/claude-code/.claude/skills/export/SKILL.md +30 -0
- package/dist/claude-code/.claude/skills/extract-learnings/SKILL.md +98 -0
- package/dist/claude-code/.claude/skills/fast/SKILL.md +91 -0
- package/dist/claude-code/.claude/skills/figma-extract/SKILL.md +64 -0
- package/dist/claude-code/.claude/skills/figma-write/SKILL.md +39 -0
- package/dist/claude-code/.claude/skills/graphify/SKILL.md +49 -0
- package/dist/claude-code/.claude/skills/health/SKILL.md +99 -0
- package/dist/claude-code/.claude/skills/health/health-mcp-detection.md +44 -0
- package/dist/claude-code/.claude/skills/health/health-skill-length-report.md +69 -0
- package/dist/claude-code/.claude/skills/help/SKILL.md +87 -0
- package/dist/claude-code/.claude/skills/list-assumptions/SKILL.md +61 -0
- package/dist/claude-code/.claude/skills/locale/SKILL.md +51 -0
- package/dist/claude-code/.claude/skills/map/SKILL.md +89 -0
- package/dist/claude-code/.claude/skills/migrate/SKILL.md +70 -0
- package/dist/claude-code/.claude/skills/new-cycle/SKILL.md +37 -0
- package/dist/claude-code/.claude/skills/new-cycle/milestone-completeness-rubric.md +87 -0
- package/dist/claude-code/.claude/skills/new-project/SKILL.md +53 -0
- package/dist/claude-code/.claude/skills/next/SKILL.md +68 -0
- package/dist/claude-code/.claude/skills/note/SKILL.md +48 -0
- package/dist/claude-code/.claude/skills/openrouter-status/SKILL.md +86 -0
- package/dist/claude-code/.claude/skills/optimize/SKILL.md +97 -0
- package/dist/claude-code/.claude/skills/pause/SKILL.md +77 -0
- package/dist/claude-code/.claude/skills/peer-cli-add/SKILL.md +88 -0
- package/dist/claude-code/.claude/skills/peer-cli-add/peer-cli-protocol.md +161 -0
- package/dist/claude-code/.claude/skills/peer-cli-customize/SKILL.md +90 -0
- package/dist/claude-code/.claude/skills/peers/SKILL.md +96 -0
- package/dist/claude-code/.claude/skills/plan/SKILL.md +105 -0
- package/dist/claude-code/.claude/skills/plan/plan-procedure.md +278 -0
- package/dist/claude-code/.claude/skills/plant-seed/SKILL.md +48 -0
- package/dist/claude-code/.claude/skills/pr-branch/SKILL.md +32 -0
- package/dist/claude-code/.claude/skills/progress/SKILL.md +95 -0
- package/dist/claude-code/.claude/skills/quality-gate/SKILL.md +90 -0
- package/dist/claude-code/.claude/skills/quality-gate/threat-modeling.md +101 -0
- package/dist/claude-code/.claude/skills/quick/SKILL.md +44 -0
- package/dist/claude-code/.claude/skills/reapply-patches/SKILL.md +32 -0
- package/dist/claude-code/.claude/skills/recall/SKILL.md +75 -0
- package/dist/claude-code/.claude/skills/reflect/SKILL.md +85 -0
- package/dist/claude-code/.claude/skills/reflect/procedures/capability-gap-scan.md +120 -0
- package/dist/claude-code/.claude/skills/report-issue/SKILL.md +53 -0
- package/dist/claude-code/.claude/skills/report-issue/report-issue-procedure.md +120 -0
- package/dist/claude-code/.claude/skills/resume/SKILL.md +93 -0
- package/dist/claude-code/.claude/skills/review-backlog/SKILL.md +46 -0
- package/dist/claude-code/.claude/skills/review-decisions/SKILL.md +42 -0
- package/dist/claude-code/.claude/skills/roi/SKILL.md +54 -0
- package/dist/claude-code/.claude/skills/rollout-status/SKILL.md +35 -0
- package/dist/claude-code/.claude/skills/router/SKILL.md +89 -0
- package/dist/claude-code/.claude/skills/router/capability-gap-emitter.md +65 -0
- package/dist/claude-code/.claude/skills/router/router-pick-emitter.md +78 -0
- package/dist/claude-code/.claude/skills/router/router-rules.md +84 -0
- package/dist/claude-code/.claude/skills/scan/SKILL.md +92 -0
- package/dist/claude-code/.claude/skills/scan/scan-procedure.md +732 -0
- package/dist/claude-code/.claude/skills/settings/SKILL.md +87 -0
- package/dist/claude-code/.claude/skills/ship/SKILL.md +48 -0
- package/dist/claude-code/.claude/skills/sketch/SKILL.md +78 -0
- package/dist/claude-code/.claude/skills/sketch-wrap-up/SKILL.md +92 -0
- package/dist/claude-code/.claude/skills/skill-manifest/SKILL.md +79 -0
- package/dist/claude-code/.claude/skills/spike/SKILL.md +67 -0
- package/dist/claude-code/.claude/skills/spike-wrap-up/SKILL.md +86 -0
- package/dist/claude-code/.claude/skills/start/SKILL.md +67 -0
- package/dist/claude-code/.claude/skills/start/start-procedure.md +115 -0
- package/dist/claude-code/.claude/skills/stats/SKILL.md +51 -0
- package/dist/claude-code/.claude/skills/style/SKILL.md +71 -0
- package/dist/claude-code/.claude/skills/style/style-doc-procedure.md +150 -0
- package/dist/claude-code/.claude/skills/synthesize/SKILL.md +94 -0
- package/dist/claude-code/.claude/skills/timeline/SKILL.md +66 -0
- package/dist/claude-code/.claude/skills/todo/SKILL.md +64 -0
- package/dist/claude-code/.claude/skills/turn-closeout/SKILL.md +95 -0
- package/dist/claude-code/.claude/skills/undo/SKILL.md +31 -0
- package/dist/claude-code/.claude/skills/unlock-decision/SKILL.md +54 -0
- package/dist/claude-code/.claude/skills/update/SKILL.md +56 -0
- package/dist/claude-code/.claude/skills/using-gdd/SKILL.md +78 -0
- package/dist/claude-code/.claude/skills/verify/SKILL.md +113 -0
- package/dist/claude-code/.claude/skills/verify/verify-procedure.md +512 -0
- package/dist/claude-code/.claude/skills/warm-cache/SKILL.md +81 -0
- package/dist/claude-code/.claude/skills/watch-authorities/SKILL.md +82 -0
- package/dist/claude-code/.claude/skills/zoom-out/SKILL.md +26 -0
- package/package.json +8 -2
- package/reference/DEPRECATIONS.md +21 -7
- package/reference/STATE-TEMPLATE.md +26 -26
- package/reference/accessibility.md +13 -13
- package/reference/adr-format.md +13 -13
- package/reference/ai-native-tool-interface.md +5 -5
- package/reference/anti-patterns.md +9 -9
- package/reference/architecture-vocabulary.md +31 -31
- package/reference/audit-scoring.md +13 -13
- package/reference/authority-feeds.md +36 -36
- package/reference/bandit-integration.md +25 -25
- package/reference/brand-voice.md +36 -36
- package/reference/capability-gap-stage-gate.md +20 -20
- package/reference/checklists.md +26 -26
- package/reference/cli-localization.md +13 -13
- package/reference/codex-tools.md +2 -2
- package/reference/color-theory.md +28 -28
- package/reference/component-authoring.md +4 -4
- package/reference/components/README.md +13 -13
- package/reference/components/TEMPLATE.md +13 -13
- package/reference/components/accordion.md +15 -15
- package/reference/components/alert.md +25 -25
- package/reference/components/badge.md +18 -18
- package/reference/components/breadcrumbs.md +24 -24
- package/reference/components/button.md +21 -21
- package/reference/components/card.md +13 -13
- package/reference/components/checkbox.md +20 -20
- package/reference/components/chip.md +20 -20
- package/reference/components/command-palette.md +15 -15
- package/reference/components/date-picker.md +22 -22
- package/reference/components/drawer.md +13 -13
- package/reference/components/file-upload.md +22 -22
- package/reference/components/input.md +18 -18
- package/reference/components/label.md +25 -25
- package/reference/components/link.md +19 -19
- package/reference/components/list.md +17 -17
- package/reference/components/menu.md +19 -19
- package/reference/components/modal-dialog.md +16 -16
- package/reference/components/navbar.md +19 -19
- package/reference/components/pagination.md +18 -18
- package/reference/components/popover.md +12 -12
- package/reference/components/progress.md +18 -18
- package/reference/components/radio.md +17 -17
- package/reference/components/rich-text-editor.md +24 -24
- package/reference/components/select-combobox.md +16 -16
- package/reference/components/sidebar.md +15 -15
- package/reference/components/skeleton.md +20 -20
- package/reference/components/slider.md +20 -20
- package/reference/components/stepper.md +24 -24
- package/reference/components/switch.md +19 -19
- package/reference/components/table.md +21 -21
- package/reference/components/tabs.md +11 -11
- package/reference/components/toast.md +19 -19
- package/reference/components/tooltip.md +19 -19
- package/reference/components/tree.md +17 -17
- package/reference/composition.md +38 -38
- package/reference/config-schema.md +37 -37
- package/reference/context-md-format.md +9 -9
- package/reference/contrast-advanced.md +29 -29
- package/reference/conversational-ui.md +17 -17
- package/reference/cost-governance.md +14 -14
- package/reference/css-grid-layout.md +8 -8
- package/reference/cycle-handoff-preamble.md +3 -3
- package/reference/data-visualization.md +67 -67
- package/reference/debugger-philosophy.md +5 -5
- package/reference/design-system-guidance.md +21 -21
- package/reference/design-systems-catalog.md +20 -20
- package/reference/design-variants.md +11 -11
- package/reference/domains/civic-patterns.md +10 -10
- package/reference/domains/finance-patterns.md +9 -9
- package/reference/domains/gaming-patterns.md +9 -9
- package/reference/domains/healthcare-patterns.md +11 -11
- package/reference/ds-bootstrap-rubric.md +13 -13
- package/reference/email-design.md +22 -22
- package/reference/emotional-design.md +10 -10
- package/reference/error-recovery.md +11 -11
- package/reference/export-formats.md +7 -7
- package/reference/figma-sandbox.md +6 -6
- package/reference/first-principles.md +10 -10
- package/reference/form-patterns.md +26 -26
- package/reference/framer-motion-patterns.md +49 -49
- package/reference/gdd-runtime-audit.md +17 -17
- package/reference/gdd-threat-model.md +44 -44
- package/reference/gemini-tools.md +3 -3
- package/reference/gestalt.md +24 -24
- package/reference/heuristics.md +32 -32
- package/reference/i18n.md +44 -44
- package/reference/iconography.md +24 -24
- package/reference/image-optimization.md +14 -14
- package/reference/information-architecture.md +47 -47
- package/reference/intel-schema.md +1 -1
- package/reference/known-failure-modes.md +37 -37
- package/reference/meta-rules.md +5 -5
- package/reference/migrations/material-3-to-4.md +17 -17
- package/reference/migrations/mui-v6.md +16 -16
- package/reference/migrations/shadcn-v2.md +25 -25
- package/reference/migrations/tailwind-v4.md +21 -21
- package/reference/model-prices.md +3 -3
- package/reference/model-tiers.md +40 -40
- package/reference/motion-advanced.md +21 -21
- package/reference/motion-easings.md +29 -29
- package/reference/motion-interpolate.md +1 -1
- package/reference/motion-spring.md +13 -13
- package/reference/motion-transition-taxonomy.md +34 -34
- package/reference/motion.md +31 -31
- package/reference/multi-author-model.md +13 -13
- package/reference/native-platforms.md +28 -28
- package/reference/notification-routing.md +6 -6
- package/reference/onboarding-progressive-disclosure.md +32 -32
- package/reference/openrouter-tier-mapping.md +8 -8
- package/reference/palette-catalog.md +37 -37
- package/reference/parallelism-rules.md +20 -20
- package/reference/peer-cli-capabilities.md +14 -14
- package/reference/peer-protocols.md +21 -21
- package/reference/perf-budget.md +21 -21
- package/reference/performance.md +22 -22
- package/reference/platforms.md +51 -51
- package/reference/pr-review-integration.md +7 -7
- package/reference/prices/antigravity.md +3 -3
- package/reference/prices/augment.md +3 -3
- package/reference/prices/claude.md +2 -2
- package/reference/prices/cline.md +4 -4
- package/reference/prices/codebuddy.md +3 -3
- package/reference/prices/codex.md +2 -2
- package/reference/prices/copilot.md +3 -3
- package/reference/prices/cursor.md +3 -3
- package/reference/prices/gemini.md +2 -2
- package/reference/prices/kilo.md +3 -3
- package/reference/prices/opencode.md +4 -4
- package/reference/prices/qwen.md +2 -2
- package/reference/prices/trae.md +3 -3
- package/reference/prices/windsurf.md +3 -3
- package/reference/prices.openrouter.md +5 -5
- package/reference/print-design.md +36 -36
- package/reference/priority-matrix.md +2 -2
- package/reference/project-skills-guide.md +3 -3
- package/reference/proportion-systems.md +23 -23
- package/reference/pseudonymization-rules.md +30 -30
- package/reference/registry.json +7 -0
- package/reference/retrieval-contract.md +14 -14
- package/reference/review-format.md +7 -7
- package/reference/rollout-coordination.md +10 -10
- package/reference/rtl-cjk-cultural.md +39 -39
- package/reference/runtime-models.md +28 -28
- package/reference/shared-preamble.md +26 -26
- package/reference/skill-authoring-contract.md +16 -16
- package/reference/skill-placeholders.md +71 -0
- package/reference/start-interview.md +10 -10
- package/reference/style-vocabulary.md +25 -25
- package/reference/surfaces.md +4 -4
- package/reference/ticket-sync.md +9 -9
- package/reference/typography.md +64 -64
- package/reference/user-research.md +54 -54
- package/reference/variable-fonts-loading.md +15 -15
- package/reference/visual-hierarchy-layout.md +41 -41
- package/scripts/lib/build/factory.cjs +62 -0
- package/scripts/lib/build/harness-configs.cjs +64 -0
- package/scripts/lib/manifest/prose-denylist.json +1 -1
- package/sdk/cli/commands/build.ts +106 -0
- package/sdk/cli/index.js +84 -2
- package/sdk/cli/index.ts +7 -0
- package/skills/add-backlog/SKILL.md +3 -3
- package/skills/analyze-dependencies/SKILL.md +10 -10
- package/skills/apply-reflections/SKILL.md +13 -13
- package/skills/apply-reflections/apply-reflections-procedure.md +20 -20
- package/skills/audit/SKILL.md +7 -7
- package/skills/bandit-status/SKILL.md +7 -7
- package/skills/benchmark/SKILL.md +7 -7
- package/skills/bootstrap-ds/SKILL.md +10 -10
- package/skills/brief/SKILL.md +20 -20
- package/skills/budget/SKILL.md +4 -4
- package/skills/cache-manager/SKILL.md +6 -6
- package/skills/cache-manager/cache-policy.md +5 -5
- package/skills/check-update/SKILL.md +5 -5
- package/skills/compare/SKILL.md +15 -15
- package/skills/compare/compare-rubric.md +17 -17
- package/skills/complete-cycle/SKILL.md +5 -5
- package/skills/connections/SKILL.md +11 -11
- package/skills/connections/connections-onboarding.md +76 -76
- package/skills/continue/SKILL.md +2 -2
- package/skills/darkmode/SKILL.md +17 -17
- package/skills/darkmode/darkmode-audit-procedure.md +7 -7
- package/skills/debug/SKILL.md +3 -3
- package/skills/debug/debug-feedback-loops.md +12 -12
- package/skills/design/SKILL.md +12 -12
- package/skills/design/design-procedure.md +23 -23
- package/skills/discover/SKILL.md +7 -7
- package/skills/discover/discover-procedure.md +18 -18
- package/skills/discuss/SKILL.md +12 -12
- package/skills/do/SKILL.md +1 -1
- package/skills/explore/SKILL.md +21 -21
- package/skills/explore/explore-procedure.md +48 -48
- package/skills/export/SKILL.md +9 -9
- package/skills/extract-learnings/SKILL.md +5 -5
- package/skills/fast/SKILL.md +7 -7
- package/skills/figma-extract/SKILL.md +11 -11
- package/skills/figma-write/SKILL.md +6 -6
- package/skills/graphify/SKILL.md +4 -4
- package/skills/health/SKILL.md +16 -16
- package/skills/health/health-mcp-detection.md +3 -3
- package/skills/health/health-skill-length-report.md +6 -6
- package/skills/help/SKILL.md +1 -1
- package/skills/list-assumptions/SKILL.md +4 -4
- package/skills/map/SKILL.md +12 -12
- package/skills/migrate/SKILL.md +5 -5
- package/skills/new-cycle/SKILL.md +2 -2
- package/skills/new-cycle/milestone-completeness-rubric.md +16 -16
- package/skills/new-project/SKILL.md +1 -1
- package/skills/next/SKILL.md +5 -5
- package/skills/note/SKILL.md +1 -1
- package/skills/openrouter-status/SKILL.md +4 -4
- package/skills/optimize/SKILL.md +15 -15
- package/skills/pause/SKILL.md +5 -5
- package/skills/peer-cli-add/SKILL.md +11 -11
- package/skills/peer-cli-add/peer-cli-protocol.md +39 -39
- package/skills/peer-cli-customize/SKILL.md +14 -14
- package/skills/peers/SKILL.md +4 -4
- package/skills/plan/SKILL.md +13 -13
- package/skills/plan/plan-procedure.md +24 -24
- package/skills/plant-seed/SKILL.md +4 -4
- package/skills/pr-branch/SKILL.md +2 -2
- package/skills/progress/SKILL.md +15 -15
- package/skills/quality-gate/SKILL.md +22 -22
- package/skills/quality-gate/threat-modeling.md +19 -19
- package/skills/quick/SKILL.md +5 -5
- package/skills/reapply-patches/SKILL.md +7 -7
- package/skills/reflect/SKILL.md +3 -3
- package/skills/reflect/procedures/capability-gap-scan.md +11 -11
- package/skills/report-issue/SKILL.md +5 -5
- package/skills/report-issue/report-issue-procedure.md +27 -27
- package/skills/resume/SKILL.md +9 -9
- package/skills/review-backlog/SKILL.md +3 -3
- package/skills/review-decisions/SKILL.md +3 -3
- package/skills/roi/SKILL.md +5 -5
- package/skills/rollout-status/SKILL.md +4 -4
- package/skills/router/SKILL.md +11 -11
- package/skills/router/capability-gap-emitter.md +6 -6
- package/skills/router/router-pick-emitter.md +9 -9
- package/skills/router/router-rules.md +7 -7
- package/skills/scan/SKILL.md +16 -16
- package/skills/scan/scan-procedure.md +42 -42
- package/skills/settings/SKILL.md +2 -2
- package/skills/ship/SKILL.md +7 -7
- package/skills/sketch/SKILL.md +10 -10
- package/skills/sketch-wrap-up/SKILL.md +12 -12
- package/skills/skill-manifest/SKILL.md +5 -5
- package/skills/spike/SKILL.md +7 -7
- package/skills/spike-wrap-up/SKILL.md +13 -13
- package/skills/start/SKILL.md +8 -8
- package/skills/start/start-procedure.md +9 -9
- package/skills/stats/SKILL.md +5 -5
- package/skills/style/SKILL.md +12 -12
- package/skills/style/style-doc-procedure.md +12 -12
- package/skills/synthesize/SKILL.md +10 -10
- package/skills/timeline/SKILL.md +4 -4
- package/skills/todo/SKILL.md +3 -3
- package/skills/turn-closeout/SKILL.md +10 -10
- package/skills/unlock-decision/SKILL.md +3 -3
- package/skills/update/SKILL.md +9 -9
- package/skills/using-gdd/SKILL.md +17 -17
- package/skills/verify/SKILL.md +13 -13
- package/skills/verify/verify-procedure.md +34 -34
- package/skills/warm-cache/SKILL.md +8 -8
- package/skills/watch-authorities/SKILL.md +9 -9
- package/skills/zoom-out/SKILL.md +4 -4
|
@@ -20,11 +20,11 @@ writes:
|
|
|
20
20
|
|
|
21
21
|
## Role
|
|
22
22
|
|
|
23
|
-
You are the design-pattern-mapper agent. Spawned by the `plan` stage after optional research and before `design-planner`, your sole job is to extract existing design patterns from the codebase and write `.design/DESIGN-PATTERNS.md`. This document protects against brownfield conflicts by giving the planner a precise inventory of what already exists
|
|
23
|
+
You are the design-pattern-mapper agent. Spawned by the `plan` stage after optional research and before `design-planner`, your sole job is to extract existing design patterns from the codebase and write `.design/DESIGN-PATTERNS.md`. This document protects against brownfield conflicts by giving the planner a precise inventory of what already exists - so new tasks do not introduce inconsistent colors, spacing, or typography conventions.
|
|
24
24
|
|
|
25
25
|
You classify patterns by **design concern** (color-system, spacing-system, typography-system, component-styling). Do NOT use code-architecture vocabulary (controller, service, middleware, data flow, CRUD). That classification is for code structure, not design tokens.
|
|
26
26
|
|
|
27
|
-
You have zero session memory
|
|
27
|
+
You have zero session memory - everything you need is in the prompt and the files listed in `<required_reading>`.
|
|
28
28
|
|
|
29
29
|
Do not modify any file outside `.design/`. Do not write implementation code. Do not spawn other agents.
|
|
30
30
|
|
|
@@ -34,11 +34,11 @@ Do not modify any file outside `.design/`. Do not write implementation code. Do
|
|
|
34
34
|
|
|
35
35
|
The orchestrating stage supplies a `<required_reading>` block in the prompt passed to you. It contains at minimum:
|
|
36
36
|
|
|
37
|
-
- `.design/STATE.md`
|
|
38
|
-
- `.design/DESIGN-CONTEXT.md`
|
|
39
|
-
- `reference/audit-scoring.md`
|
|
40
|
-
- `reference/brand-voice.md`
|
|
41
|
-
- `reference/information-architecture.md`
|
|
37
|
+
- `.design/STATE.md` - current pipeline position and source roots
|
|
38
|
+
- `.design/DESIGN-CONTEXT.md` - goals, decisions, must-haves, baseline audit, domain, scopes
|
|
39
|
+
- `reference/audit-scoring.md` - maps task types to scoring categories
|
|
40
|
+
- `reference/brand-voice.md` - voice axis defaults and industry context (use when classifying copy-system patterns and inferring brand register from existing UI text)
|
|
41
|
+
- `reference/information-architecture.md` - nav pattern catalog (use to classify existing navigation implementation: hub-and-spoke, nested, faceted, flat, mega-menu)
|
|
42
42
|
|
|
43
43
|
**Invariant:** Read every file in the `<required_reading>` block before taking any other action.
|
|
44
44
|
|
|
@@ -60,7 +60,7 @@ For each color found, record:
|
|
|
60
60
|
- Token name (if CSS custom property) or raw value
|
|
61
61
|
- File and approximate usage count (run a second grep counting occurrences)
|
|
62
62
|
- Semantic role inferred from context (brand, neutral, error, success, warning, surface, etc.)
|
|
63
|
-
- Whether the value appears in multiple files (suggests intentional reuse
|
|
63
|
+
- Whether the value appears in multiple files (suggests intentional reuse - preserve it)
|
|
64
64
|
|
|
65
65
|
### Spacing Scale
|
|
66
66
|
|
|
@@ -262,7 +262,7 @@ You MUST NOT:
|
|
|
262
262
|
- Run git commands
|
|
263
263
|
- Spawn other agents (you are a worker, not an orchestrator)
|
|
264
264
|
- Use code-architecture vocabulary (controller, service, middleware) to classify design patterns
|
|
265
|
-
- Skip writing DESIGN-PATTERNS.md
|
|
265
|
+
- Skip writing DESIGN-PATTERNS.md - this file is required before design-planner runs
|
|
266
266
|
- Include implementation code recommendations (that is the planner's job)
|
|
267
267
|
|
|
268
268
|
---
|
|
@@ -5,13 +5,13 @@ tools: Read, Write, Bash, Grep, Glob
|
|
|
5
5
|
color: cyan
|
|
6
6
|
model: inherit
|
|
7
7
|
default-tier: sonnet
|
|
8
|
-
tier-rationale: "File-based writer with git commits
|
|
8
|
+
tier-rationale: "File-based writer with git commits - Sonnet handles structured spec synthesis"
|
|
9
9
|
size_budget: LARGE
|
|
10
10
|
parallel-safe: never
|
|
11
11
|
typical-duration-seconds: 60
|
|
12
12
|
reads-only: false
|
|
13
13
|
writes:
|
|
14
|
-
- "*.pen files
|
|
14
|
+
- "*.pen files - comments and design-token spec updates"
|
|
15
15
|
---
|
|
16
16
|
|
|
17
17
|
@reference/shared-preamble.md
|
|
@@ -20,11 +20,11 @@ writes:
|
|
|
20
20
|
|
|
21
21
|
## Role
|
|
22
22
|
|
|
23
|
-
You are design-pencil-writer. You write design decisions and implementation status back into `.pen` spec files. Two modes: `annotate` and `roundtrip`. Every write is committed to git atomically. No write without a commit
|
|
23
|
+
You are design-pencil-writer. You write design decisions and implementation status back into `.pen` spec files. Two modes: `annotate` and `roundtrip`. Every write is committed to git atomically. No write without a commit - this preserves the `.pen` file as a reliable version-controlled source of truth.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
## Step 0
|
|
27
|
+
## Step 0 - Probe
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
PEN_FILES=$(find . -name "*.pen" -not -path "*/node_modules/*" 2>/dev/null)
|
|
@@ -36,7 +36,7 @@ Read `.design/STATE.md` to confirm `pencil-dev: available`. If not, STOP with di
|
|
|
36
36
|
|
|
37
37
|
---
|
|
38
38
|
|
|
39
|
-
## Step 1
|
|
39
|
+
## Step 1 - Read Flags
|
|
40
40
|
|
|
41
41
|
Parse mode: `annotate | roundtrip` (required). If absent, list modes and STOP.
|
|
42
42
|
|
|
@@ -44,16 +44,16 @@ Parse mode: `annotate | roundtrip` (required). If absent, list modes and STOP.
|
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
|
-
## Step 2
|
|
47
|
+
## Step 2 - Build Proposal
|
|
48
48
|
|
|
49
|
-
**annotate mode**
|
|
49
|
+
**annotate mode** - read `.design/DESIGN-DEBT.md`, map findings to .pen components:
|
|
50
50
|
```
|
|
51
51
|
Proposed annotations (N operations):
|
|
52
52
|
1. Button.pen → add comment: "DEBT: padding token mismatch — D-03 says 8px, impl uses 10px"
|
|
53
53
|
2. Modal.pen → add comment: "DEBT: missing focus-trap per accessibility audit"
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
**roundtrip mode**
|
|
56
|
+
**roundtrip mode** - read `.design/DESIGN-VERIFICATION.md`, update .pen spec fields:
|
|
57
57
|
```
|
|
58
58
|
Proposed spec updates (N operations):
|
|
59
59
|
1. Button.pen design-tokens.bg: "brand-primary-500" → confirmed built
|
|
@@ -62,7 +62,7 @@ Proposed spec updates (N operations):
|
|
|
62
62
|
|
|
63
63
|
---
|
|
64
64
|
|
|
65
|
-
## Step 3
|
|
65
|
+
## Step 3 - Confirm or Dry-Run
|
|
66
66
|
|
|
67
67
|
If `--dry-run`: print proposal, `[dry-run] N operations. Pass without --dry-run to apply.` STOP.
|
|
68
68
|
|
|
@@ -72,12 +72,12 @@ Wait for response. If not "yes": STOP.
|
|
|
72
72
|
|
|
73
73
|
---
|
|
74
74
|
|
|
75
|
-
## Step 4
|
|
75
|
+
## Step 4 - Execute Writes (atomic)
|
|
76
76
|
|
|
77
77
|
For EACH operation:
|
|
78
78
|
|
|
79
79
|
1. Read the target `.pen` file.
|
|
80
|
-
2. Apply the change (Write tool
|
|
80
|
+
2. Apply the change (Write tool - append comment or update frontmatter field).
|
|
81
81
|
3. Stage and commit atomically:
|
|
82
82
|
```bash
|
|
83
83
|
git add "<path>.pen"
|
|
@@ -89,7 +89,7 @@ If git commit fails: restore original file from git, log error, continue with re
|
|
|
89
89
|
|
|
90
90
|
---
|
|
91
91
|
|
|
92
|
-
## Step 5
|
|
92
|
+
## Step 5 - Summary
|
|
93
93
|
|
|
94
94
|
```
|
|
95
95
|
design-pencil-writer complete.
|
|
@@ -20,7 +20,7 @@ writes: []
|
|
|
20
20
|
|
|
21
21
|
You are the design-phase-researcher agent. Spawned optionally by the `plan` stage before `design-planner` runs, your job is to identify the project type from DESIGN-CONTEXT.md and research design patterns, conventions, and pitfalls relevant to that type and tech stack. Your output feeds into `design-planner` to make the resulting DESIGN-PLAN.md more precise and project-appropriate.
|
|
22
22
|
|
|
23
|
-
You have zero session memory
|
|
23
|
+
You have zero session memory - everything you need is in the prompt and the files listed in `<required_reading>`. Research efficiently (~2 min budget) and write clean, structured output.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -28,8 +28,8 @@ You have zero session memory — everything you need is in the prompt and the fi
|
|
|
28
28
|
|
|
29
29
|
The orchestrating stage supplies a `<required_reading>` block in the prompt. It contains at minimum:
|
|
30
30
|
|
|
31
|
-
- `.design/STATE.md`
|
|
32
|
-
- `.design/DESIGN-CONTEXT.md`
|
|
31
|
+
- `.design/STATE.md` - current pipeline position and project metadata
|
|
32
|
+
- `.design/DESIGN-CONTEXT.md` - domain, scopes, tech stack references, goals, decisions
|
|
33
33
|
|
|
34
34
|
**Invariant:** Read every file in the `<required_reading>` block before taking any other action.
|
|
35
35
|
|
|
@@ -37,7 +37,7 @@ The orchestrating stage supplies a `<required_reading>` block in the prompt. It
|
|
|
37
37
|
|
|
38
38
|
## Research Scope
|
|
39
39
|
|
|
40
|
-
Conduct research across these four areas. Infer all inputs from DESIGN-CONTEXT.md
|
|
40
|
+
Conduct research across these four areas. Infer all inputs from DESIGN-CONTEXT.md - do not ask the user for clarification.
|
|
41
41
|
|
|
42
42
|
### (a) Project-Type Patterns
|
|
43
43
|
|
|
@@ -57,10 +57,10 @@ Research: typical component patterns for the identified type, common UX conventi
|
|
|
57
57
|
|
|
58
58
|
Infer tech stack from DESIGN-CONTEXT.md references (file paths, `<canonical_refs>`, `<decisions>` mentioning frameworks/libraries). Common stacks:
|
|
59
59
|
|
|
60
|
-
- **Next.js App Router**
|
|
61
|
-
- **Tailwind CSS**
|
|
62
|
-
- **shadcn/ui**
|
|
63
|
-
- **Radix UI primitives**
|
|
60
|
+
- **Next.js App Router** - RSC vs. client component boundaries, server-side font loading, image optimization patterns, layout nesting conventions
|
|
61
|
+
- **Tailwind CSS** - token organization (CSS custom properties vs. Tailwind config), JIT mode gotchas, responsive utility ordering conventions
|
|
62
|
+
- **shadcn/ui** - component customization via `cn()`, variant definition patterns, theming via CSS variables, what NOT to override in base components
|
|
63
|
+
- **Radix UI primitives** - accessibility patterns built-in, composition patterns, when to use vs. custom implementations
|
|
64
64
|
|
|
65
65
|
Research stack-specific patterns that affect the design task list (e.g., if Tailwind is used, token tasks will touch `tailwind.config.js` not a separate CSS file).
|
|
66
66
|
|
|
@@ -87,10 +87,10 @@ Research loading and rendering performance norms for the project type:
|
|
|
87
87
|
Target ~2 minutes of research time:
|
|
88
88
|
|
|
89
89
|
- Use `WebSearch` for: industry design conventions, published pattern libraries, WCAG guidance, framework-specific design docs
|
|
90
|
-
- Use `Read` for: in-repo reference files (`reference/heuristics.md`, `reference/accessibility.md`, `reference/anti-patterns.md`, `reference/user-research.md`, `reference/platforms.md`) when they exist
|
|
90
|
+
- Use `Read` for: in-repo reference files (`reference/heuristics.md`, `reference/accessibility.md`, `reference/anti-patterns.md`, `reference/user-research.md`, `reference/platforms.md`) when they exist - `user-research.md` informs which evaluation methods fit the project type; `platforms.md` informs platform-appropriate patterns when the project targets mobile, native, or cross-platform
|
|
91
91
|
- Use `Glob`/`Grep` for: identifying the actual tech stack from project files when DESIGN-CONTEXT.md is ambiguous
|
|
92
92
|
|
|
93
|
-
Prioritize in-repo reference files over web search
|
|
93
|
+
Prioritize in-repo reference files over web search - they are already project-calibrated.
|
|
94
94
|
|
|
95
95
|
---
|
|
96
96
|
|
|
@@ -170,11 +170,11 @@ The researcher MUST add an `## Architectural Responsibility Map` section to DESI
|
|
|
170
170
|
| reference | Static knowledge base read by agents |
|
|
171
171
|
| connection | External integration contract doc |
|
|
172
172
|
| infrastructure | Script, hook, or config consumed by the pipeline |
|
|
173
|
-
| test | Test file
|
|
173
|
+
| test | Test file - validates other layers |
|
|
174
174
|
|
|
175
175
|
**Population rules:**
|
|
176
176
|
1. Include every file in `skills/`, `agents/`, `reference/`, `connections/`, `scripts/`, `hooks/`
|
|
177
|
-
2. Skip test files if there are more than 10 (summarise as "tests/
|
|
177
|
+
2. Skip test files if there are more than 10 (summarise as "tests/ - test layer")
|
|
178
178
|
3. One row per file. For agents with many small files, one row per directory is acceptable.
|
|
179
179
|
4. Responsibility column: one sentence, verb-first (Orchestrates, Validates, Provides, Writes, Reads, Builds, Connects)
|
|
180
180
|
|
|
@@ -210,11 +210,11 @@ flowchart TD
|
|
|
210
210
|
|
|
211
211
|
**Diagram rules:**
|
|
212
212
|
1. Use `flowchart TD` (top-down). Do not use `graph` syntax.
|
|
213
|
-
2. Each node represents a command or agent invocation
|
|
213
|
+
2. Each node represents a command or agent invocation - not an implementation file.
|
|
214
214
|
3. Show the primary happy path. Add a single retry/failure edge where meaningful.
|
|
215
215
|
4. Maximum 12 nodes. If the workflow has more stages, show only the main trunk and annotate branches with a comment.
|
|
216
216
|
5. Node labels: commands in `/gdd:name` format, agents in `agent-name\n(one-line purpose)` format.
|
|
217
|
-
6. The researcher adapts the diagram to reflect the actual project workflow observed during its research
|
|
217
|
+
6. The researcher adapts the diagram to reflect the actual project workflow observed during its research - the example above is the default GDD pipeline. If the project has custom commands or a different stage order, update accordingly.
|
|
218
218
|
|
|
219
219
|
---
|
|
220
220
|
|
|
@@ -20,9 +20,9 @@ writes: []
|
|
|
20
20
|
|
|
21
21
|
You are the design-plan-checker agent. Spawned by the `plan` stage immediately after `design-planner` produces DESIGN-PLAN.md, your job is to validate the plan will actually achieve the brief goals in DESIGN-CONTEXT.md before the `design` stage consumes it.
|
|
22
22
|
|
|
23
|
-
This is a **structural and goal-coverage check**
|
|
23
|
+
This is a **structural and goal-coverage check** - you are NOT validating code, running tests, or auditing the project's current state. You are checking whether the plan, as written, is logically complete and correctly structured.
|
|
24
24
|
|
|
25
|
-
You have zero session memory
|
|
25
|
+
You have zero session memory - everything you need is in the prompt and the files listed in `<required_reading>`. Return a structured result as your response; do not write any files.
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
@@ -30,9 +30,9 @@ You have zero session memory — everything you need is in the prompt and the fi
|
|
|
30
30
|
|
|
31
31
|
The orchestrating stage supplies a `<required_reading>` block in the prompt. It contains at minimum:
|
|
32
32
|
|
|
33
|
-
- `.design/STATE.md`
|
|
34
|
-
- `.design/DESIGN-PLAN.md`
|
|
35
|
-
- `.design/DESIGN-CONTEXT.md`
|
|
33
|
+
- `.design/STATE.md` - current pipeline position and project metadata
|
|
34
|
+
- `.design/DESIGN-PLAN.md` - the plan to validate
|
|
35
|
+
- `.design/DESIGN-CONTEXT.md` - the goals, must-haves, and decisions the plan must address
|
|
36
36
|
|
|
37
37
|
**Invariant:** Read every file in the `<required_reading>` block before taking any other action.
|
|
38
38
|
|
|
@@ -59,14 +59,14 @@ Check:
|
|
|
59
59
|
**Question:** Does every task have all required fields?
|
|
60
60
|
|
|
61
61
|
Check every task in DESIGN-PLAN.md for these required fields:
|
|
62
|
-
- `Type:`
|
|
63
|
-
- `Scope:`
|
|
64
|
-
- `Acceptance criteria:`
|
|
65
|
-
- `Depends on:`
|
|
62
|
+
- `Type:` - must be one of the 10 valid task types (audit, typography, color, layout, accessibility, motion, copy, polish, tokens, component)
|
|
63
|
+
- `Scope:` - must be specific (component names, file paths, CSS properties) - reject vague scope like "Fix the typography"
|
|
64
|
+
- `Acceptance criteria:` - must be present, must contain observable outcomes (not process steps like "Run the audit")
|
|
65
|
+
- `Depends on:` - required for Wave 2+ tasks (must name specific Wave 1 tasks by number)
|
|
66
66
|
|
|
67
67
|
If `parallel_mode: true` was in the plan context (visible in DESIGN-PLAN.md frontmatter `parallel_ready: true`), also check:
|
|
68
|
-
- `Touches:`
|
|
69
|
-
- `Parallel:`
|
|
68
|
+
- `Touches:` - must be present on every task
|
|
69
|
+
- `Parallel:` - must be `true` or `false` on every task
|
|
70
70
|
|
|
71
71
|
**Issue format:** `[BLOCKER] task-completeness: Task 02 missing Acceptance criteria field` or `[WARNING] task-completeness: Task 03 Scope is vague — "Fix color issues" is not specific enough`
|
|
72
72
|
|
|
@@ -88,7 +88,7 @@ Check:
|
|
|
88
88
|
|
|
89
89
|
Check the `## Must-Haves` section and spot-check individual task `Acceptance criteria:` fields:
|
|
90
90
|
- Each must-have is a concrete, observable outcome (not a process step)
|
|
91
|
-
- Each must-have can be verified by reading code, inspecting output, or visual checking
|
|
91
|
+
- Each must-have can be verified by reading code, inspecting output, or visual checking - no must-haves that require running the full app or subjective judgment
|
|
92
92
|
- Must-haves are specific (include values, thresholds, component names where relevant)
|
|
93
93
|
|
|
94
94
|
**Issue format:** `[WARNING] must-have-derivation: M-03 "Improve the design" is not testable — specify a measurable outcome` or `[WARNING] must-have-derivation: Task 01 acceptance criteria "Run the audit tool" is a process step, not an observable outcome`
|
|
@@ -156,7 +156,7 @@ You MUST NOT:
|
|
|
156
156
|
- Validate code quality, run linters, or check the project's current file state (that is the `verify` stage's job)
|
|
157
157
|
- Write or modify DESIGN-PLAN.md (the `plan` stage presents issues to the user and decides whether to re-spawn design-planner)
|
|
158
158
|
- Modify any file outside `.design/`
|
|
159
|
-
- Emit partial results
|
|
159
|
+
- Emit partial results - run all 5 dimensions before emitting output
|
|
160
160
|
- Ask the user for clarifications (make decisions and document them in your output)
|
|
161
161
|
|
|
162
162
|
---
|
package/agents/design-planner.md
CHANGED
|
@@ -5,7 +5,7 @@ tools: Read, Write, Grep, Glob
|
|
|
5
5
|
color: green
|
|
6
6
|
model: inherit
|
|
7
7
|
default-tier: opus
|
|
8
|
-
tier-rationale: "Authors DESIGN-PLAN.md
|
|
8
|
+
tier-rationale: "Authors DESIGN-PLAN.md - the contract every downstream agent follows"
|
|
9
9
|
size_budget: XL
|
|
10
10
|
parallel-safe: never
|
|
11
11
|
typical-duration-seconds: 120
|
|
@@ -20,7 +20,7 @@ writes:
|
|
|
20
20
|
|
|
21
21
|
## Role
|
|
22
22
|
|
|
23
|
-
You are the design-planner agent. Spawned by the `plan` stage after optional research completes, your sole job is to read `.design/DESIGN-CONTEXT.md` (and any research output provided) and produce a complete `.design/DESIGN-PLAN.md` with wave-ordered, acceptance-criteria-backed tasks. You have zero session memory
|
|
23
|
+
You are the design-planner agent. Spawned by the `plan` stage after optional research completes, your sole job is to read `.design/DESIGN-CONTEXT.md` (and any research output provided) and produce a complete `.design/DESIGN-PLAN.md` with wave-ordered, acceptance-criteria-backed tasks. You have zero session memory - everything you need is in the prompt and the files listed in `<required_reading>`.
|
|
24
24
|
|
|
25
25
|
Do not start design work, generate code, or modify any file outside `.design/`. Your output is the plan that the `design` stage will execute.
|
|
26
26
|
|
|
@@ -30,14 +30,14 @@ Do not start design work, generate code, or modify any file outside `.design/`.
|
|
|
30
30
|
|
|
31
31
|
The orchestrating stage supplies a `<required_reading>` block in the prompt passed to you. It contains at minimum:
|
|
32
32
|
|
|
33
|
-
- `.design/STATE.md`
|
|
34
|
-
- `.design/DESIGN-CONTEXT.md`
|
|
35
|
-
- `reference/audit-scoring.md`
|
|
33
|
+
- `.design/STATE.md` - current pipeline position and project metadata
|
|
34
|
+
- `.design/DESIGN-CONTEXT.md` - goals, decisions, must-haves, baseline audit, domain, scopes
|
|
35
|
+
- `reference/audit-scoring.md` - maps task types to scoring categories
|
|
36
36
|
|
|
37
37
|
It may also include:
|
|
38
|
-
- `.design/DESIGN-RESEARCH.md`
|
|
39
|
-
- `connections/chromatic.md`
|
|
40
|
-
- `connections/graphify.md`
|
|
38
|
+
- `.design/DESIGN-RESEARCH.md` - if the research step ran, use these patterns to inform task scope
|
|
39
|
+
- `connections/chromatic.md` - Chromatic CLI connection spec (probe, `--trace-changed` scoping, baseline management)
|
|
40
|
+
- `connections/graphify.md` - Graphify pre-search pattern (graph-seeded token scope annotation)
|
|
41
41
|
|
|
42
42
|
**Invariant:** Read every file in the `<required_reading>` block before taking any other action.
|
|
43
43
|
|
|
@@ -56,15 +56,15 @@ Each task maps to a domain with specific reference files. These types are the on
|
|
|
56
56
|
| `accessibility` | Fix contrast, focus rings, semantics, ARIA | reference/accessibility.md |
|
|
57
57
|
| `motion` | Fix animations, easing, reduced-motion | reference/motion.md |
|
|
58
58
|
| `copy` | Fix button labels, errors, empty states, placeholders | reference/anti-patterns.md (copy section) |
|
|
59
|
-
| `polish` | Final coherence pass
|
|
59
|
+
| `polish` | Final coherence pass - visual consistency, hierarchy | reference/heuristics.md, reference/audit-scoring.md |
|
|
60
60
|
| `tokens` | Introduce or clean up design token layer | reference/typography.md, reference/anti-patterns.md |
|
|
61
61
|
| `component` | Build or rebuild a specific component | All reference files relevant to component's concerns |
|
|
62
62
|
|
|
63
63
|
---
|
|
64
64
|
|
|
65
|
-
## Step 0
|
|
65
|
+
## Step 0 - Graphify Component-Count Annotation (if available)
|
|
66
66
|
|
|
67
|
-
**Skip this step if `graphify` is `not_configured` or `unavailable` in `.design/STATE.md` `<connections>`.** Proceed directly to task scoping
|
|
67
|
+
**Skip this step if `graphify` is `not_configured` or `unavailable` in `.design/STATE.md` `<connections>`.** Proceed directly to task scoping - planning continues as before. No error.
|
|
68
68
|
|
|
69
69
|
### If `graphify: available`
|
|
70
70
|
|
|
@@ -77,7 +77,7 @@ node bin/gdd-graph query "<token-name>" --budget 1500
|
|
|
77
77
|
The query returns all components that reference this token. Annotate the planned task with:
|
|
78
78
|
`"Token scope: N components affected (from graph)"` before deciding task size.
|
|
79
79
|
|
|
80
|
-
If N > 10, flag the task with a scope warning: "High-impact token change
|
|
80
|
+
If N > 10, flag the task with a scope warning: "High-impact token change - verify no regressions."
|
|
81
81
|
If N = 0 or query is empty, continue scoping without annotation.
|
|
82
82
|
|
|
83
83
|
Do NOT block task planning on graph results. The annotation is informational only.
|
|
@@ -92,7 +92,7 @@ Assign every task to a wave using this decision table:
|
|
|
92
92
|
|---|---|
|
|
93
93
|
| Wave 1 | Tasks with no dependencies on other tasks in this plan |
|
|
94
94
|
| Wave 2 | Tasks that need Wave 1 output (e.g., polish after typography/color; handoff after final design) |
|
|
95
|
-
| Wave 3+ | Rarely needed
|
|
95
|
+
| Wave 3+ | Rarely needed - only if Wave 2 creates outputs that Wave 3 depends on |
|
|
96
96
|
|
|
97
97
|
Most plans are 2 waves: fix-pass in Wave 1, polish/verify-prep in Wave 2.
|
|
98
98
|
|
|
@@ -116,7 +116,7 @@ Only perform this analysis if `parallel_mode: true` is in the prompt context. If
|
|
|
116
116
|
|
|
117
117
|
### Computing the Touches: field
|
|
118
118
|
|
|
119
|
-
For each task, list every file it will read AND write
|
|
119
|
+
For each task, list every file it will read AND write - this is the `Touches:` field. Include:
|
|
120
120
|
- CSS/token files the task modifies
|
|
121
121
|
- Component files (TSX/JSX) the task edits
|
|
122
122
|
- Config files (tailwind.config.js, etc.) the task touches
|
|
@@ -127,9 +127,9 @@ For each task, list every file it will read AND write — this is the `Touches:`
|
|
|
127
127
|
Two tasks conflict if their `Touches:` sets overlap (share one or more files). Conflicting tasks must be `Parallel: false`.
|
|
128
128
|
|
|
129
129
|
Per-type guidance:
|
|
130
|
-
- `audit` task: reads everything, writes to `.design/tasks/` only
|
|
130
|
+
- `audit` task: reads everything, writes to `.design/tasks/` only - no conflict with other tasks
|
|
131
131
|
- `typography` task: touches CSS/token files, any TSX with hardcoded font sizes
|
|
132
|
-
- `color` task: touches CSS/token files
|
|
132
|
+
- `color` task: touches CSS/token files - may conflict with typography if both touch the same token file
|
|
133
133
|
- `accessibility` task: touches components with focus/ARIA issues
|
|
134
134
|
- `motion` task: touches CSS animation definitions
|
|
135
135
|
- `copy` task: touches component JSX/TSX (button labels, error messages, empty states)
|
|
@@ -150,7 +150,7 @@ For each task, write 2–4 acceptance criteria. These must be:
|
|
|
150
150
|
- **Observable design outcomes**, not process steps
|
|
151
151
|
- **Verifiable** by reading code or visual inspection
|
|
152
152
|
- **Tied back** to must-haves or goals from DESIGN-CONTEXT.md
|
|
153
|
-
- **Specific**
|
|
153
|
+
- **Specific** - name values, thresholds, files, components
|
|
154
154
|
|
|
155
155
|
Good examples:
|
|
156
156
|
- "All body text has contrast ratio ≥ 4.5:1 against background"
|
|
@@ -165,7 +165,7 @@ Bad examples (reject these patterns):
|
|
|
165
165
|
|
|
166
166
|
## Auto Mode
|
|
167
167
|
|
|
168
|
-
If the prompt context contains `auto_mode: true`, skip the approval presentation step
|
|
168
|
+
If the prompt context contains `auto_mode: true`, skip the approval presentation step - go straight to writing `.design/DESIGN-PLAN.md`.
|
|
169
169
|
|
|
170
170
|
If `auto_mode: false` (or absent), present a plan summary to the user before writing:
|
|
171
171
|
|
|
@@ -217,11 +217,11 @@ If `parallel_mode: false` (or absent):
|
|
|
217
217
|
|
|
218
218
|
Before finalizing task list:
|
|
219
219
|
1. For each task that modifies a design token file or component file, check the at-risk story count
|
|
220
|
-
(passed from skills/plan/SKILL.md via the
|
|
220
|
+
(passed from skills/plan/SKILL.md via the `--trace-changed` output, or run inline if not pre-computed)
|
|
221
221
|
2. Annotate each affected task in DESIGN-PLAN.md with:
|
|
222
|
-
`At-risk stories: N` (derived from
|
|
222
|
+
`At-risk stories: N` (derived from `--trace-changed` dependency tree)
|
|
223
223
|
3. If N > 20: suggest splitting the task or adding a Chromatic review gate after execution
|
|
224
|
-
4. If N = 0: token file change is isolated
|
|
224
|
+
4. If N = 0: token file change is isolated - no story regression risk
|
|
225
225
|
|
|
226
226
|
---
|
|
227
227
|
|
|
@@ -298,9 +298,9 @@ Depends on: Task 01, Task 02
|
|
|
298
298
|
|
|
299
299
|
---
|
|
300
300
|
|
|
301
|
-
## Task Action Field
|
|
301
|
+
## Task Action Field - Self-Contained Prompt Template
|
|
302
302
|
|
|
303
|
-
When emitting parallel-mode tasks, the Action field must be a self-contained prompt that includes all required_reading and context. Parallel executors do not share conversational state
|
|
303
|
+
When emitting parallel-mode tasks, the Action field must be a self-contained prompt that includes all required_reading and context. Parallel executors do not share conversational state - each agent receives only what its prompt contains.
|
|
304
304
|
|
|
305
305
|
Example of a correctly self-contained parallel-mode Task Action body:
|
|
306
306
|
|
|
@@ -325,7 +325,7 @@ Emit `## EXECUTION COMPLETE` when done.
|
|
|
325
325
|
""")
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
The prompt must stand alone. Do NOT write Action fields that say "see above", "as discussed", or rely on context from the orchestrator's conversational turn
|
|
328
|
+
The prompt must stand alone. Do NOT write Action fields that say "see above", "as discussed", or rely on context from the orchestrator's conversational turn - parallel executors have zero session memory and will not have access to that context.
|
|
329
329
|
|
|
330
330
|
---
|
|
331
331
|
|