@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
|
@@ -7,8 +7,8 @@ tags: [scan, procedure, extracted, pipeline-stage, design-system, audit]
|
|
|
7
7
|
last_updated: 2026-05-18
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-
Source: extracted from `skills/scan/SKILL.md` (Phase 28.5 rework
|
|
11
|
-
The skill's
|
|
10
|
+
Source: extracted from `skills/scan/SKILL.md` (Phase 28.5 rework - D-10 extract-then-link).
|
|
11
|
+
The skill's essential workflow stays in `../skills/scan/SKILL.md`; this file holds the
|
|
12
12
|
detail the agent reaches for when executing a specific step (STATE integration, connection
|
|
13
13
|
probes, extraction grep commands, scoring, output contracts).
|
|
14
14
|
|
|
@@ -16,7 +16,7 @@ probes, extraction grep commands, scoring, output contracts).
|
|
|
16
16
|
|
|
17
17
|
Detailed procedure for the get-design-done `scan` pre-pipeline initializer. Companion to
|
|
18
18
|
`../skills/scan/SKILL.md`. Read this file when executing a specific scan step; the SKILL.md
|
|
19
|
-
keeps the
|
|
19
|
+
keeps the essential workflow + decision tree, this file holds the deep methodology.
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
|
@@ -28,18 +28,18 @@ At scan entry, before running any step:
|
|
|
28
28
|
|
|
29
29
|
1. Check for `.design/STATE.md`.
|
|
30
30
|
- **If missing:** create it from `../reference/STATE-TEMPLATE.md`. Set the following fields:
|
|
31
|
-
- `started_at` = now (ISO 8601)
|
|
31
|
+
- `started_at` = now (ISO 8601) - **set once; never overwrite on subsequent runs**
|
|
32
32
|
- `last_checkpoint` = now
|
|
33
33
|
- frontmatter `stage` = `scan`
|
|
34
34
|
- `<position>` `stage` = `scan`, `status` = `in_progress`, `task_progress` = `0/8`
|
|
35
|
-
- **If present and `stage == scan` and `status == in_progress`:** RESUME
|
|
35
|
+
- **If present and `stage == scan` and `status == in_progress`:** RESUME - skip already-complete steps using `task_progress` as offset. Do not reset `started_at`.
|
|
36
36
|
- **Otherwise (normal transition):** set frontmatter `stage = scan`, `<position>` `stage = scan`, `status = in_progress`, `task_progress = 0/8`. Do not overwrite `started_at`.
|
|
37
37
|
|
|
38
38
|
### Probe connection availability
|
|
39
39
|
|
|
40
|
-
Run both probes below. MCP tools may be in the deferred tool set
|
|
40
|
+
Run both probes below. MCP tools may be in the deferred tool set - **always call ToolSearch first**; without it, a deferred tool invocation fails silently.
|
|
41
41
|
|
|
42
|
-
**Figma probe (variant-agnostic
|
|
42
|
+
**Figma probe (variant-agnostic - resolves any server prefix matching `/figma/i`):**
|
|
43
43
|
|
|
44
44
|
```
|
|
45
45
|
Step A1 — Keyword ToolSearch:
|
|
@@ -80,7 +80,7 @@ Note: scan probes **both** connections because the State Integration block is th
|
|
|
80
80
|
|
|
81
81
|
Run all 4 Phase 8 probes at scan entry. Results are written to STATE.md `<connections>` so downstream stages (verify, compare, darkmode, plan, design) do not re-probe unless needed.
|
|
82
82
|
|
|
83
|
-
Note: as of v1.0.7.1, Figma is a single connection (`figma:` key) covering reads + writes
|
|
83
|
+
Note: as of v1.0.7.1, Figma is a single connection (`figma:` key) covering reads + writes - no separate `figma_writer:` probe. The Wave A Figma probe above is the sole Figma availability check.
|
|
84
84
|
|
|
85
85
|
**preview:**
|
|
86
86
|
|
|
@@ -178,7 +178,7 @@ Update `last_checkpoint` to now. Write `.design/STATE.md` to disk before proceed
|
|
|
178
178
|
|
|
179
179
|
---
|
|
180
180
|
|
|
181
|
-
## Step 1
|
|
181
|
+
## Step 1 - Orient
|
|
182
182
|
|
|
183
183
|
Identify the project structure before scanning:
|
|
184
184
|
|
|
@@ -204,7 +204,7 @@ Record: framework, CSS approach, component count, style file count, token system
|
|
|
204
204
|
`src/` -> `app/` -> `pages/` -> `lib/`. Substitute the detected source root (the matched
|
|
205
205
|
directory name) into every subsequent grep command in this SKILL.md that currently references
|
|
206
206
|
`src/` as the primary component root. If none of these directories exist, log
|
|
207
|
-
"No standard source directory found
|
|
207
|
+
"No standard source directory found - manual audit required" and proceed with the unchanged
|
|
208
208
|
command (the `2>/dev/null` guards will suppress the no-match output).
|
|
209
209
|
|
|
210
210
|
Log the detected source root in DESIGN.md frontmatter as:
|
|
@@ -212,7 +212,7 @@ Log the detected source root in DESIGN.md frontmatter as:
|
|
|
212
212
|
|
|
213
213
|
---
|
|
214
214
|
|
|
215
|
-
## Step 2
|
|
215
|
+
## Step 2 - Extract Color System
|
|
216
216
|
|
|
217
217
|
```bash
|
|
218
218
|
# All hex colors used
|
|
@@ -243,13 +243,13 @@ Produce a color inventory table:
|
|
|
243
243
|
|
|
244
244
|
---
|
|
245
245
|
|
|
246
|
-
## Step 2A
|
|
246
|
+
## Step 2A - Figma Token Augmentation
|
|
247
247
|
|
|
248
|
-
**Skip this step if `figma` is `not_configured` or `unavailable` in `.design/STATE.md` `<connections>`.** Fall back to the grep-based token extraction from Step 2 alone
|
|
248
|
+
**Skip this step if `figma` is `not_configured` or `unavailable` in `.design/STATE.md` `<connections>`.** Fall back to the grep-based token extraction from Step 2 alone - no error, no warning. Scan continues normally.
|
|
249
249
|
|
|
250
250
|
### If `figma: available`
|
|
251
251
|
|
|
252
|
-
Read the resolved prefix from STATE.md `<connections>` (e.g., `prefix=mcp__figma__` or `prefix=mcp__figma-desktop__`) and call `{prefix}get_variable_defs` (no arguments
|
|
252
|
+
Read the resolved prefix from STATE.md `<connections>` (e.g., `prefix=mcp__figma__` or `prefix=mcp__figma-desktop__`) and call `{prefix}get_variable_defs` (no arguments - returns all variables in the active Figma file).
|
|
253
253
|
|
|
254
254
|
> If no Figma file is open, the call errors. Treat any error as a graceful skip: update STATE.md `<connections>` to `figma: unavailable` and continue with Step 2 results only.
|
|
255
255
|
|
|
@@ -261,7 +261,7 @@ Read the resolved prefix from STATE.md `<connections>` (e.g., `prefix=mcp__figma
|
|
|
261
261
|
| `FLOAT` | `spacing/*` | Add row to spacing system |
|
|
262
262
|
| `FLOAT` | `font-size/*` or `typography/*` | Add row to typography system |
|
|
263
263
|
|
|
264
|
-
Record both the variable **NAME** and resolved value
|
|
264
|
+
Record both the variable **NAME** and resolved value - not just the value. `get_variable_defs` returns resolved values only (no alias chains); the name often carries semantic meaning the value cannot.
|
|
265
265
|
|
|
266
266
|
**Multi-mode (Light/Dark):** when `valuesByMode` has multiple entries, extract all values and note dark-mode existence in the DESIGN.md color section.
|
|
267
267
|
|
|
@@ -284,13 +284,13 @@ When this step runs successfully:
|
|
|
284
284
|
|
|
285
285
|
### Caveats
|
|
286
286
|
|
|
287
|
-
- `get_variable_defs` returns **resolved values only**
|
|
287
|
+
- `get_variable_defs` returns **resolved values only** - no alias chains. Always record the variable NAME alongside the value; the name carries semantic meaning not present in the hex/float alone.
|
|
288
288
|
- **Multi-mode:** when Light and Dark mode values differ, record both. Note dark-mode variable presence in the DESIGN.md color section.
|
|
289
289
|
- **No file open:** if `get_variable_defs` errors (most commonly because no Figma file is open), skip this step entirely and update STATE.md `<connections>` to `figma: unavailable`. Do not error the scan stage.
|
|
290
290
|
|
|
291
291
|
---
|
|
292
292
|
|
|
293
|
-
## Step 3
|
|
293
|
+
## Step 3 - Extract Typography System
|
|
294
294
|
|
|
295
295
|
```bash
|
|
296
296
|
# Font families
|
|
@@ -310,9 +310,9 @@ grep -rEoh "line-height:\s*[0-9.]*|leading-[a-z0-9]*" src/ styles/ --include="*.
|
|
|
310
310
|
|
|
311
311
|
1. How many font families? (> 2 = violation unless one is monospace)
|
|
312
312
|
2. Are font sizes from a defined scale or arbitrary px?
|
|
313
|
-
3. Map found sizes to nearest modular scale
|
|
313
|
+
3. Map found sizes to nearest modular scale - identify outliers
|
|
314
314
|
4. Are weights following hierarchy? (body 400, headings 600-700, never 300 on small text)
|
|
315
|
-
5. Line-height on body text
|
|
315
|
+
5. Line-height on body text - is it 1.5–1.75?
|
|
316
316
|
6. Any of the reflex fonts without apparent brand reason? (Inter, DM Sans, Space Grotesk, Plus Jakarta Sans)
|
|
317
317
|
|
|
318
318
|
Read `${CLAUDE_PLUGIN_ROOT}/reference/typography.md` for comparison criteria.
|
|
@@ -321,7 +321,7 @@ Produce a typography inventory table.
|
|
|
321
321
|
|
|
322
322
|
---
|
|
323
323
|
|
|
324
|
-
## Step 4
|
|
324
|
+
## Step 4 - Extract Spacing System
|
|
325
325
|
|
|
326
326
|
```bash
|
|
327
327
|
# All CSS spacing values
|
|
@@ -340,7 +340,7 @@ Grid compliance: are spacing values in the 4/8/12/16/24/32/48/64 series? Flag an
|
|
|
340
340
|
|
|
341
341
|
---
|
|
342
342
|
|
|
343
|
-
## Step 5
|
|
343
|
+
## Step 5 - Anti-Pattern Audit
|
|
344
344
|
|
|
345
345
|
Read `${CLAUDE_PLUGIN_ROOT}/reference/anti-patterns.md`. Run all grep commands.
|
|
346
346
|
|
|
@@ -369,13 +369,13 @@ For each finding: record the count, a sample file:line, and severity (BAN = P0,
|
|
|
369
369
|
|
|
370
370
|
---
|
|
371
371
|
|
|
372
|
-
## Step 6
|
|
372
|
+
## Step 6 - Component Inventory
|
|
373
373
|
|
|
374
374
|
If `--quick`, skip this step.
|
|
375
375
|
|
|
376
376
|
### Component pattern indicators
|
|
377
377
|
|
|
378
|
-
A bare `grep -rln "className" src/` produces false positives on type-only files, test files, utility helpers, and server-only modules
|
|
378
|
+
A bare `grep -rln "className" src/` produces false positives on type-only files, test files, utility helpers, and server-only modules - none of which are components. Instead, use a three-pass multi-signal filter. A file qualifies as a component only when **all three indicators** match:
|
|
379
379
|
|
|
380
380
|
1. Has a JSX-like return: `grep -lE "return\s*\(" <file>`
|
|
381
381
|
2. Has className or class attribute usage: `grep -lE "className=|class=" <file>`
|
|
@@ -415,13 +415,13 @@ Identify:
|
|
|
415
415
|
- Which have design system-level implementation vs. one-off styles
|
|
416
416
|
- Which are candidates for design system extraction
|
|
417
417
|
|
|
418
|
-
###
|
|
418
|
+
### `--full` mode per-file output
|
|
419
419
|
|
|
420
420
|
If `--full` flag is set, emit one row per file in the component inventory:
|
|
421
421
|
|
|
422
422
|
| File | Component Count | Styling Approach | Token Usage | Issues |
|
|
423
423
|
|------|-----------------|------------------|-------------|--------|
|
|
424
|
-
| src/components/Button.tsx | 1 | Tailwind | var(--primary)
|
|
424
|
+
| src/components/Button.tsx | 1 | Tailwind | `var(--primary)`, p-4, gap-2 | heading weight dup |
|
|
425
425
|
| src/components/Card.tsx | 1 | CSS Module | styles.card, rgb(...) | hardcoded color |
|
|
426
426
|
|
|
427
427
|
Columns:
|
|
@@ -435,7 +435,7 @@ Without `--full`, the component inventory is a summary count only (not per-file)
|
|
|
435
435
|
|
|
436
436
|
---
|
|
437
437
|
|
|
438
|
-
## Step 7
|
|
438
|
+
## Step 7 - Score All 7 Categories
|
|
439
439
|
|
|
440
440
|
Read `${CLAUDE_PLUGIN_ROOT}/reference/audit-scoring.md`. Score each category 0–10 based on what you found in Steps 1–6.
|
|
441
441
|
|
|
@@ -449,7 +449,7 @@ Calculate grade (A=90–100, B=75–89, C=60–74, D=45–59, F=0–44).
|
|
|
449
449
|
|
|
450
450
|
---
|
|
451
451
|
|
|
452
|
-
## Step 8
|
|
452
|
+
## Step 8 - Generate Design Debt Roadmap
|
|
453
453
|
|
|
454
454
|
Collect all findings from Steps 1–6. Classify each:
|
|
455
455
|
|
|
@@ -462,27 +462,27 @@ Collect all findings from Steps 1–6. Classify each:
|
|
|
462
462
|
|
|
463
463
|
Group into **debt themes**:
|
|
464
464
|
|
|
465
|
-
1. **Foundation**
|
|
466
|
-
2. **Typography**
|
|
467
|
-
3. **Color**
|
|
468
|
-
4. **Accessibility**
|
|
469
|
-
5. **Anti-Patterns**
|
|
470
|
-
6. **Components**
|
|
471
|
-
7. **Motion**
|
|
465
|
+
1. **Foundation** - token layer, design system architecture
|
|
466
|
+
2. **Typography** - scale, hierarchy, families
|
|
467
|
+
3. **Color** - palette, semantics, dark mode
|
|
468
|
+
4. **Accessibility** - contrast, focus, semantics, motion
|
|
469
|
+
5. **Anti-Patterns** - BAN + SLOP removals
|
|
470
|
+
6. **Components** - inconsistency, missing primitives
|
|
471
|
+
7. **Motion** - easing, duration, reduced-motion
|
|
472
472
|
|
|
473
473
|
For each debt item, estimate effort:
|
|
474
|
-
- `XS`
|
|
475
|
-
- `S`
|
|
476
|
-
- `M`
|
|
477
|
-
- `L`
|
|
478
|
-
- `XL`
|
|
474
|
+
- `XS` - single-line grep-and-replace (< 30 min)
|
|
475
|
+
- `S` - localized fix in 1–3 files (< 2h)
|
|
476
|
+
- `M` - affects 5–15 files, requires testing (2–8h)
|
|
477
|
+
- `L` - architectural change, touches 15+ files (1–3 days)
|
|
478
|
+
- `XL` - design system rebuild (3+ days)
|
|
479
479
|
|
|
480
480
|
### Priority score for ordering DESIGN-DEBT.md entries
|
|
481
481
|
|
|
482
482
|
Each debt item gets three scores:
|
|
483
483
|
|
|
484
484
|
- **severity_weight**: `{ P0: 4, P1: 3, P2: 2, P3: 1 }`
|
|
485
|
-
- **effort_weight**: `{ XS: 5, S: 4, M: 3, L: 2, XL: 1 }`
|
|
485
|
+
- **effort_weight**: `{ XS: 5, S: 4, M: 3, L: 2, XL: 1 }` - high effort = lower priority
|
|
486
486
|
- **dependency_depth**: count of other debt items this fix unblocks
|
|
487
487
|
|
|
488
488
|
Formula:
|
|
@@ -498,7 +498,7 @@ Ordering rules:
|
|
|
498
498
|
|
|
499
499
|
Example: A P1 issue (`severity_weight = 3`) with S effort (`effort_weight = 4`) that unblocks 2 other items (`dependency_depth = 2`) scores: `(3 * 4) + (2 * 2) = 16`. A P0 issue (`4`) with XL effort (`1`) with no dependencies scores: `(4 * 1) + 0 = 4`. The P1 ranks above the P0 despite lower severity because its XL effort makes the P0 low ROI.
|
|
500
500
|
|
|
501
|
-
Identify **quick wins**: P1 issues with XS/S effort
|
|
501
|
+
Identify **quick wins**: P1 issues with XS/S effort - these have the best ROI.
|
|
502
502
|
Identify **blocking dependencies**: fixes that must happen before others (e.g., token layer before dark mode).
|
|
503
503
|
|
|
504
504
|
---
|
|
@@ -686,7 +686,7 @@ Given the scan results:
|
|
|
686
686
|
|
|
687
687
|
```
|
|
688
688
|
Suggested first pipeline run:
|
|
689
|
-
/get-design-done:discover
|
|
689
|
+
/get-design-done:discover `--auto`
|
|
690
690
|
-> Will use DESIGN.md as baseline context
|
|
691
691
|
/get-design-done:plan
|
|
692
692
|
-> Scope: address all P0s + top 5 P1s
|
package/skills/settings/SKILL.md
CHANGED
|
@@ -8,7 +8,7 @@ disable-model-invocation: true
|
|
|
8
8
|
|
|
9
9
|
# gdd-settings
|
|
10
10
|
|
|
11
|
-
Manages `.design/config.json`
|
|
11
|
+
Manages `.design/config.json` - the per-project config for model profile and parallelism. See `reference/config-schema.md` for the full schema. This skill also supports patching non-stage STATE.md frontmatter keys (`cycle`, `wave`, custom keys) via `mcp__gdd_state__frontmatter_update`. See **STATE.md frontmatter** below.
|
|
12
12
|
|
|
13
13
|
## Subcommands
|
|
14
14
|
|
|
@@ -48,7 +48,7 @@ Use `AskUserQuestion` to pick one or more cleanup actions, then confirm each bef
|
|
|
48
48
|
Always:
|
|
49
49
|
|
|
50
50
|
1. Read current `.design/config.json` (use defaults below if missing).
|
|
51
|
-
2. Merge the single field being changed
|
|
51
|
+
2. Merge the single field being changed - never overwrite unrelated fields.
|
|
52
52
|
3. Write back as pretty JSON (2-space indent, trailing newline).
|
|
53
53
|
|
|
54
54
|
## STATE.md frontmatter
|
package/skills/ship/SKILL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gdd-ship
|
|
3
|
-
description: "Post-verify PR flow
|
|
3
|
+
description: "Post-verify PR flow - creates a clean PR branch, invokes code review check, and prepares the PR for merge."
|
|
4
4
|
argument-hint: "[--title <PR title>] [--draft]"
|
|
5
5
|
tools: Read, Write, Bash, AskUserQuestion, Task
|
|
6
6
|
disable-model-invocation: true
|
|
@@ -26,18 +26,18 @@ Closes the verify → merge gap: runs `/gdd:pr-branch` for a clean branch, assem
|
|
|
26
26
|
## Do Not
|
|
27
27
|
|
|
28
28
|
- Do not push to `main`/`master` directly.
|
|
29
|
-
- Do not include `.design/` or `.planning/` files in the PR branch
|
|
30
|
-
- Do not skip the verify pre-flight silently
|
|
29
|
+
- Do not include `.design/` or `.planning/` files in the PR branch - that is `/gdd:pr-branch`'s job.
|
|
30
|
+
- Do not skip the verify pre-flight silently - always surface a failure and ask.
|
|
31
31
|
|
|
32
|
-
## Step 6.5
|
|
32
|
+
## Step 6.5 - PR inline review surface (pr-commenter)
|
|
33
33
|
|
|
34
|
-
ONLY on the success path
|
|
34
|
+
ONLY on the success path - after the PR has been created (Step 5) and its URL printed (Step 6) - spawn `agents/pr-commenter.md` via the `Task` tool to post GDD's verify/audit output **inline** on the new PR: inline review comments on changed lines, Preview/Chromatic before-after screenshot pairs, and the `gdd/design-review` check-run (audit pillar scores + verify pass/fail + a11y). Pass the PR number + `owner/repo` in the Task context.
|
|
35
35
|
|
|
36
36
|
This is a **degrade-to-noop** surface and MUST NOT fail the ship: if `gh` is unavailable, the `GDD_DISABLE_PR_COMMENTER` kill-switch (env or `.design/config.json`) is set, or the agent errors, the ship still succeeds (pr-commenter prints the bodies for manual paste). Skip this step entirely if PR creation failed in Step 5. The posting contract (gh-api shapes, check-run payload, redaction, branch-protection setup) lives in `reference/pr-review-integration.md`.
|
|
37
37
|
|
|
38
|
-
## Step 7
|
|
38
|
+
## Step 7 - Update notice (post-closeout surface)
|
|
39
39
|
|
|
40
|
-
ONLY on the success path
|
|
40
|
+
ONLY on the success path - after the PR has been created and the URL has been printed - emit the plugin-update banner. If PR creation failed earlier, skip this step (do not suggest upgrades in the middle of a PR-creation failure).
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
43
|
[ -f .design/update-available.md ] && cat .design/update-available.md
|
package/skills/sketch/SKILL.md
CHANGED
|
@@ -5,9 +5,9 @@ argument-hint: "[topic] [--variants N] [--quick]"
|
|
|
5
5
|
tools: Read, Write, AskUserQuestion, Bash
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
# Get Design Done
|
|
8
|
+
# Get Design Done - Sketch
|
|
9
9
|
|
|
10
|
-
**Role:** Multi-variant HTML exploration. Answers "what could this look like?" by generating N standalone HTML variants from a topic prompt. Variants are browser-openable directly
|
|
10
|
+
**Role:** Multi-variant HTML exploration. Answers "what could this look like?" by generating N standalone HTML variants from a topic prompt. Variants are browser-openable directly - no build step - and can be screenshot by Phase 8 Preview/Playwright tooling later.
|
|
11
11
|
|
|
12
12
|
Unlike `/gdd:spike` (which tests feasibility), `/gdd:sketch` explores visual/directional variants.
|
|
13
13
|
|
|
@@ -18,7 +18,7 @@ Parse `$ARGUMENTS`:
|
|
|
18
18
|
- `--variants N` → number of variants (default: 3)
|
|
19
19
|
- `--quick` → skip intake, use DESIGN-CONTEXT.md tokens + sensible defaults
|
|
20
20
|
|
|
21
|
-
## Step 1
|
|
21
|
+
## Step 1 - Intake (unless `--quick`)
|
|
22
22
|
|
|
23
23
|
AskUserQuestion, one at a time:
|
|
24
24
|
1. "What are you sketching? (component, layout, page)"
|
|
@@ -27,12 +27,12 @@ AskUserQuestion, one at a time:
|
|
|
27
27
|
|
|
28
28
|
If `--quick`: derive directions from topic + pull tokens from `.design/DESIGN-CONTEXT.md` if present, else defaults.
|
|
29
29
|
|
|
30
|
-
## Step 2
|
|
30
|
+
## Step 2 - Create sketch directory
|
|
31
31
|
|
|
32
32
|
- Derive `<slug>` from the topic (kebab-case).
|
|
33
33
|
- `mkdir -p .design/sketches/<slug>/` via Bash.
|
|
34
34
|
|
|
35
|
-
## Step 3
|
|
35
|
+
## Step 3 - Write INTAKE.md
|
|
36
36
|
|
|
37
37
|
Write `.design/sketches/<slug>/INTAKE.md` with:
|
|
38
38
|
- Topic
|
|
@@ -40,20 +40,20 @@ Write `.design/sketches/<slug>/INTAKE.md` with:
|
|
|
40
40
|
- Token references (link to DESIGN-CONTEXT.md or inline list)
|
|
41
41
|
- Timestamp
|
|
42
42
|
|
|
43
|
-
## Step 4
|
|
43
|
+
## Step 4 - Generate N standalone HTML variants
|
|
44
44
|
|
|
45
45
|
For each of N variants (default 3), write `variant-<n>.html` as a **complete standalone HTML file**:
|
|
46
46
|
- `<!DOCTYPE html>` + `<html>` + `<head>` + `<body>`
|
|
47
47
|
- `<style>` block inline with CSS custom properties for tokens (`--color-*`, `--space-*`, `--font-*`)
|
|
48
48
|
- Semantic HTML5 (`<header>`, `<main>`, `<nav>`, `<section>`, etc.)
|
|
49
|
-
- No imports, no bundler, no JS framework
|
|
49
|
+
- No imports, no bundler, no JS framework - opens in a browser directly via `file://`
|
|
50
50
|
- Each variant explores a different direction from intake
|
|
51
51
|
|
|
52
|
-
## Step 5
|
|
52
|
+
## Step 5 - Write README.md
|
|
53
53
|
|
|
54
54
|
Write `.design/sketches/<slug>/README.md` with:
|
|
55
55
|
- Topic + one-line summary
|
|
56
|
-
- List of variants: `variant-1.html`
|
|
56
|
+
- List of variants: `variant-1.html` - direction label - one-line description
|
|
57
57
|
- How to view: "Open each `variant-*.html` in a browser."
|
|
58
58
|
- Next step: "Run `/gdd:sketch-wrap-up <slug>` when ready to pick a winner."
|
|
59
59
|
|
|
@@ -71,7 +71,7 @@ Next: /gdd:sketch-wrap-up <slug>
|
|
|
71
71
|
|
|
72
72
|
## Do Not
|
|
73
73
|
|
|
74
|
-
- Do not write to `src/`
|
|
74
|
+
- Do not write to `src/` - sketches live in `.design/sketches/` only.
|
|
75
75
|
- Do not use build-step syntax (JSX, TS, imports). Standalone HTML only.
|
|
76
76
|
- Do not overwrite an existing sketch slug without asking.
|
|
77
77
|
|
|
@@ -5,25 +5,25 @@ argument-hint: "[slug]"
|
|
|
5
5
|
tools: Read, Write, Glob, AskUserQuestion
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
# Get Design Done
|
|
8
|
+
# Get Design Done - Sketch Wrap-Up
|
|
9
9
|
|
|
10
|
-
**Role:** Close an open sketch
|
|
10
|
+
**Role:** Close an open sketch - elicit the winner + rationale from the user, group the decision by design area, and codify it as a project-local skill at `./.claude/skills/design-<area>-conventions.md` so future gdd sessions auto-load the decision. See `./reference/cycle-handoff-preamble.md` for the cycle-handoff framing this decision-archive feeds into.
|
|
11
11
|
|
|
12
|
-
## Step 1
|
|
12
|
+
## Step 1 - Find sketches
|
|
13
13
|
|
|
14
14
|
- Glob `.design/sketches/*/`.
|
|
15
15
|
- If `[slug]` provided → use it directly.
|
|
16
16
|
- If multiple pending (no `WINNER.md`) → AskUserQuestion: "Which sketch are you wrapping up?"
|
|
17
17
|
- If none → print `No open sketches. Run /gdd:sketch first.` and exit.
|
|
18
18
|
|
|
19
|
-
## Step 2
|
|
19
|
+
## Step 2 - Walk variants
|
|
20
20
|
|
|
21
21
|
Read the sketch's `README.md`. For each `variant-N.html`:
|
|
22
22
|
|
|
23
23
|
- Show the variant's one-line description from README.
|
|
24
24
|
- AskUserQuestion: "Is variant-N a keeper, maybe, or rejected?"
|
|
25
25
|
|
|
26
|
-
## Step 3
|
|
26
|
+
## Step 3 - Elicit winner rationale
|
|
27
27
|
|
|
28
28
|
AskUserQuestion in sequence:
|
|
29
29
|
|
|
@@ -31,11 +31,11 @@ AskUserQuestion in sequence:
|
|
|
31
31
|
2. "What makes variant-N the winning direction? (grounds the decision for future sessions)"
|
|
32
32
|
3. "Any token implications? (e.g., spacing scale clamp, color adjustment, font-weight shift)"
|
|
33
33
|
|
|
34
|
-
## Step 4
|
|
34
|
+
## Step 4 - Group by design area
|
|
35
35
|
|
|
36
36
|
AskUserQuestion: "Which design area does this winner inform?" Options: `typography / color / layout / motion / component / interaction`.
|
|
37
37
|
|
|
38
|
-
## Step 5
|
|
38
|
+
## Step 5 - Write project skill
|
|
39
39
|
|
|
40
40
|
Append to `./.claude/skills/design-<area>-conventions.md` (create if missing):
|
|
41
41
|
|
|
@@ -50,20 +50,20 @@ Auto-loaded in gdd sessions. Captures decisions codified from `/gdd:sketch-wrap-
|
|
|
50
50
|
**Token implications**: <implications, or "none">
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
## Step 6
|
|
53
|
+
## Step 6 - Write WINNER.md
|
|
54
54
|
|
|
55
55
|
Write `.design/sketches/<slug>/WINNER.md` with: `# Winner: variant-N`, then bold-prefixed fields **Slug**, **Area**, **Rationale**, **Captured** (YYYY-MM-DD), **Project skill written to** (path from Step 5).
|
|
56
56
|
|
|
57
|
-
## Step 7
|
|
57
|
+
## Step 7 - Append D-XX + `<prototyping>` outcome to STATE.md
|
|
58
58
|
|
|
59
|
-
Two coupled writes
|
|
59
|
+
Two coupled writes - both must succeed so the sketch resolution surfaces in both `<decisions>` (all downstream stages) and `<prototyping>` (planner-specific context via decision-injector). Compute `D-XX` as max existing `D-NN` + 1 (scan `<decisions>` for `D-\d+:`, zero-pad to 2 digits).
|
|
60
60
|
|
|
61
61
|
- **Write 1 (`<decisions>`):** `D-XX: sketch/<slug> — winner: variant-N — <rationale> (locked)\n Source: .design/sketches/<slug>/WINNER.md`
|
|
62
62
|
- **Write 2 (`<prototyping>`):** `<sketch slug="<slug>" cycle="<cycle>" decision="D-XX" status="resolved"/>`. `<cycle>` from STATE.md frontmatter; empty string valid for single-cycle Wave A projects. If `<prototyping>` block does not exist, materialize between `<must_haves>` and `<connections>` per STATE template; append the `<sketch …/>` as first child.
|
|
63
63
|
|
|
64
64
|
Prefer MCP `gdd_state` typed mutators (byte-identical output): `mcp__gdd_state__add_decision({id, text, status})` + `mcp__gdd_state__add_prototyping({type:"sketch", slug, cycle, decision, status})`. Without MCP, edit `.design/STATE.md` directly via Read + Write.
|
|
65
65
|
|
|
66
|
-
## Step 8
|
|
66
|
+
## Step 8 - Update sketches SUMMARY.md
|
|
67
67
|
|
|
68
68
|
Append to `.design/sketches/SUMMARY.md` (create if missing):
|
|
69
69
|
|
|
@@ -87,6 +87,6 @@ Project skill: ./.claude/skills/design-<area>-conventions.md
|
|
|
87
87
|
## Do Not
|
|
88
88
|
|
|
89
89
|
- Do not modify other sketch variants or rejected directions.
|
|
90
|
-
- Do not write to `src/`
|
|
90
|
+
- Do not write to `src/` - conventions are design-layer only.
|
|
91
91
|
|
|
92
92
|
## SKETCH-WRAP-UP COMPLETE
|
|
@@ -14,7 +14,7 @@ tools: Bash, Read, Glob
|
|
|
14
14
|
ls .design/intel/exports.json 2>/dev/null && echo "ready" || echo "missing"
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
## Mode 1
|
|
17
|
+
## Mode 1 - Intel store available
|
|
18
18
|
|
|
19
19
|
Read `.design/intel/exports.json`. Group entries by `kind` (skill vs agent). Print:
|
|
20
20
|
|
|
@@ -47,7 +47,7 @@ Total: <N> skills, <M> agents
|
|
|
47
47
|
|
|
48
48
|
To get the description for each skill/agent: read `exports.json` entry and look up the matching file in `files.json`, then read its frontmatter `description` field from `exports.json` (if stored) or from the file directly.
|
|
49
49
|
|
|
50
|
-
## Mode 2
|
|
50
|
+
## Mode 2 - Intel store missing (fallback)
|
|
51
51
|
|
|
52
52
|
If `.design/intel/exports.json` is not present, fall back to directory scan:
|
|
53
53
|
|
|
@@ -68,9 +68,9 @@ AGENTS: design-advisor.md, design-auditor.md, ...
|
|
|
68
68
|
|
|
69
69
|
## Filter mode
|
|
70
70
|
|
|
71
|
-
`/gdd:skill-manifest agents`
|
|
72
|
-
`/gdd:skill-manifest skills`
|
|
73
|
-
`/gdd:skill-manifest <keyword>`
|
|
71
|
+
`/gdd:skill-manifest agents` - show agents only
|
|
72
|
+
`/gdd:skill-manifest skills` - show skills only
|
|
73
|
+
`/gdd:skill-manifest <keyword>` - filter by keyword in name or description
|
|
74
74
|
|
|
75
75
|
## Required reading (conditional)
|
|
76
76
|
|
package/skills/spike/SKILL.md
CHANGED
|
@@ -5,9 +5,9 @@ argument-hint: "[hypothesis] [--timebox <minutes>]"
|
|
|
5
5
|
tools: Read, Write, Bash, AskUserQuestion
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
# Get Design Done
|
|
8
|
+
# Get Design Done - Spike
|
|
9
9
|
|
|
10
|
-
**Role:** Timeboxed feasibility experiment. Answers "can this work?"
|
|
10
|
+
**Role:** Timeboxed feasibility experiment. Answers "can this work?" - e.g., "can we use view transitions for this flow?", "does this animation perform on mobile?". Unlike `/gdd:sketch` (visual variants), `/gdd:spike` tests a hypothesis.
|
|
11
11
|
|
|
12
12
|
## Flag parsing
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ Parse `$ARGUMENTS`:
|
|
|
15
15
|
- `[hypothesis]` → summary phrase, derives the slug
|
|
16
16
|
- `--timebox <minutes>` → default 60
|
|
17
17
|
|
|
18
|
-
## Step 1
|
|
18
|
+
## Step 1 - Intake
|
|
19
19
|
|
|
20
20
|
AskUserQuestion:
|
|
21
21
|
1. "What's the hypothesis? (e.g., 'view transitions can replace our current route animations')"
|
|
@@ -23,12 +23,12 @@ AskUserQuestion:
|
|
|
23
23
|
3. "What would prove it works? (success criteria)"
|
|
24
24
|
4. "What would prove it doesn't? (failure criteria)"
|
|
25
25
|
|
|
26
|
-
## Step 2
|
|
26
|
+
## Step 2 - Create spike directory
|
|
27
27
|
|
|
28
28
|
- Derive `<slug>` from the hypothesis (kebab-case, short).
|
|
29
29
|
- `mkdir -p .design/spikes/<slug>/scratch/` via Bash.
|
|
30
30
|
|
|
31
|
-
## Step 3
|
|
31
|
+
## Step 3 - Write HYPOTHESIS.md
|
|
32
32
|
|
|
33
33
|
Write `.design/spikes/<slug>/HYPOTHESIS.md`:
|
|
34
34
|
```markdown
|
|
@@ -48,7 +48,7 @@ Write `.design/spikes/<slug>/HYPOTHESIS.md`:
|
|
|
48
48
|
Experimental code in `./scratch/` — not committed to src/.
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
## Step 4
|
|
51
|
+
## Step 4 - Announce
|
|
52
52
|
|
|
53
53
|
```
|
|
54
54
|
━━━ Spike started ━━━
|
|
@@ -61,7 +61,7 @@ When done: /gdd:spike-wrap-up <slug>
|
|
|
61
61
|
|
|
62
62
|
## Do Not
|
|
63
63
|
|
|
64
|
-
- Do not write experimental code to `src/`
|
|
64
|
+
- Do not write experimental code to `src/` - use `.design/spikes/<slug>/scratch/`.
|
|
65
65
|
- Do not exceed the timebox without explicit user approval; wrap up and reassess first.
|
|
66
66
|
|
|
67
67
|
## SPIKE COMPLETE
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gdd-spike-wrap-up
|
|
3
|
-
description: "Close a spike
|
|
3
|
+
description: "Close a spike - capture findings, write decision to STATE.md, update SUMMARY.md."
|
|
4
4
|
argument-hint: "[slug]"
|
|
5
5
|
tools: Read, Write, Glob, AskUserQuestion
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
# Get Design Done
|
|
8
|
+
# Get Design Done - Spike Wrap-Up
|
|
9
9
|
|
|
10
|
-
**Role:** Close an open spike
|
|
10
|
+
**Role:** Close an open spike - capture the verdict, write findings, record a D-XX decision in STATE.md so `plan` sees it when creating tasks. See `./reference/cycle-handoff-preamble.md` for the cycle-handoff framing this archive feeds into.
|
|
11
11
|
|
|
12
|
-
## Step 1
|
|
12
|
+
## Step 1 - Find spike
|
|
13
13
|
|
|
14
14
|
- Glob `.design/spikes/*/`.
|
|
15
15
|
- If `[slug]` provided → use it directly.
|
|
16
16
|
- If multiple pending (no `FINDINGS.md`) → AskUserQuestion: "Which spike are you wrapping up?"
|
|
17
17
|
- If none → print `No open spikes. Run /gdd:spike first.` and exit.
|
|
18
18
|
|
|
19
|
-
## Step 2
|
|
19
|
+
## Step 2 - Re-surface hypothesis
|
|
20
20
|
|
|
21
21
|
Read `.design/spikes/<slug>/HYPOTHESIS.md`. Show the hypothesis + success/failure criteria to the user.
|
|
22
22
|
|
|
23
|
-
## Step 3
|
|
23
|
+
## Step 3 - Elicit findings
|
|
24
24
|
|
|
25
25
|
AskUserQuestion in sequence:
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ AskUserQuestion in sequence:
|
|
|
28
28
|
2. "What was learned? (1–3 sentences)"
|
|
29
29
|
3. "Recommendation? (adopt / reject / needs more investigation)"
|
|
30
30
|
|
|
31
|
-
## Step 4
|
|
31
|
+
## Step 4 - Write FINDINGS.md
|
|
32
32
|
|
|
33
33
|
Write `.design/spikes/<slug>/FINDINGS.md`:
|
|
34
34
|
|
|
@@ -46,19 +46,19 @@ Write `.design/spikes/<slug>/FINDINGS.md`:
|
|
|
46
46
|
<1–2 bullets>
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
## Step 5
|
|
49
|
+
## Step 5 - Record decision in STATE.md
|
|
50
50
|
|
|
51
51
|
Append under `<decisions>`: `D-XX: spike/<slug> — <verdict> — <recommendation>\n Rationale: <one line>\n Source: .design/spikes/<slug>/FINDINGS.md`. Compute `D-XX` as max existing `D-NN` + 1 (scan for `D-\d+:`, zero-pad to 2 digits). Prefer MCP `gdd_state` typed mutator when available: `mcp__gdd_state__add_decision({id, text, status:"locked"})`.
|
|
52
52
|
|
|
53
|
-
## Step 6
|
|
53
|
+
## Step 6 - Append `<prototyping>` outcome to STATE.md
|
|
54
54
|
|
|
55
|
-
Coupled with Step 5
|
|
55
|
+
Coupled with Step 5 - both must succeed so the spike resolution surfaces in `<decisions>` (downstream stages) and `<prototyping>` (planner via decision-injector). Use **same `D-XX`**. Append under `<prototyping>`: `<spike slug="<slug>" cycle="<cycle>" decision="D-XX" verdict="yes|no|partial" status="resolved"/>`. `<cycle>` from STATE.md frontmatter (`cycle:` field; empty string valid for single-cycle Wave A); `verdict` from Step 3.
|
|
56
56
|
|
|
57
57
|
If `<prototyping>` block does not exist, materialize between `<must_haves>` and `<connections>` per STATE template; append `<spike …/>` as first child.
|
|
58
58
|
|
|
59
59
|
Prefer MCP typed mutator (byte-identical output): `mcp__gdd_state__add_prototyping({type:"spike", slug, cycle, decision:"D-XX", verdict, status:"resolved"})`. Without MCP, edit `.design/STATE.md` directly via Read + Write.
|
|
60
60
|
|
|
61
|
-
## Step 7
|
|
61
|
+
## Step 7 - Update spikes SUMMARY.md
|
|
62
62
|
|
|
63
63
|
Append to `.design/spikes/SUMMARY.md` (create if missing):
|
|
64
64
|
|
|
@@ -80,7 +80,7 @@ FINDINGS.md written.
|
|
|
80
80
|
|
|
81
81
|
## Do Not
|
|
82
82
|
|
|
83
|
-
- Do not delete the `scratch/` directory
|
|
84
|
-
- Do not promote scratch code to `src/` automatically
|
|
83
|
+
- Do not delete the `scratch/` directory - it's a record of what was tried.
|
|
84
|
+
- Do not promote scratch code to `src/` automatically - require a follow-up plan task.
|
|
85
85
|
|
|
86
86
|
## SPIKE-WRAP-UP COMPLETE
|