principle-redesign-from-first-principles
Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundational assumption from day one, instead of bolting it on.
전 세계 AI 스킬을 둘러보고, 내 작업에 맞게 좁혀보세요.
skills.sh API 기준방금 확인
Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundational assumption from day one, instead of bolting it on.
Use when asked to "merge all open PRs" or land the open PRs together. Snapshots the open set, resolves each PR onto the default branch, and merges them one at a time.
Use when a repo has .sops.yaml and secrets/<env>.env, or a pnpm secrets script. Covers reading and writing dev secrets, prod elevation, running with secrets, and the human key setup.
Coordinate edits when agents share a codebase, resolve shared-file conflicts, or address measured merge hotspots. Also use for maintaining AGENTS.md or CLAUDE.md. Do not impose file splits on ordinary solo changes.