Skip to main content

Skills neste repositório

hegemonart/get-design-done - Página 3

O SkillsMP coletou 191 skills de hegemonart/get-design-done. Abra uma skill para revisar a origem e os detalhes.

hegemonart/get-design-done

Mostrando 40 de 191 skills coletadas.

ocupação
Desenvolvedores de software
descrição

Shows where a finished design cycle actually is in production rollout - unrolled / staging-only / canary-N% / prod-100% - by reading the feature-flag service (LaunchDarkly/Statsig/GrowthBook) via the rollout-coordinator. Surfaces STUCK rollouts (a canary that…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Manage .design/config.json settings. Subcommands: profile, parallelism, cleanup, show.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Post-verify PR flow - creates a clean PR branch, invokes code review check, and prepares the PR for merge. Activates for requests involving finishing a cycle, packaging design output, or moving work to a pull request.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Multi-variant HTML design exploration that creates .design/sketches/<slug>/ with N standalone variants (default 3), browser-openable directly via file:// without a build step. Use when answering 'what could this look like?' before committing to a direction.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Walk through sketches, pick winner + rationale, group by design area, write project skills to ./.claude/skills/design-<area>-conventions.md.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Lists all registered GDD skills and agents, with descriptions, from the intel store. Falls back to directory scan if intel store not present.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Timeboxed feasibility experiment that creates .design/spikes/<slug>/ with HYPOTHESIS.md, success/failure criteria, scratch/ subdirectory, and a default 60-minute timebox. Use when answering 'can this work?' before betting design or implementation effort on a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Close a spike - capture findings, write decision to STATE.md, update SUMMARY.md.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

First-Run Proof Path - one command that scans your UI code and returns one concrete first fix. Leaf command, no STATE.md writes, no pipeline entry. Writes .design/START-REPORT.md and exits.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Query, recover, or roll back the Phase 57 SQLite state backbone. Use when you need to inspect the decisions/blockers/plans tables with a raw SELECT, rebuild a corrupt state.sqlite from the markdown STATE.md, or revert to the markdown-only source of truth by…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Cycle stats - decisions made, tasks completed, commits, timeline, git metrics.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Generate a component handoff doc at `.design/DESIGN-STYLE-<ComponentName>.md` by dispatching the `design-doc-writer` agent in one of two modes: post-pipeline (uses `DESIGN-SUMMARY.md`) or pre-pipeline fallback (uses `DESIGN.md` + source). Use when the user…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Streaming synthesizer - collapses N parallel-agent markdown outputs into one compact merged summary via a single Haiku 4.5 call. Invoked inline by orchestrators (skills/map/, skills/explore/, skills/plan/) after parallel spawns return. Not user-invocable.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Narrative retrospective across cycles: reads EXPERIENCE.md files and git log to produce a timeline view.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Design backlog - add/list/pick design tasks. Writes to .design/TODO.md.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Portable mirror of the gdd-turn-closeout Stop hook (D-11). Closes the events.jsonl gap at turn-end and surfaces a stage-completion or paused-mid-task nudge. Tail-called by orchestrator skills ({{command_prefix}}next, {{command_prefix}}design,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Safe design change revert. Uses git log to find design commits, checks dependencies, reverts safely.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Reopens a LOCKED design decision - the only escape hatch from the hard lock. Requires an explicit --approver and writes an audit entry, then moves the decision locked → reviewing (via scripts/lib/collab/review-queue.cjs). Previews the audit record before…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Removes pinned skill aliases across harness dirs, deleting only stubs that carry the gdd pin marker. Use when you no longer want a pinned shortcut and want hand-written skills left untouched.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Update get-design-done to the latest release. Preserves .design/config.json and ./.claude/skills/.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use when starting any GDD session - establishes how to find and apply GDD skills.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Stage 5 of 5 orchestrator that spawns design-auditor, design-verifier, and design-integration-checker in sequence, interprets pass/gap result, and drives the gap-response loop (inline fix, save-and-exit, or accept-as-is). Use when implementation is complete…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Pre-warms Anthropic's 5-min prompt cache across all agents that import reference/shared-preamble.md. Issues one no-op Haiku ping per agent so the identical preamble-first prefix lives in Anthropic's cache before a design sprint starts. Layer A of the D-08…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fetches the design-authority feed whitelist, diffs against .design/authority-snapshot.json, and writes .design/authority-report.md (consumed by {{command_prefix}}reflect). Authority monitoring only - no trend-watching.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Asks the agent to go up a layer of abstraction and map the relevant modules and callers using the project's CONTEXT.md vocabulary. Use when the user is working in an unfamiliar area of code and needs orientation before deep work.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Scaffolds a new Phase-28.5 + Phase-50-compliant skill: gathers a name, a multi-paragraph v3 description, a lifecycle stage, an allowed-tools list, and optional composes_with neighbours, then writes scripts/skill-templates/<name>/SKILL.md from the pure…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Park a design idea for a future cycle. Writes to .design/backlog/BACKLOG.md.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Queries the intel store to surface token fan-out, component call-graphs, decision traceability, and circular dependency detection. Requires .design/intel/ to exist (run build-intel.cjs first).

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Review and selectively apply proposals from .design/reflections/<cycle-slug>.md. Diffs each proposal, prompts user to accept/skip/edit, then writes changes.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Run a design audit by spawning design-auditor, design-integration-checker, and (optionally) design-verifier + design-reflector agents, then printing a consolidated 7-pillar score summary. Use when the user wants to score the current design, retroactively…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Harvest and synthesize per-component design benchmarks from 18 design systems and produce canonical component specs at `reference/components/<name>.md`. Use when adding a new component spec, running a benchmark wave, listing corpus coverage, or refreshing a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Bootstraps a design system for a GREENFIELD project that has none - no Figma, no tokens, no component library. Takes a brand input (primary color + optional secondary + tone tags + target framework) and emits a coherent OKLCH token system (color tints,…

Idioma do texto original: inglês

atualizado
ocupação
Diretores de arte
descrição

Stage 1 of 5 design intake that captures problem statement, audience, constraints, success metrics, and scope into .design/BRIEF.md, and bootstraps .design/STATE.md if missing. Use when starting a new design cycle and before /gdd:explore. Activates for…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Forecasts GDD design-cycle spend before the bill arrives. Reads .design/telemetry/costs.jsonl (cost per cycle) + .design/budget.json (the project_cap), runs the pure cost-forecast model via agents/cost-forecaster.md, and projects the next N cycles - surfacing…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Maintains .design/cache-manifest.json for Layer B explicit cache per D-08. Computes deterministic SHA-256 input-hash from (agent-path + sorted-input-file-paths + input-content-hashes). On spawn: lookup key → return cached blob if within TTL, else miss. On…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Manual plugin-update check. Shows cached state by default; --refresh bypasses the 24h TTL; --dismiss hides the nudge until a newer release ships; --prompt spawns design-update-checker for a richer summary.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Cycle closeout command that marks CYCLES.md entry complete, archives pipeline artifacts to .design/archive/cycle-N/, generates EXPERIENCE.md, rebuilds the search index, and resets STATE.md. Use when a design cycle has shipped and you're ready to start the…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Interactive onboarding wizard for the 33 external integrations the pipeline supports - probes all (`figma`, `refero`, `preview`, `storybook`, `chromatic`, `graphify`, `pinterest`, `claude-design`, `paper-design`, `pencil-dev`, `21st-dev`, `magic-patterns`,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Queries the typed DesignContext graph at .design/context-graph.json - the design-semantic map of tokens, components, variants, states, motion, a11y patterns, screens, layers, and design patterns plus the edges between them. Lists and filters nodes and edges,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Alias for /gdd:resume - restore session context from the most recent checkpoint.

Idioma do texto original: inglês

atualizado
Mostrando 40 de 191 skills coletadas.