software-design
Resolve consequential requirements, module, data-model, API, or migration design choices.
소스 정보
- 저장소
- Rycen7822/Frontier-Agent-skills
- 최근 소스 활동
- 2026년 9월 8일 12:44
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
파일 탐색기
14 개 파일SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- software-design
- description
- Resolve consequential requirements, module, data-model, API, or migration design choices.
- license
- MIT
- metadata
- {"version":"1.0.1","hosts":["codex","hermes-agent"]}
# Software Design
Resolve choices that materially affect the requested outcome. Read existing behavior, callers and constraints before asking the user for a consequential choice that available evidence cannot settle.
Model domain state and ownership before splitting files. Keep related representation and invariants together, make invalid states difficult to express, and expose a useful capability through a small interface. Prefer existing boundaries until concrete coupling or required change shows why they fail.
Compare the status quo and meaningful alternatives only when the decision needs them. Consider callers, failure semantics, compatibility and operations. Avoid speculative abstractions or manufactured design options. When retries or concurrency matter, identify state ownership, repeatable effects and partial failure. Validate data at the actual trust boundary.
Use a temporary prototype to resolve a specific uncertainty with a deciding observation. Distinguish measured behavior from production readiness. For a spatial decision, the [visual companion](operator/design-discovery/visual-runtime.md) is optional. Read [migration guidance](references/migration.md) for API or data transitions, or [security guidance](../code-review/references/security.md) for an implicated trust boundary.
State the chosen design, decisive reasons, affected owners and unresolved choices. Persist decisions when recovery or coordination needs them. For a design-only request, return the design; when implementation is requested, continue once the decisions are settled.
GitHub에서 보기