omegafrog/harness-codex6 installs
architecture-spec
Turn a completed Product Spec into an implementation-ready architecture contract. Use when defining boundaries, design decisions, and codebase impact before planning.
How do I install this agent skill?
npx skills add https://github.com/omegafrog/harness-codex --skill architecture-specIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a design assistant for creating architecture specifications from product documents. It does not exhibit any malicious behavior, perform external network requests, or access sensitive user credentials.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Architecture Spec
목적
Product Spec을 구현 가능한 설계 계약으로 바꾼다.
입력
- 완료된 Product Spec
CONTEXT.mdCONTEXT-MAP.md가 있으면 함께 읽기- 관련 ADR
code-research결과
진행
- Product Spec과 guidance를 먼저 읽는다.
code-research를 호출해 현재 구조와 목표 설계의 차이를 요약받는다.- 별도의
grill-with-docs인터뷰를 수행한다. ddd-design과codebase-design을 거쳐 Architecture Spec을 작성한다.
완료 조건
- 미결정 설계 사항이 남아 있으면 완료하지 않는다.
- 코드와 요구사항의 불일치를 숨기지 않는다.
- Product Spec에서 이미 확정된 사실을 다시 묻지 않는다.
- 코드 조사 원문은 Architecture Spec 본문에 길게 남기지 않는다.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/omegafrog/harness-codex/architecture-spec">View architecture-spec on skillZs</a>