solmate-skills 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/docs-dev/SKILL.md +51 -0
- package/ext-k-skill/package-lock.json +1685 -0
- package/package.json +2 -2
- package/rules-docs/SKILL.md +16 -0
- package/rules-react/package-lock.json +231 -0
- package/rules-workflow/SKILL.md +6 -3
- package/verify-docs/SKILL.md +26 -6
- package/ext-awesome-design/.github/FUNDING.yml +0 -4
- package/ext-awesome-design/.github/ISSUE_TEMPLATE/design-md-request.yml +0 -46
- package/ext-k-skill/.github/release-please/python-config.json +0 -3
- package/ext-k-skill/.github/release-please/python-manifest.json +0 -1
- package/ext-k-skill/.github/workflows/ci.yml +0 -21
- package/ext-k-skill/.github/workflows/release-npm.yml +0 -51
- package/ext-k-skill/.github/workflows/release-python.yml +0 -41
- package/ext-k-skill/scripts/check-setup.sh +0 -29
- package/ext-k-skill/scripts/run-k-skill-proxy.sh +0 -15
- package/ext-k-skill/scripts/validate-skills.sh +0 -56
- package/hooks/install.sh +0 -131
- package/hooks/suggest-skills.sh +0 -94
- package/hooks/watch-files.sh +0 -86
- package/init-skills.sh +0 -41
- package/old_AGENTS.md +0 -124
- package/rules-react/scripts/fetch-stitch.sh +0 -30
- package/tools-shadcn/scripts/verify-setup.sh +0 -134
package/README.md
CHANGED
|
@@ -133,10 +133,13 @@ docs/
|
|
|
133
133
|
1. /docs-plan → Write VISION_CORE.md, LEAN_CANVAS.md, PRODUCT_SPECS.md
|
|
134
134
|
2. /docs-plan → Write SCREEN_FLOW.md, UI_DESIGN.md
|
|
135
135
|
3. /docs-dev → Write DEVELOPMENT_PRINCIPLES.md, DB_SCHEMA.md, API_SPECS.md
|
|
136
|
-
4. /docs-dev → Write ROADMAP.md, BACKLOG.md
|
|
137
|
-
5. /
|
|
136
|
+
4. /docs-dev → Write ROADMAP.md, BACKLOG.md with mandatory related document links
|
|
137
|
+
5. /rules-workflow → Implement each backlog item only after reading linked docs
|
|
138
|
+
6. /verify-docs → Audit structure, metadata, and Backlog Context Lock compliance
|
|
138
139
|
```
|
|
139
140
|
|
|
141
|
+
Backlog items are intentionally document-linked. Each task in `docs/04_Logic_Progress/00_BACKLOG.md` must include related Concept, UI, Technical Spec, and QA documents, plus implementation preconditions, acceptance criteria, and a document sync check. If a related document does not exist, the item must say `N/A - 사유`; implementation should pause when the missing document is required for a safe decision.
|
|
142
|
+
|
|
140
143
|
---
|
|
141
144
|
|
|
142
145
|
### Pitch Deck
|
package/docs-dev/SKILL.md
CHANGED
|
@@ -58,6 +58,32 @@ This skill manages **Layer 3 (Technical_Specs)**, **Layer 4 (Logic_Progress)**,
|
|
|
58
58
|
|
|
59
59
|
**중요 규칙**: 실무 문서(`00_BACKLOG.md`, `00_ROADMAP.md`, `01_EXECUTION_PLAN.md`) 작성 시, 모든 작업은 반드시 체크박스`[ ]`를 사용하여 원자적 단위(Atomic Task)로 최대한 상세히 나누어 기록해야 한다. "추상적인 작업" 대신 "실제로 실행 및 검증 가능한 단계"로 분할한다.
|
|
60
60
|
|
|
61
|
+
**Backlog 문서 참조 강제 규칙**: `00_BACKLOG.md`의 모든 작업 항목은 관련 문서를 읽은 뒤 작성해야 하며, 구현자는 코드 작성 전에 해당 문서를 다시 확인해야 한다. 백로그는 단순 ToDo 목록이 아니라 Concept, UI, Technical Spec, QA 기준을 구현으로 연결하는 실행 티켓이어야 한다.
|
|
62
|
+
|
|
63
|
+
Backlog 항목 작성 전 필수 확인 대상:
|
|
64
|
+
- `docs/01_Concept_Design/`: 기능 목적, 사용자 가치, 제품 방향
|
|
65
|
+
- `docs/02_UI_Screens/`: 화면 흐름, UI 상태, 인터랙션
|
|
66
|
+
- `docs/03_Technical_Specs/`: API, DB, 데이터 구조, 기술 제약
|
|
67
|
+
- `docs/05_QA_Validation/`: 테스트 기준, 수용 조건, 검증 시나리오
|
|
68
|
+
|
|
69
|
+
각 Backlog 항목은 다음 필드를 반드시 포함한다:
|
|
70
|
+
- `Related Concept Docs`: 관련 기획/디자인 문서
|
|
71
|
+
- `Related UI Docs`: 관련 화면/플로우 문서
|
|
72
|
+
- `Related Technical Docs`: 관련 기술 명세 문서
|
|
73
|
+
- `Related QA Docs`: 관련 검증 문서
|
|
74
|
+
- `Implementation Preconditions`: 구현 전 반드시 확인할 조건
|
|
75
|
+
- `Acceptance Criteria`: 완료 판단 기준
|
|
76
|
+
- `Document Sync Check`: 구현 후 문서와 코드의 일치 여부
|
|
77
|
+
|
|
78
|
+
관련 문서가 아직 없거나 해당하지 않는 경우에도 비워둘 수 없다. 반드시 `N/A - 사유`를 적고, 구현 판단에 필요한 문서가 없으면 구현 전에 문서 작성 또는 보완을 사용자에게 확인한다.
|
|
79
|
+
|
|
80
|
+
구현 시작 전 체크:
|
|
81
|
+
- 관련 문서를 실제로 읽었는가?
|
|
82
|
+
- 문서의 요구사항이 Backlog 항목에 반영되어 있는가?
|
|
83
|
+
- 구현 범위가 관련 문서의 의도와 충돌하지 않는가?
|
|
84
|
+
- 관련 QA 기준이 `Acceptance Criteria`에 반영되어 있는가?
|
|
85
|
+
- 누락된 문서가 있다면 `N/A - 사유`가 타당한가?
|
|
86
|
+
|
|
61
87
|
1. **Project Initialization**: CLI 프리셋 vs 수동 설정?
|
|
62
88
|
2. **UI Theme Strategy**: 사전 정의된 테마 vs 커스텀 브랜드 색상? 폰트 선택?
|
|
63
89
|
3. **Folder Structure**: Feature 기반 vs Type 기반?
|
|
@@ -143,6 +169,31 @@ This skill manages **Layer 3 (Technical_Specs)**, **Layer 4 (Logic_Progress)**,
|
|
|
143
169
|
- **QA_Validation**: [Test Scenarios](../05_QA_Validation/01_TEST_SCENARIOS.md) - 관련 테스트 케이스
|
|
144
170
|
```
|
|
145
171
|
|
|
172
|
+
### Template D-1 — Backlog Item
|
|
173
|
+
|
|
174
|
+
```
|
|
175
|
+
### [ ] TASK-000: [작업명]
|
|
176
|
+
|
|
177
|
+
- Status: ToDo | In Progress | Done
|
|
178
|
+
- Related Concept Docs:
|
|
179
|
+
- [문서명](../01_Concept_Design/XX_DOCUMENT.md) - 기능 목적/사용자 가치 근거
|
|
180
|
+
- Related UI Docs:
|
|
181
|
+
- [문서명](../02_UI_Screens/XX_DOCUMENT.md) - 화면 흐름/상태/인터랙션 근거
|
|
182
|
+
- Related Technical Docs:
|
|
183
|
+
- [문서명](../03_Technical_Specs/XX_DOCUMENT.md) - API/DB/데이터 구조 근거
|
|
184
|
+
- Related QA Docs:
|
|
185
|
+
- [문서명](../05_QA_Validation/XX_DOCUMENT.md) - 테스트 기준/수용 조건 근거
|
|
186
|
+
- Implementation Preconditions:
|
|
187
|
+
- [ ] 관련 문서 전체 확인 완료
|
|
188
|
+
- [ ] 구현 범위와 문서 요구사항 충돌 없음
|
|
189
|
+
- Acceptance Criteria:
|
|
190
|
+
- [ ] QA 기준이 구현 완료 판단에 반영됨
|
|
191
|
+
- [ ] 핵심 사용자 흐름이 검증됨
|
|
192
|
+
- Document Sync Check:
|
|
193
|
+
- [ ] 구현 후 코드와 관련 문서 불일치 없음
|
|
194
|
+
- [ ] 불일치가 있으면 관련 문서 또는 백로그 항목 업데이트
|
|
195
|
+
```
|
|
196
|
+
|
|
146
197
|
### Template E — QA_Validation
|
|
147
198
|
|
|
148
199
|
```
|