sdtk-kit 0.3.9 → 1.0.0

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.
Files changed (113) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +123 -177
  3. package/package.json +52 -46
  4. package/scripts/postinstall.js +40 -0
  5. package/assets/manifest/toolkit-bundle.manifest.json +0 -473
  6. package/assets/manifest/toolkit-bundle.sha256.txt +0 -93
  7. package/assets/toolkit/toolkit/AGENTS.md +0 -131
  8. package/assets/toolkit/toolkit/install.ps1 +0 -310
  9. package/assets/toolkit/toolkit/runtimes/claude/CLAUDE_TEMPLATE.md +0 -54
  10. package/assets/toolkit/toolkit/runtimes/codex/CODEX_TEMPLATE.md +0 -32
  11. package/assets/toolkit/toolkit/scripts/init-feature.ps1 +0 -261
  12. package/assets/toolkit/toolkit/scripts/install-claude-skills.ps1 +0 -169
  13. package/assets/toolkit/toolkit/scripts/install-codex-skills.ps1 +0 -189
  14. package/assets/toolkit/toolkit/scripts/uninstall-claude-skills.ps1 +0 -139
  15. package/assets/toolkit/toolkit/scripts/uninstall-codex-skills.ps1 +0 -116
  16. package/assets/toolkit/toolkit/sdtk.config.json +0 -28
  17. package/assets/toolkit/toolkit/sdtk.config.profiles.example.json +0 -50
  18. package/assets/toolkit/toolkit/skills/sdtk-api-design-spec/SKILL.md +0 -84
  19. package/assets/toolkit/toolkit/skills/sdtk-api-design-spec/references/API_DESIGN_CREATION_RULES.md +0 -22
  20. package/assets/toolkit/toolkit/skills/sdtk-api-design-spec/references/API_DESIGN_FLOWCHART_CREATION_RULES.md +0 -468
  21. package/assets/toolkit/toolkit/skills/sdtk-api-design-spec/references/FLOWCHART_CREATION_RULES.md +0 -20
  22. package/assets/toolkit/toolkit/skills/sdtk-api-design-spec/scripts/generate_api_design_detail.py +0 -732
  23. package/assets/toolkit/toolkit/skills/sdtk-api-doc/SKILL.md +0 -43
  24. package/assets/toolkit/toolkit/skills/sdtk-api-doc/references/API_DESIGN_FLOWCHART_CREATION_RULES.md +0 -468
  25. package/assets/toolkit/toolkit/skills/sdtk-api-doc/references/FLOWCHART_CREATION_RULES.md +0 -20
  26. package/assets/toolkit/toolkit/skills/sdtk-api-doc/references/YAML_CREATION_RULES.md +0 -128
  27. package/assets/toolkit/toolkit/skills/sdtk-arch/SKILL.md +0 -83
  28. package/assets/toolkit/toolkit/skills/sdtk-arch/references/API_DESIGN_CREATION_RULES.md +0 -22
  29. package/assets/toolkit/toolkit/skills/sdtk-arch/references/API_DESIGN_FLOWCHART_CREATION_RULES.md +0 -468
  30. package/assets/toolkit/toolkit/skills/sdtk-arch/references/FLOWCHART_CREATION_RULES.md +0 -20
  31. package/assets/toolkit/toolkit/skills/sdtk-arch/references/FLOW_ACTION_SPEC_CREATION_RULES.md +0 -220
  32. package/assets/toolkit/toolkit/skills/sdtk-arch/references/YAML_CREATION_RULES.md +0 -128
  33. package/assets/toolkit/toolkit/skills/sdtk-ba/SKILL.md +0 -29
  34. package/assets/toolkit/toolkit/skills/sdtk-design-layout/SKILL.md +0 -52
  35. package/assets/toolkit/toolkit/skills/sdtk-design-layout/scripts/render_design_layout_images.py +0 -246
  36. package/assets/toolkit/toolkit/skills/sdtk-dev/SKILL.md +0 -90
  37. package/assets/toolkit/toolkit/skills/sdtk-dev/prompts/code-quality-reviewer.md +0 -35
  38. package/assets/toolkit/toolkit/skills/sdtk-dev/prompts/implementer.md +0 -61
  39. package/assets/toolkit/toolkit/skills/sdtk-dev/prompts/spec-reviewer.md +0 -42
  40. package/assets/toolkit/toolkit/skills/sdtk-dev-backend/SKILL.md +0 -21
  41. package/assets/toolkit/toolkit/skills/sdtk-dev-frontend/SKILL.md +0 -19
  42. package/assets/toolkit/toolkit/skills/sdtk-orchestrator/SKILL.md +0 -80
  43. package/assets/toolkit/toolkit/skills/sdtk-pm/SKILL.md +0 -30
  44. package/assets/toolkit/toolkit/skills/sdtk-qa/SKILL.md +0 -53
  45. package/assets/toolkit/toolkit/skills/sdtk-screen-design-spec/SKILL.md +0 -86
  46. package/assets/toolkit/toolkit/skills/sdtk-screen-design-spec/references/FLOW_ACTION_SPEC_CREATION_RULES.md +0 -220
  47. package/assets/toolkit/toolkit/skills/sdtk-screen-design-spec/references/excel-image-export.md +0 -51
  48. package/assets/toolkit/toolkit/skills/sdtk-screen-design-spec/references/figma-mcp.md +0 -54
  49. package/assets/toolkit/toolkit/skills/sdtk-screen-design-spec/references/numbering-rules.md +0 -28
  50. package/assets/toolkit/toolkit/skills/sdtk-screen-design-spec/scripts/renumber_flow_action_spec_global.py +0 -136
  51. package/assets/toolkit/toolkit/skills/sdtk-screen-design-spec/scripts/validate_flow_action_spec_numbering.py +0 -414
  52. package/assets/toolkit/toolkit/skills/sdtk-test-case-spec/SKILL.md +0 -74
  53. package/assets/toolkit/toolkit/skills/sdtk-test-case-spec/references/TEST_CASE_CREATION_RULES.md +0 -129
  54. package/assets/toolkit/toolkit/skills/sdtk-test-case-spec/scripts/validate_test_case_spec.py +0 -97
  55. package/assets/toolkit/toolkit/skills/skills.catalog.yaml +0 -302
  56. package/assets/toolkit/toolkit/skills-claude/api-design-spec/SKILL.md +0 -90
  57. package/assets/toolkit/toolkit/skills-claude/api-doc/SKILL.md +0 -47
  58. package/assets/toolkit/toolkit/skills-claude/arch/SKILL.md +0 -59
  59. package/assets/toolkit/toolkit/skills-claude/ba/SKILL.md +0 -50
  60. package/assets/toolkit/toolkit/skills-claude/design-layout/SKILL.md +0 -57
  61. package/assets/toolkit/toolkit/skills-claude/dev/SKILL.md +0 -45
  62. package/assets/toolkit/toolkit/skills-claude/dev-backend/SKILL.md +0 -20
  63. package/assets/toolkit/toolkit/skills-claude/dev-frontend/SKILL.md +0 -18
  64. package/assets/toolkit/toolkit/skills-claude/orchestrator/SKILL.md +0 -63
  65. package/assets/toolkit/toolkit/skills-claude/pm/SKILL.md +0 -52
  66. package/assets/toolkit/toolkit/skills-claude/qa/SKILL.md +0 -48
  67. package/assets/toolkit/toolkit/skills-claude/screen-design-spec/SKILL.md +0 -90
  68. package/assets/toolkit/toolkit/skills-claude/test-case-spec/SKILL.md +0 -61
  69. package/assets/toolkit/toolkit/templates/QUALITY_CHECKLIST.md +0 -124
  70. package/assets/toolkit/toolkit/templates/README.md +0 -63
  71. package/assets/toolkit/toolkit/templates/SHARED_PLANNING.md +0 -80
  72. package/assets/toolkit/toolkit/templates/docs/api/API_DESIGN_CREATION_RULES.md +0 -22
  73. package/assets/toolkit/toolkit/templates/docs/api/API_DESIGN_DETAIL_TEMPLATE.md +0 -67
  74. package/assets/toolkit/toolkit/templates/docs/api/API_DESIGN_FLOWCHART_CREATION_RULES.md +0 -468
  75. package/assets/toolkit/toolkit/templates/docs/api/API_ENDPOINTS_TEMPLATE.md +0 -229
  76. package/assets/toolkit/toolkit/templates/docs/api/FEATURE_API_TEMPLATE.yaml +0 -20
  77. package/assets/toolkit/toolkit/templates/docs/api/FLOWCHART_CREATION_RULES.md +0 -20
  78. package/assets/toolkit/toolkit/templates/docs/api/YAML_CREATION_RULES.md +0 -128
  79. package/assets/toolkit/toolkit/templates/docs/api/feature_api_flow_list_TEMPLATE.txt +0 -12
  80. package/assets/toolkit/toolkit/templates/docs/architecture/ARCH_DESIGN_TEMPLATE.md +0 -109
  81. package/assets/toolkit/toolkit/templates/docs/database/DATABASE_SPEC_TEMPLATE.md +0 -175
  82. package/assets/toolkit/toolkit/templates/docs/design/DESIGN_LAYOUT_TEMPLATE.md +0 -60
  83. package/assets/toolkit/toolkit/templates/docs/dev/FEATURE_IMPL_PLAN_TEMPLATE.md +0 -73
  84. package/assets/toolkit/toolkit/templates/docs/product/BACKLOG_TEMPLATE.md +0 -50
  85. package/assets/toolkit/toolkit/templates/docs/product/PRD_TEMPLATE.md +0 -66
  86. package/assets/toolkit/toolkit/templates/docs/product/PROJECT_INITIATION_TEMPLATE.md +0 -98
  87. package/assets/toolkit/toolkit/templates/docs/qa/QA_RELEASE_REPORT_TEMPLATE.md +0 -61
  88. package/assets/toolkit/toolkit/templates/docs/qa/TEST_CASE_CREATION_RULES.md +0 -129
  89. package/assets/toolkit/toolkit/templates/docs/qa/TEST_CASE_TEMPLATE.md +0 -104
  90. package/assets/toolkit/toolkit/templates/docs/specs/BA_SPEC_TEMPLATE.md +0 -139
  91. package/assets/toolkit/toolkit/templates/docs/specs/FLOW_ACTION_SPEC_CREATION_RULES.md +0 -220
  92. package/assets/toolkit/toolkit/templates/docs/specs/FLOW_ACTION_SPEC_TEMPLATE.md +0 -197
  93. package/assets/toolkit/toolkit/templates/handoffs/ARCH_TO_DEV.md +0 -31
  94. package/assets/toolkit/toolkit/templates/handoffs/BA_TO_ARCH.md +0 -28
  95. package/assets/toolkit/toolkit/templates/handoffs/DEV_STAGE1_SPEC_REVIEW.md +0 -26
  96. package/assets/toolkit/toolkit/templates/handoffs/DEV_STAGE2_CODE_QUALITY_REVIEW.md +0 -20
  97. package/assets/toolkit/toolkit/templates/handoffs/DEV_TO_QA.md +0 -23
  98. package/assets/toolkit/toolkit/templates/handoffs/PM_TO_BA.md +0 -26
  99. package/assets/toolkit/toolkit/templates/handoffs/QA_RELEASE_DECISION.md +0 -21
  100. package/bin/sdtk.js +0 -15
  101. package/src/commands/auth.js +0 -85
  102. package/src/commands/generate.js +0 -177
  103. package/src/commands/help.js +0 -101
  104. package/src/commands/init.js +0 -97
  105. package/src/commands/runtime.js +0 -217
  106. package/src/index.js +0 -59
  107. package/src/lib/args.js +0 -116
  108. package/src/lib/errors.js +0 -41
  109. package/src/lib/github-access.js +0 -68
  110. package/src/lib/powershell.js +0 -85
  111. package/src/lib/scope.js +0 -68
  112. package/src/lib/state.js +0 -83
  113. package/src/lib/toolkit-payload.js +0 -99
