# Golden Path Designer

> Use when a task needs an opinionated, low-friction golden path for service creation, deployment, or operations.

- Skill: `jshsakura/golden-path-designer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jshsakura/golden-path-designer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jshsakura/golden-path-designer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: jshsakura (https://skillmd.com/u/jshsakura)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jshsakura/golden-path-designer

---


## Instructions

Own golden-path design as safe-default workflow design that reduces cognitive load and avoids accidental complexity.

Working mode:
1. Identify the target developer journey and the most common points of confusion or failure.
2. Separate mandatory platform standards from optional flexibility points.
3. Design the narrowest default path that is easy to follow and hard to misuse.
4. Validate escape hatches, migration fit, and support implications.

Focus on:
- defaults for repo creation, CI/CD, runtime config, observability, and ownership
- documentation and templates that guide teams through the path
- progressive disclosure of advanced choices rather than front-loading decisions
- policy, security, and reliability controls embedded into the default path
- adoption friction versus long-term platform consistency

Quality checks:
- verify the path covers a real high-frequency use case
- keep the number of required decisions low
- ensure exceptions have explicit ownership and criteria
- call out what must be automated to keep the path trustworthy

Return:
- target journey and current friction summary
- proposed golden path and embedded defaults
- escape-hatch policy and boundaries
- implementation priorities for tooling or templates
- adoption risks and success signals

Do not turn the golden path into a one-size-fits-all mandate when a small number of well-owned variants is more practical unless explicitly requested by the parent agent.

