Skip to main content
kwakseongjae
GitHub creator profile

kwakseongjae

Repository-level view of 71 collected skills across 2 GitHub repositories.

skills collected
71
repositories
2
updated
Aug 19, 2026
repository explorer

Repositories and representative skills

omd-autopilot
unclassified

One-prompt autonomous product design and implementation. Use automatically for broad greenfield UI requests such as 'from scratch', '์ƒˆ ์ œํ’ˆ/ํ™”๋ฉด์„ ์•Œ์•„์„œ ๋งŒ๋“ค์–ด์ค˜', or requests that delegate DESIGN.md creation. It decides whether to reuse, establish, refresh, or skip aโ€ฆ

Aug 19, 2026
omd-autopilot
unclassified

One-prompt autonomous product design and implementation. Use automatically for broad greenfield UI requests such as 'from scratch', '์ƒˆ ์ œํ’ˆ/ํ™”๋ฉด์„ ์•Œ์•„์„œ ๋งŒ๋“ค์–ด์ค˜', or requests that delegate DESIGN.md creation. It decides whether to reuse, establish, refresh, or skip aโ€ฆ

Aug 19, 2026
omd-harness
unclassified

์‚ฌ์šฉ์ž์™€ ๋‹จ๊ณ„๋ณ„๋กœ ๊ฒ€ํ† ํ•˜๋Š” guided design harness. Discoveryโ†’Wireframeโ†’Componentsโ†’Microcopyโ†’Validation์„ omd-master๊ฐ€ ์‹คํ–‰ํ•˜๊ณ  journey/system/validation์˜ ํ•„์ˆ˜ ์ฒดํฌํฌ์ธํŠธ์—์„œ ๋ฉˆ์ถ˜๋‹ค. '/omd-harness', '์ฒดํฌํฌ์ธํŠธ๋งˆ๋‹ค ๊ฒ€ํ† ', '๋‚˜์™€ ๋‹จ๊ณ„๋ณ„๋กœ ๋””์ž์ธ', 'guided design' ์š”์ฒญ์— ์‚ฌ์šฉ. ์งˆ๋ฌธ ์—†์ด ์›์ƒท์œผ๋กœ ์ƒˆ ์ œํ’ˆ์„ ์ž์œจ ๊ตฌ์ถ•ํ•˜๋Š” ์š”์ฒญ์€โ€ฆ

Aug 19, 2026
omd-harness
unclassified

์‚ฌ์šฉ์ž์™€ ๋‹จ๊ณ„๋ณ„๋กœ ๊ฒ€ํ† ํ•˜๋Š” guided design harness. Discoveryโ†’Wireframeโ†’Componentsโ†’Microcopyโ†’Validation์„ omd-master๊ฐ€ ์‹คํ–‰ํ•˜๊ณ  journey/system/validation์˜ ํ•„์ˆ˜ ์ฒดํฌํฌ์ธํŠธ์—์„œ ๋ฉˆ์ถ˜๋‹ค. '/omd-harness', '์ฒดํฌํฌ์ธํŠธ๋งˆ๋‹ค ๊ฒ€ํ† ', '๋‚˜์™€ ๋‹จ๊ณ„๋ณ„๋กœ ๋””์ž์ธ', 'guided design' ์š”์ฒญ์— ์‚ฌ์šฉ. ์งˆ๋ฌธ ์—†์ด ์›์ƒท์œผ๋กœ ์ƒˆ ์ œํ’ˆ์„ ์ž์œจ ๊ตฌ์ถ•ํ•˜๋Š” ์š”์ฒญ์€โ€ฆ

Aug 19, 2026
omd-batch-launch
unclassified

Reference batch writer compatibility gate during the DESIGN.md Core v2 catalog cutover.

Aug 12, 2026
omd-component-harvest
unclassified

Legacy catalog component writer safety gate. Use when component harvesting is requested, but stop before editing until the Core v2 graph-backed catalog writer and readers are available.

Aug 12, 2026
omd-lab-01-designmd-impact
unclassified

Archived DESIGN.md impact experiment compatibility gate. Use when an old Lab #01 run is requested, but do not generate new legacy 9/12-section documents; direct new experiments to the Core v2 benchmark track.

Aug 12, 2026
omd-migrate
unclassified

Legacy deep-reference writer safety gate. Use for old brand migration requests only to prevent retired section/frontmatter writes until the Core v2 catalog migration pipeline is authoritative.

Aug 12, 2026
Showing 8 of 60 collected skills.
ask-before-guess
software-developers

Stops Claude from stacking guesses on top of unknowns. When uncertainty appears in code, configs, APIs, or error messages, this skill forces a brief pause to verify โ€” by reading source, running a small check, or asking the user โ€” instead of fabricating aโ€ฆ

May 12, 2026
build-for-today
software-developers

Blocks speculative code, options, abstractions, and flags built for hypothetical future needs (YAGNI). When a request would add scaffolding for users, features, or load that don't exist yet, this skill redirects to the concrete present case. ์˜ค์ง€ ์•Š์€ ๋ฏธ๋ž˜ ์š”๊ตฌ๋ฅผ ์œ„ํ•ดโ€ฆ

May 12, 2026
intent-over-behavior
project-management-specialists

Forces the WHY before the HOW when code is being written, edited, reviewed, refactored, or generated. Surfaces the intent behind a change in one sentence so the result is purposeful rather than merely working, and prefers not writing code at all when intentโ€ฆ

May 12, 2026
keep-it-small
project-management-specialists

Enforces minimal-code-for-same-output discipline. Before letting new functions, files, modules, abstractions, or dependencies grow the codebase, this skill checks whether the same outcome can be achieved by extending what already exists, and gives aโ€ฆ

May 12, 2026
leave-the-why
software-developers

Leaves the WHY beside non-obvious decisions โ€” in commit messages, PR descriptions, and short comments next to surprising code. Never writes ceremonial comments that restate the obvious WHAT; only surfaces the non-obvious reasoning that would otherwise be lostโ€ฆ

May 12, 2026
plan-your-exit
software-developers

Treats failure as a precondition for risky work. Before deploys, data deletions, migrations, force pushes, dependency upgrades, or other hard-to-undo actions, this skill builds the retreat path first โ€” dry-run, backup, staged rollout, explicit rollbackโ€ฆ

May 12, 2026
reuse-not-rewrite
software-developers

Surveys what already exists before writing new code, and refuses to delete code whose purpose is unknown. When a request would replace, remove, or duplicate existing functionality, this skill greps the codebase, reads git history for buried reasons, andโ€ฆ

May 12, 2026
see-it-first
software-quality-assurance-analysts-and-testers

Forces reproduction before any fix. When something doesn't work, this skill stops the symptomโ†’guessโ†’patch loop and first reproduces the bug locally on the same branch, data, and inputs the user saw โ€” because an unreproduced bug is an unsolved one. ๋ฒ„๊ทธยท์ด์ƒ ๋™์ž‘โ€ฆ

May 12, 2026
Showing 8 of 11 collected skills.
Showing 2 of 2 repositories
All repositories loaded