@@ -1,220 +0,0 @@
1
- # Flow Action Spec Creation Rules for AI Agents
2
-
3
- This document defines reusable rules for creating and updating screen flow-action specifications
4
- (for example `docs/specs/*_FLOW_ACTION_SPEC.md`).
5
-
6
- ## 1. Scope and Goal
7
-
8
- - Produce a screen-level specification that is traceable from BA/ARCH to FE/BE implementation.
9
- - Keep one source of truth for:
10
- - screen flow
11
- - UI items and actions
12
- - API calls per action
13
- - screen-to-API mapping
14
- - Keep documentation implementation-aware and review-friendly.
15
-
16
- ## 2. Mandatory Document Structure
17
-
18
- A flow-action spec should include, at minimum:
19
-
20
- 1. `Abbreviations`
21
- 2. `Feature overview`
22
- 3. `Assumptions`
23
- 4. `Screen flow action` (with PlantUML)
24
- 5. `Screen layout spec by flow action`
25
- 6. `System processing flow`
26
- 7. `Open questions`
27
- 8. `Screen - API mapping`
28
- 9. `Document history`
29
-
30
- If a section is not in scope, keep the section and mark explicitly as `N/A` with reason.
31
-
32
- ## 3. Table Standards
33
-
34
- - Every table must include a `No` column (sequential numbering).
35
- - Use stable headers for action tables:
36
- - `No | Item Name | Item Type | Attribute | DB Column | Size | Default Value | Action | Description | Note`
37
- - Use stable headers for API mapping tables:
38
- - `No | Trigger/When | UI item (No / Item Name) | API to call | Data usage / Notes`
39
- - Use stable headers for screen mapping:
40
- - `No | Screen (section) | Screen ID | Read/Search APIs | Write APIs | Notes / Q&A refs`
41
- - Table rows must keep column count consistent with the header (no broken or merged rows).
42
- - Avoid single-line merged content that collapses multiple logical items into one table row.
43
-
44
- ### 3.1 Action Table Mapping Completion Rules
45
-
46
- - After API endpoint spec and database spec are available, the action-table columns `Attribute`, `DB Column`, `Size`, and `Default Value` must not be left blank when the mapping can be derived from current source-of-truth inputs.
47
- - Fill these four columns only after the relevant API contract and DB schema are stable enough to be treated as the current source of truth for the active phase.
48
- - Source priority for filling the four columns:
49
- 1. `docs/api/*_ENDPOINTS.md` and OpenAPI YAML for request/response contract
50
- 2. `docs/database/DATABASE_SPEC_*.md` for physical column names, nullability, storage shape, and query-source aliases
51
- 3. confirmed flow/business rules for default state and behavior
52
- 4. design source (Figma/Excel) for screen label and control type only
53
- - `Attribute` rules:
54
- - input item: use the canonical request payload path
55
- - display item: use the canonical response path
56
- - UI-only item: use `ui.*` namespace
57
- - `DB Column` rules:
58
- - use physical DB column names or query-source aliases from the API/database spec
59
- - if multiple columns participate, list them explicitly
60
- - if the control is UI-only, write `N/A`
61
- - `Size` rules:
62
- - document data format/type, not pixel width
63
- - prefer canonical forms such as `uuid`, `DATE (YYYY-MM-DD)`, `DATETIME`, `TIME (HH:mm)`, `boolean`, `array[uuid]`, `enum(...)`, `JSON string`
64
- - prefer DB storage type first; if not available, fall back to API schema type/format
65
- - `Default Value` rules:
66
- - use confirmed business, UI, or runtime defaults
67
- - if the default comes from settings or environment, state that clearly
68
- - if not finalized, use `TBD` and keep or raise an open-question reference in `Note`
69
- - If screen labels conflict with canonical API/DB naming, preserve the original screen label in the visible screen columns, but keep `Attribute` and `DB Column` aligned to API/DB source of truth and explain the mismatch in `Note`.
70
-
71
- ### 3.2 Language and Encoding Standards (EN Artifacts)
72
-
73
- - For EN artifacts (`docs/en/**` or explicitly requested EN version), narrative text must be English.
74
- - JP labels, if provided by the input, should be kept in a clearly marked appendix or note column, not in the default item table columns.
75
- - Do not leave mixed-language fragments in one sentence/cell (for example VI+EN mixed text).
76
- - If original VI/JP text is required for traceability, keep it in a clearly marked appendix block (`Original Text`), then provide EN translation.
77
- - Save files as UTF-8 and avoid mojibake/broken glyphs (`�`, `ↁE`, garbled sequences).
78
- - Keep canonical terminology stable across documents (for example: `bukken`, `sagyo`, `customer employee`).
79
-
80
- ### 3.3 Markdown Structure Hygiene
81
-
82
- - Keep each heading on its own line; do not concatenate multiple headings/sections on one line.
83
- - Keep metadata blocks (`Information`, `Note`, `Behavior notes`) as structured bullet blocks, not single compressed lines.
84
- - Keep image, table, and separator (`---`) boundaries explicit to preserve parser/render stability.
85
-
86
- ### 3.4 Assumptions Section
87
-
88
- - Every flow-action spec must include a top-level `## Assumptions` section.
89
- - Use this table format exactly: `# | Assumption | Verified | Risk if wrong`.
90
- - Keep assumptions explicit when downstream mapping or behavior depends on an unresolved decision.
91
- - If an assumption affects UI behavior, API mapping, or DB mapping, reflect the risk in `Note` and keep or raise the related `OQ-xx` item.
92
-
93
- ## 4. Item Numbering and Duplication Rules
94
-
95
- - Use one numbering mode only: `global across document`.
96
- - Number values must increase across all action tables in the document.
97
- - DESIGN_LAYOUT wireframe markers are a separate screen-local visual system. They may reset per screen and do not need to numerically equal the global action-table `No`.
98
- - Avoid duplicate item descriptions for the same UI control across screens unless behavior differs.
99
- - If duplicate number is intentional (rare), annotate reason in `Note`.
100
-
101
- ## 5. Screen Section Rules
102
-
103
- For each screen section:
104
-
105
- - Provide metadata:
106
- - official screen name
107
- - Screen ID
108
- - Design Source Type
109
- - Design Source Reference
110
- - Embed one representative image per screen (from Figma, screenshot, or generated layout).
111
- - Provide one action table.
112
- - Provide one API mapping table.
113
- - If a screen has dialogs, create explicit dialog sub-sections with their own tables and API mapping.
114
-
115
- ## 5.1 Design Source Modes
116
-
117
- Each screen section must declare a design source using one of these modes:
118
-
119
- | Mode | When | Design Source Reference |
120
- |------|------|----------------------|
121
- | `source-backed` | Figma URL or screenshot is available | Figma URL or screenshot path |
122
- | `generated-draft` | No Figma/screenshot, but feature has UI scope | Section reference in `docs/design/DESIGN_LAYOUT_[FEATURE_KEY].md` |
123
- | `none` | Feature has no UI scope for this screen | State `N/A - no UI scope` |
124
-
125
- Rules:
126
- - For UI-scope features, `none` is only valid when the specific screen truly has no visual layout.
127
- - When using `generated-draft`, the `DESIGN_LAYOUT_[FEATURE_KEY].md` must exist before the flow-action spec is finalized.
128
- - The flow-action spec and the design-layout doc must remain separate documents.
129
- - When Figma becomes available later, update the source mode from `generated-draft` to `source-backed`.
130
-
131
- ## 5.2 Wireframe Marker Mapping for Generated-Draft Screens
132
-
133
- For generated-draft screens with rendered design-layout images:
134
-
135
- - Treat wireframe markers as screen-local visual references only.
136
- - Keep action-table `No` global across the document per section 4.
137
- - Add a wireframe marker mapping table directly under the screen image.
138
- - Use this stable header:
139
- - `No | Wireframe Marker | Action Table No | Item Name | Notes`
140
- - Map only the items visibly present on the wireframe image.
141
- - If an action-table row is not visible on the wireframe, state `Not shown on wireframe` in `Notes` instead of inventing a marker.
142
- - If the wireframe label and the action-table label differ slightly, keep the action-table item name and explain the label difference in `Notes`.
143
-
144
- ## 6. API Traceability Rules
145
-
146
- - Every actionable UI event that changes state must map to a write API.
147
- - Every data-loading UI event must map to a read/search API.
148
- - If one endpoint serves multiple actions (initial load, search, refresh), state this explicitly.
149
- - If no API is called for an action, state `No API` and explain why.
150
-
151
- ## 7. PlantUML Rules for Screen Flow
152
-
153
- - Use new-style PlantUML activity diagram syntax only for screen-flow diagrams.
154
- - Allowed activity constructs include: `start`, `stop`, `partition "..." {}`, `:Activity;`, `->`, `if/then/else/endif`, `fork`, `fork again`, `end fork`, and `note right/left`.
155
- - Do not mix legacy activity syntax such as `(*)`, `-->`, or `[edge label]` with new-style activity actions like `:Activity;`.
156
- - Validate renderability before handoff. If a renderer is unavailable in the current environment, at minimum keep the block internally consistent with new-style activity syntax only.
157
- - Use `\\n` for multi-line labels in activity nodes and notes.
158
- - Keep diagram at navigation/action level (not low-level SQL or backend internals).
159
- - Ensure screen names in PlantUML match section names in layout spec.
160
-
161
- ## 8. Data Source and Asset Rules
162
-
163
- - Prioritize source order:
164
- 1. Confirmed design source (for example Figma)
165
- 2. Confirmed requirement files (Excel/spec)
166
- 3. User-provided screenshots
167
- - Store images in repository-relative filesystem paths.
168
- - Reference images in markdown using file-relative paths from the spec file's directory.
169
- - Do not keep temporary local absolute paths in markdown.
170
-
171
- ### 8.1 Rendered Screen Images for Generated-Draft Screens
172
-
173
- When `Design Source Type` is `generated-draft`:
174
- - Screen preview images may be rendered from `DESIGN_LAYOUT_[FEATURE_KEY].md` PlantUML SALT wireframes.
175
- - Renderer: `toolkit/skills/sdtk-design-layout/scripts/render_design_layout_images.py`
176
- - Expected output path (filesystem): `docs/specs/assets/<feature_snake>/screens/<screen_id>.svg`
177
- - Markdown image path (file-relative from `docs/specs/*_FLOW_ACTION_SPEC.md`): `assets/<feature_snake>/screens/<screen_id>.svg`
178
- - DESIGN_LAYOUT markers inside the image are screen-local visual references and may reset per screen; use the wireframe mapping table to bridge them to the global action-table `No`.
179
- - If the rendered `.svg` file exists, use the file-relative markdown path in the `Screen image:` reference.
180
- - If rendering is unavailable or the `.svg` does not exist, replace the image line with:
181
- `> Screen image not rendered in this environment. See Design Source Reference for layout.`
182
- - Do not leave a broken image reference pointing to a non-existent file.
183
-
184
- ## 9. Consistency with Other Specs
185
-
186
- - Align terms with:
187
- - BA spec glossary
188
- - API endpoints spec
189
- - Database spec
190
- - If terminology differs across docs, raise an open question and add a temporary mapping note.
191
- - Keep endpoint paths in flow-action spec consistent with API endpoint spec.
192
-
193
- ## 10. Open Questions and Uncertainty Handling
194
-
195
- - Capture unresolved items in `Open questions` table.
196
- - Do not invent UI behavior or API contracts when source is ambiguous.
197
- - Mark uncertain mappings as `Draft` and include impacted files/sections.
198
-
199
- ## 11. Change Management
200
-
201
- - On each update:
202
- - update impacted screen sections
203
- - update API mapping tables
204
- - update screen-to-API mapping summary
205
- - append one row in document history
206
- - Never overwrite past history rows.
207
-
208
- ## 12. Final Checklist Before Handoff
209
-
210
- - PlantUML renders successfully.
211
- - All mandatory sections exist.
212
- - All tables include `No`.
213
- - Numbering is global across the document (no resets).
214
- - No broken image links (for `generated-draft` screens: `.svg` exists or render-skipped note is present).
215
- - Screen/API mappings are consistent with `*_ENDPOINTS.md`.
216
- - Assumptions section exists and unresolved assumptions are traceable.
217
- - Open questions are explicit and traceable.
218
- - For EN artifact: no leftover VI text outside allowed `Original Text` appendix blocks.
219
- - No mojibake/encoding corruption markers.
220
- - Headings/tables are structurally clean (no merged lines that break readability/traceability).
@@ -1,51 +0,0 @@
1
- # Export anh tu Excel (sheet co hinh/shape) - tranh vo layout & loi anh trang
2
-
3
- ## Khi nao can
4
-
5
- - Sheet `画面遷移` hoac `画面|...` chua hinh (picture/shape) thay vi text trong cell.
6
- - Can anh de embed vao markdown hoac overlay so.
7
-
8
- ## Loi da gap & nguyen nhan
9
-
10
- 1) `Chart.Export()` ra PNG trang (~1.3KB)
11
- - Nguyen nhan: Excel COM export chart/picture khong on dinh voi group/picture phuc tap.
12
-
13
- 2) Sai duong dan thu muc anh khi SaveAs HTML
14
- - Excel tao folder anh theo quy uoc: `<basename>.files`
15
- - Vi du: `export.html` -> folder `export.files` (khong phai `export.html.files`).
16
-
17
- 3) Excel COM crash / OLE error `0x800a01a8`
18
- - Nguyen nhan pho bien: goi `Quit()` nham instance Excel dang duoc attach boi COM (dac biet khi dung `Dispatch`).
19
-
20
- 4) Marker 2 chu so bi mat digit (10 hien thi nhu 1)
21
- - Nguyen nhan: oval qua nho + wrap/align khong chuan.
22
-
23
- ## Cach lam khuyen nghi (tu dong)
24
-
25
- Dung script trong repo, vi du:
26
- `Requirements/_generate_numbered_screen_images.py`
27
-
28
- Script nen dam bao:
29
- - Flatten group + SaveAs HTML de lay PNG that (tranh PNG trang).
30
- - Dung `DispatchEx` khi mo Excel rieng de overlay len PNG (tranh crash do Quit nham instance).
31
- - Tang size oval + tat WordWrap de hien thi du 2-3 chu so.
32
- - Su dung dung quy uoc `.files` folder khi export HTML.
33
-
34
- Chay (vi du, tai project root):
35
- ```powershell
36
- python Requirements\_generate_numbered_screen_images.py
37
- ```
38
-
39
- ## Cach lam thu cong (fallback)
40
-
41
- 1) Mo Excel -> chon vung UI can export (picture/group) -> Copy as Picture.
42
- 2) Paste sang sheet trong hoac workbook moi.
43
- 3) Save As -> "Web Page (*.htm; *.html)".
44
- 4) Vao folder `<basename>.files` -> chon file `imageXXX.png` co kich thuoc phu hop nhat.
45
- 5) Copy sang `docs/specs/assets/[feature_snake]/screens/` va dat ten theo convention.
46
-
47
- ## Luu y khi script fail do ten Picture thay doi
48
-
49
- Neu script tham chieu theo `picture_name` (vd: `Picture 4`, `Picture 7`), khi Excel doi ten:
50
- - Mo Excel -> chon picture -> xem/doi ten trong Selection Pane, hoac
51
- - Cap nhat lai `picture_name` trong script.
@@ -1,54 +0,0 @@
1
- # Figma MCP: lay layout/style/tokens + export anh
2
-
3
- ## Parse URL Figma
4
-
5
- Mau URL:
6
- `https://www.figma.com/design/<fileKey>/<fileName>?node-id=<nodeId>&m=dev&t=...`
7
-
8
- - `fileKey` = segment sau `/design/`.
9
- - `nodeId`:
10
- - query param `node-id=1-2695`
11
- - chuyen sang format API: `1:2695` (thay `-` bang `:`).
12
-
13
- ## Lay du lieu layout/style (uu tien)
14
-
15
- Dung MCP:
16
- - `mcp__figma__get_figma_data`
17
- - Input: `fileKey`, `nodeId`
18
- - Goi y: thu `depth=2` hoac `depth=3` (tang dan neu thieu thong tin).
19
-
20
- Khi tong hop vao `docs/specs/[FEATURE_KEY]_FIGMA_LAYOUT.md`, giu khung:
21
- - Design Structure: frame dimensions, components/instances, key layers, variants/properties.
22
- - Styling Data: color (Hex/RGB), typography (font/size/weight/line-height), shadow/opacity/border.
23
- - Layout Information: padding/gap/alignment, width/height, border radius.
24
- - Design Tokens: color/typography/spacing tokens neu co ten style (vd: `style_...`).
25
-
26
- ## Rate-limit 429 / du lieu thieu
27
-
28
- Neu gap `429 Too Many Requests`:
29
- 1) Giam `depth` va thu lai.
30
- 2) Cho va retry (backoff 20s -> 40s -> 80s).
31
- 3) Neu van fail: de trong cac muc khong lay duoc va ghi note ro ly do 429.
32
-
33
- Khong tu bịa mau/typography/token khi khong co du lieu.
34
-
35
- ## Export anh man hinh
36
-
37
- Dung MCP:
38
- - `mcp__figma__download_figma_images`
39
- - Input: `fileKey`, danh sach `nodes` (nodeId), `fileName` (png), `pngScale` (thuong 2).
40
-
41
- Luu y ve `localPath`:
42
- - Mot so moi truong chan duong dan tuyet doi.
43
- - Dung thu muc tuong doi trong repo (vd: `Requirements/_tmp/figma_downloads`) roi copy anh ve:
44
- - `docs/specs/assets/[feature_snake]/screens/`
45
-
46
- ## Quy uoc dat ten file anh
47
-
48
- Khuyen nghi dat ten on dinh de embed lau dai, vi du:
49
- - `screen_3_1_main.png`
50
- - `screen_3_2_search.png`
51
- - `screen_3_3_dialog.png`
52
- - `screen_3_3_dialog_numbered.png`
53
-
54
- Neu dung anh tu Excel thay the, van giu cung naming de tranh sua nhieu link trong markdown.
@@ -1,28 +0,0 @@
1
- # UI Numbering Policy
2
-
3
- ## Scope
4
-
5
- - `FLOW_ACTION_SPEC` action tables use one numbering mode only: global across the full document.
6
- - `DESIGN_LAYOUT` wireframe markers are screen-local visual references and may reset per screen.
7
- - Do not force wireframe marker values to numerically equal the global action-table `No`.
8
-
9
- ## DESIGN_LAYOUT Rules
10
-
11
- - Every visible wireframe control should have a visible local marker.
12
- - Prefer Unicode circled-number markers in generated design docs.
13
- - Avoid parenthetical `(N)` markers because they blend into UI text and can conflict with SALT parser behavior.
14
- - Local wireframe markers only cover items visibly present on that screen.
15
-
16
- ## FLOW_ACTION_SPEC Rules
17
-
18
- - Keep action-table `No` values global across the document.
19
- - For each generated-draft screen with an embedded wireframe image, add a wireframe marker mapping table:
20
- - `No | Wireframe Marker | Action Table No | Item Name | Notes`
21
- - The mapping table bridges screen-local wireframe markers to global action-table numbers.
22
- - If an action-table item is not visible on the wireframe, note that explicitly instead of inventing a marker.
23
-
24
- ## Non-1:1 Mapping Cases
25
-
26
- - If the wireframe label and the action-table label differ slightly, use the action-table item name in the mapping table and explain the label difference in `Notes`.
27
- - If multiple action-table rows map to one visual region, spell that out in `Notes`.
28
- - If a dialog, hidden state, or validation item is not shown on the wireframe, mark it as `Not shown on wireframe`.
@@ -1,136 +0,0 @@
1
- from __future__ import annotations
2
-
3
- import argparse
4
- import re
5
- import sys
6
- from pathlib import Path
7
-
8
-
9
- TABLE_ROW_RE = re.compile(r"^\|.*\|\s*$")
10
- TABLE_SEP_RE = re.compile(r"^\|\s*:?-+:?\s*(\|\s*:?-+:?\s*)+\|\s*$")
11
-
12
-
13
- def _split_table_row(line: str) -> list[str]:
14
- return [p.strip() for p in line.strip().strip("|").split("|")]
15
-
16
-
17
- def _read_text(path: Path) -> tuple[str, str]:
18
- for enc in ("utf-8-sig", "utf-8", "cp1252"):
19
- try:
20
- return path.read_text(encoding=enc), enc
21
- except UnicodeDecodeError:
22
- continue
23
- return path.read_text(errors="replace"), "utf-8"
24
-
25
-
26
- def _make_row(cells: list[str]) -> str:
27
- return "| " + " | ".join(cells) + " |"
28
-
29
-
30
- def renumber_action_tables(md_text: str) -> tuple[str, int, int]:
31
- lines = md_text.splitlines()
32
- out = lines[:]
33
-
34
- expected_no = 1
35
- touched = 0
36
- rows = 0
37
-
38
- i = 0
39
- while i < len(lines):
40
- line = lines[i]
41
- if i + 1 < len(lines) and TABLE_ROW_RE.match(line) and TABLE_ROW_RE.match(lines[i + 1]):
42
- header = _split_table_row(line)
43
- if not TABLE_SEP_RE.match(lines[i + 1]):
44
- i += 1
45
- continue
46
-
47
- lowered = [h.lower() for h in header]
48
- if "action" not in lowered or "description" not in lowered:
49
- i += 1
50
- continue
51
- if "no" in lowered:
52
- no_index = lowered.index("no")
53
- elif "no." in lowered:
54
- no_index = lowered.index("no.")
55
- else:
56
- i += 1
57
- continue
58
-
59
- j = i + 2
60
- while j < len(lines) and TABLE_ROW_RE.match(lines[j]):
61
- row = _split_table_row(lines[j])
62
- if len(row) <= no_index:
63
- j += 1
64
- continue
65
-
66
- try:
67
- current_no = int(row[no_index])
68
- except ValueError:
69
- j += 1
70
- continue
71
-
72
- rows += 1
73
- if current_no != expected_no:
74
- row[no_index] = str(expected_no)
75
- out[j] = _make_row(row)
76
- touched += 1
77
- expected_no += 1
78
- j += 1
79
-
80
- i = j
81
- continue
82
-
83
- i += 1
84
-
85
- return "\n".join(out) + "\n", rows, touched
86
-
87
-
88
- def main() -> int:
89
- parser = argparse.ArgumentParser(
90
- description="Renumber action table `No` fields globally in *_FLOW_ACTION_SPEC.md"
91
- )
92
- parser.add_argument("--spec", required=True, help="Path to *_FLOW_ACTION_SPEC.md")
93
- parser.add_argument(
94
- "--write",
95
- action="store_true",
96
- help="Write changes to file. Without this flag, runs in dry-run mode.",
97
- )
98
- args = parser.parse_args()
99
-
100
- try:
101
- sys.stdout.reconfigure(encoding="utf-8") # type: ignore[attr-defined]
102
- sys.stderr.reconfigure(encoding="utf-8") # type: ignore[attr-defined]
103
- except Exception:
104
- pass
105
-
106
- spec_path = Path(args.spec)
107
- if not spec_path.exists():
108
- print(f"[ERROR] Not found: {spec_path}", file=sys.stderr)
109
- return 2
110
-
111
- text, enc = _read_text(spec_path)
112
- new_text, rows, touched = renumber_action_tables(text)
113
-
114
- print(f"Checked: {spec_path}")
115
- print(f"- Numbered action rows: {rows}")
116
- print(f"- Rows changed: {touched}")
117
- print(f"- Mode: {'write' if args.write else 'dry-run'}")
118
-
119
- if touched == 0:
120
- print("[OK] Already globally numbered.")
121
- return 0
122
-
123
- if not args.write:
124
- print("[INFO] Re-run with --write to apply changes.")
125
- return 1
126
-
127
- if enc not in ("utf-8", "utf-8-sig"):
128
- enc = "utf-8"
129
- spec_path.write_text(new_text, encoding=enc)
130
- print("[OK] Updated file with global numbering.")
131
- return 0
132
-
133
-
134
- if __name__ == "__main__":
135
- raise SystemExit(main())
136
-