sdtk-kit 0.3.8 → 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 -270
  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 -129
  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 -656
  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 -200
  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 -41
  35. package/assets/toolkit/toolkit/skills/sdtk-design-layout/scripts/render_design_layout_images.py +0 -213
  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 -73
  46. package/assets/toolkit/toolkit/skills/sdtk-screen-design-spec/references/FLOW_ACTION_SPEC_CREATION_RULES.md +0 -200
  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 -76
  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 -249
  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 -76
  57. package/assets/toolkit/toolkit/skills-claude/api-doc/SKILL.md +0 -47
  58. package/assets/toolkit/toolkit/skills-claude/arch/SKILL.md +0 -72
  59. package/assets/toolkit/toolkit/skills-claude/ba/SKILL.md +0 -50
  60. package/assets/toolkit/toolkit/skills-claude/design-layout/SKILL.md +0 -25
  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 -68
  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 -49
  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 -200
  92. package/assets/toolkit/toolkit/templates/docs/specs/FLOW_ACTION_SPEC_TEMPLATE.md +0 -172
  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,98 +0,0 @@
1
- # PROJECT INITIATION: {{FEATURE_KEY}}
2
-
3
- **Document ID:** PROJECT_INITIATION_{{FEATURE_KEY}}
4
- **Version:** 1.0.0
5
- **Date:** {{DATE}}
6
- **Author:** PM Agent
7
- **Status:** DRAFT - Ready for BA Analysis
8
-
9
- ---
10
-
11
- ## 1. EXECUTIVE SUMMARY
12
-
13
- **Feature Name:** {{FEATURE_NAME}}
14
-
15
- ## 2. BUSINESS PROBLEM
16
-
17
- ### 2.1 Current State
18
-
19
- ### 2.2 Pain Points
20
-
21
- ### 2.3 Business Impact
22
-
23
- ---
24
-
25
- ## 3. HIGH-LEVEL REQUIREMENTS
26
-
27
- | Req ID | Requirement | Priority (MUST/SHOULD/COULD) |
28
- |--------|------------|------------------------------|
29
- | REQ-01 | TBD | MUST |
30
-
31
- ### 3.1 User Roles
32
-
33
- | Role | Description | Key Capabilities |
34
- |------|-------------|------------------|
35
- | Administrator | TBD | TBD |
36
-
37
- ### 3.2 Key Screens (if UI involved)
38
- - TBD
39
-
40
- ---
41
-
42
- ## 4. SUCCESS CRITERIA (Measurable)
43
-
44
- | Metric ID | Metric | Target | Measurement Method |
45
- |-----------|--------|--------|-------------------|
46
- | SM-01 | TBD | TBD | TBD |
47
-
48
- ---
49
-
50
- ## 5. RISKS AND DEPENDENCIES
51
-
52
- ### 5.1 Risks
53
- | Risk ID | Risk Description | Impact | Probability | Mitigation |
54
- |---------|------------------|--------|-------------|------------|
55
- | R-01 | TBD | Medium | Medium | TBD |
56
-
57
- ### 5.2 Dependencies
58
- | Dep ID | Dependency | Type | Owner | Status |
59
- |--------|------------|------|-------|--------|
60
- | D-01 | TBD | Technical | TBD | TBD |
61
-
62
- ### 5.3 Open Questions (Clarifications Needed)
63
-
64
- | Q-ID | Question | Decision Owner (PM/User) | Needed By (Phase) | Status (OPEN/RESOLVED) | Notes/Options | Resolution |
65
- |------|----------|---------------------------|-------------------|------------------------|---------------|------------|
66
- | OQ-01 | TBD | PM | Phase 2 (BA) | OPEN | TBD | TBD |
67
-
68
- ---
69
-
70
- ## 6. CONSTRAINTS
71
-
72
- | Constraint | Description |
73
- |------------|-------------|
74
- | Stack | Backend: {{STACK_BACKEND}}; Frontend: {{STACK_FRONTEND}}; DB: {{STACK_DATABASE}} |
75
- | Auth | {{STACK_AUTH}} |
76
-
77
- ---
78
-
79
- ## 7. NEXT STEPS
80
-
81
- HANDOFF TO BA:
82
- `@ba please analyze requirements for {{FEATURE_KEY}} and create BA_SPEC_{{FEATURE_KEY}}.md`
83
-
84
- ---
85
-
86
- ## 8. SOURCE REFERENCES
87
-
88
- - Source requirements: `Requirements/...` (if available)
89
-
90
- ---
91
-
92
- ## APPENDIX A: Original Input (VI/JP) - keep as-is
93
-
94
- Paste the original requirement text here without rewriting.
95
-
96
- ## APPENDIX B: English Translation (of Appendix A)
97
-
98
- Provide an English translation of Appendix A (literal, for traceability).
@@ -1,61 +0,0 @@
1
- # QA Release Report: {{FEATURE_KEY}} ({{FEATURE_NAME}})
2
-
3
- **Document ID:** QA_RELEASE_REPORT_{{FEATURE_KEY}}
4
- **Version:** 1.0.0
5
- **Date:** {{DATE}}
6
- **Author:** QA Agent
7
- **Status:** DRAFT
8
-
9
- ---
10
-
11
- ## 1. SUMMARY
12
-
13
- | Item | Value |
14
- |------|-------|
15
- | Release Decision | TBD (APPROVED / REJECTED) |
16
- | Build/Commit | TBD |
17
- | Environment | TBD |
18
- | Test Case Spec | `docs/qa/{{FEATURE_KEY}}_TEST_CASE.md` (if used) |
19
-
20
- ---
21
-
22
- ## 2. TEST EXECUTION
23
-
24
- | Test Type | Result | Notes |
25
- |-----------|--------|------|
26
- | Unit | TBD | |
27
- | Integration | TBD | |
28
- | E2E | TBD | |
29
-
30
- ---
31
-
32
- ## 3. DEFECTS
33
-
34
- | ID | Severity | Description | Status |
35
- |----|----------|-------------|--------|
36
- | BUG-01 | MEDIUM | TBD | OPEN |
37
-
38
- ---
39
-
40
- ## 4. OPEN QUESTIONS / CLARIFICATIONS
41
-
42
- Use this section when acceptance criteria, expected behavior, or scope is unclear. Escalate to PM; if PM cannot resolve from docs, PM must confirm with the user.
43
-
44
- | Q-ID | Question | Decision Owner (PM/User) | Status (OPEN/RESOLVED) | Notes/Options | Resolution |
45
- |------|----------|---------------------------|------------------------|---------------|------------|
46
- | OQ-01 | TBD | PM | OPEN | TBD | TBD |
47
-
48
- ---
49
-
50
- ## 5. RELEASE GATE
51
-
52
- - [ ] 0 HIGH severity open
53
- - [ ] Coverage meets targets
54
- - [ ] NFRs met (performance/security)
55
-
56
- ---
57
-
58
- ## 6. HANDOFF
59
-
60
- If APPROVED:
61
- `@pm please finalize release status for {{FEATURE_KEY}}`
@@ -1,129 +0,0 @@
1
- # TEST CASE CREATION RULES
2
- ## Canonical rules for `[FEATURE_KEY]_TEST_CASE.md`
3
-
4
- **Version:** 1.0.0
5
- **Last Updated:** 2026-02-25
6
-
7
- ---
8
-
9
- ## 1. Purpose
10
- - Standardize creation of feature test-case documents in markdown.
11
- - Mirror Excel-style worksheet layout while keeping output reviewable in `.md`.
12
- - Keep QA artifacts reusable across projects, domains, and screen sets.
13
-
14
- ---
15
-
16
- ## 2. Output Contract
17
- - Primary output file:
18
- - `docs/qa/[FEATURE_KEY]_TEST_CASE.md`
19
- - Optional language/project variant:
20
- - `docs/en/qa/[FEATURE_KEY]_TEST_CASE.md` (only when the project explicitly uses `docs/en/**`).
21
-
22
- ---
23
-
24
- ## 3. Required Section Order
25
- 1. Document metadata (`Document ID`, `Version`, `Date`, `Author`, `Status`)
26
- 2. `Statistic Summary (Excel-aligned)`
27
- 3. `Abbreviations`
28
- 4. `1. Scope`
29
- 5. `2. References`
30
- 6. `3. Test Environment and Common Data`
31
- 7. `4. Feature Coverage Matrix`
32
- 8. `5. Screen-based Test Cases (Excel-aligned)`
33
- 9. `6. Open Questions (for final freeze)`
34
- 10. `7. STC/UAT Note`
35
-
36
- Do not reorder these sections unless the user requests a different contract.
37
-
38
- ---
39
-
40
- ## 4. Statistic Summary Rules
41
- - Place summary near the top of the file (before detailed UTC/ITC tables).
42
- - Keep columns aligned with Excel `Statistic` logic:
43
- - `Num of Case`
44
- - `OK`
45
- - `NG`
46
- - `Not tested yet`
47
- - `Done (%)`
48
- - `Updated Date`
49
- - Compute:
50
- - `Not tested yet = Num of Case - (OK + NG)`
51
- - `Done (%) = (OK + NG) / Num of Case`
52
- - Include subtotal rows at minimum:
53
- - `Unit Test Total`
54
- - `Integration Test Total`
55
- - `Grand Total`
56
-
57
- ---
58
-
59
- ## 5. Screen-Based Worksheet Mapping
60
- - Use `screen-first` layout to mirror Excel tabs:
61
- - Each functional screen has a section (for example `SCH01`, `SCH02`, ...).
62
- - Each screen section can have 2 sub-sections:
63
- - `UTC` worksheet (name pattern: `[SCREEN_KEY]_UTC`)
64
- - `ITC` worksheet (name pattern: `[SCREEN_KEY]_ITC`)
65
- - Add one mapping table in section 5 that lists:
66
- - `Screen`
67
- - `Suggested Worksheet Pair`
68
- - `UTC Cases`
69
- - `ITC Cases`
70
- - `Notes`
71
-
72
- ---
73
-
74
- ## 6. Test Case Table Schema (Mandatory)
75
- - Use one unified 18-column schema for both UTC and ITC tables:
76
- - `No`
77
- - `Test Type`
78
- - `Test Perspective`
79
- - `Test Item`
80
- - `Precondition`
81
- - `Test Steps`
82
- - `Expected Result`
83
- - `Browser`
84
- - `Test Execution Result`
85
- - `Remarks`
86
- - `Reviewer`
87
- - `Review Date`
88
- - `OK/NG`
89
- - `Cause`
90
- - `Countermeasure`
91
- - `Owner`
92
- - `Completion Date`
93
- - `Confirmation`
94
-
95
- ---
96
-
97
- ## 7. Numbering and ID Policy
98
- - Keep a stable `No` for each test case row.
99
- - Do not renumber existing case IDs only for visual regrouping.
100
- - In screen-split sections, case IDs may be non-contiguous; this is allowed.
101
- - Summary/helper tables must keep contiguous `No` (`1,2,3,...`).
102
-
103
- ---
104
-
105
- ## 8. Open Questions (OQ) Policy
106
- - If expected behavior is unclear, create `OQ-xx` entries in section 6.
107
- - Do not assume behavior for:
108
- - permission matrix
109
- - conflict dialog/action semantics
110
- - API contract ambiguities
111
- - release-scope boundary
112
- - When resolved, keep question row and set status/remarks to resolved.
113
-
114
- ---
115
-
116
- ## 9. Language and Encoding
117
- - Default artifact language: English.
118
- - Keep original JP/VI labels when required by business/UI traceability (for example button labels).
119
- - File encoding must be UTF-8.
120
- - Avoid mojibake and placeholder tokens (`??`, `?????`) in final output.
121
-
122
- ---
123
-
124
- ## 10. Final Validation Checklist
125
- - Required sections exist and are in correct order.
126
- - Statistic totals equal sum of UTC/ITC rows.
127
- - Screen mapping table case counts match actual UTC/ITC table counts.
128
- - Scope explicitly states in-scope and out-of-scope boundaries.
129
- - Open questions are explicitly tracked with owner and impact.
@@ -1,104 +0,0 @@
1
- # {{FEATURE_KEY}} TEST CASE
2
-
3
- **Document ID:** TEST_CASE_{{FEATURE_KEY}}
4
- **Version:** 1.0.0
5
- **Date:** {{DATE}}
6
- **Author:** QA Agent
7
- **Status:** DRAFT
8
-
9
- ---
10
-
11
- ## Statistic Summary (Excel-aligned)
12
-
13
- | No | Test Group | Worksheet Mapping (Markdown) | Num of Case | OK | NG | Not tested yet | Done (%) | Updated Date |
14
- | ---: | --- | --- | ---: | ---: | ---: | ---: | ---: | --- |
15
- | 1 | Unit Test Total | `UT Total` | 0 | 0 | 0 | 0 | 0.00% | {{DATE}} |
16
- | 2 | Integration Test Total | `IT Total` | 0 | 0 | 0 | 0 | 0.00% | {{DATE}} |
17
- | 3 | Grand Total | `Total` | 0 | 0 | 0 | 0 | 0.00% | {{DATE}} |
18
-
19
- ---
20
-
21
- ## Abbreviations
22
-
23
- | No | Abbreviation | Meaning |
24
- | ---: | --- | --- |
25
- | 1 | UTC | Unit Test Case |
26
- | 2 | ITC | Integration Test Case |
27
- | 3 | STC | System Test Case |
28
- | 4 | UAT | User Acceptance Test |
29
- | 5 | OQ | Open Question |
30
-
31
- ---
32
-
33
- ## 1. Scope
34
-
35
- - In scope: `TBD`
36
- - Out of scope: `TBD`
37
- - Notes: `TBD`
38
-
39
- ---
40
-
41
- ## 2. References
42
-
43
- | No | Document | Usage |
44
- | ---: | --- | --- |
45
- | 1 | `docs/specs/BA_SPEC_{{FEATURE_KEY}}.md` | Business rules and acceptance criteria |
46
- | 2 | `docs/architecture/ARCH_DESIGN_{{FEATURE_KEY}}.md` | Architecture scope and constraints |
47
- | 3 | `docs/api/{{FEATURE_KEY}}_ENDPOINTS.md` | API contracts and status/error policy |
48
- | 4 | `docs/specs/{{FEATURE_KEY}}_FLOW_ACTION_SPEC.md` | Screen behavior and flow actions |
49
-
50
- ---
51
-
52
- ## 3. Test Environment and Common Data
53
-
54
- | No | Item | Value |
55
- | ---: | --- | --- |
56
- | 1 | Browser | Chrome (latest stable) |
57
- | 2 | Auth | TBD |
58
- | 3 | Environment | TBD |
59
- | 4 | Seed data | TBD |
60
- | 5 | Error policy | TBD |
61
-
62
- ---
63
-
64
- ## 4. Feature Coverage Matrix
65
-
66
- | No | Feature Block | Screens | Primary APIs |
67
- | ---: | --- | --- | --- |
68
- | 1 | TBD | TBD | TBD |
69
-
70
- ---
71
-
72
- ## 5. Screen-based Test Cases (Excel-aligned)
73
-
74
- | No | Screen | Suggested Worksheet Pair | UTC Cases | ITC Cases | Notes |
75
- | ---: | --- | --- | ---: | ---: | --- |
76
- | 1 | SCREEN-001 | `SCREEN001_UTC`, `SCREEN001_ITC` | 0 | 0 | TBD |
77
-
78
- ### 5.1 SCREEN-001
79
-
80
- #### 5.1.1 UTC (`SCREEN001_UTC`)
81
-
82
- | No | Test Type | Test Perspective | Test Item | Precondition | Test Steps | Expected Result | Browser | Test Execution Result | Remarks | Reviewer | Review Date | OK/NG | Cause | Countermeasure | Owner | Completion Date | Confirmation |
83
- | ---: | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
84
- | 1 | Normal | TBD | TBD | TBD | TBD | TBD | Chrome | TBD | | | | | | | | | |
85
-
86
- #### 5.1.2 ITC (`SCREEN001_ITC`)
87
-
88
- | No | Test Type | Test Perspective | Test Item | Precondition | Test Steps | Expected Result | Browser | Test Execution Result | Remarks | Reviewer | Review Date | OK/NG | Cause | Countermeasure | Owner | Completion Date | Confirmation |
89
- | ---: | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
90
- | 1 | Normal | TBD | TBD | TBD | TBD | TBD | Chrome | TBD | | | | | | | | | |
91
-
92
- ---
93
-
94
- ## 6. Open Questions (for final freeze)
95
-
96
- | No | Q-ID | Question | Impact | Owner |
97
- | ---: | --- | --- | --- | --- |
98
- | 1 | OQ-01 | TBD | TBD | PM / Customer |
99
-
100
- ---
101
-
102
- ## 7. STC/UAT Note
103
-
104
- If STC/UAT template is unavailable, keep STC/UAT as tracked backlog items and map to future release gates.
@@ -1,139 +0,0 @@
1
- # BA SPEC: {{FEATURE_KEY}} ({{FEATURE_NAME}})
2
-
3
- **Document ID:** BA_SPEC_{{FEATURE_KEY}}
4
- **Version:** 1.0.0
5
- **Date:** {{DATE}}
6
- **Author:** BA Agent
7
- **Status:** DRAFT - Ready for PM Review
8
-
9
- ---
10
-
11
- ## Abbreviations
12
-
13
- | No | Abbreviation | Meaning |
14
- | ---: | --- | --- |
15
- | 1 | API | Application Programming Interface |
16
- | 2 | DB | Database |
17
- | 3 | UI | User Interface |
18
- | 4 | UX | User Experience |
19
- | 5 | BR | Business Rule |
20
- | 6 | UC | Use Case |
21
- | 7 | AC | Acceptance Criteria |
22
- | 8 | NFR | Non-Functional Requirement |
23
- | 9 | OQ | Open Question |
24
- | 10 | REQ | Requirement |
25
-
26
- ---
27
-
28
- ## 1. DOMAIN ANALYSIS
29
-
30
- ### 1.1 Domain Glossary
31
-
32
- | No | Term | Definition | Example |
33
- | ---: | --- | --- | --- |
34
- | 1 | TBD | TBD | TBD |
35
-
36
- ### 1.2 Business Rules
37
-
38
- | No | Rule ID | Rule Description | Type | Related REQ |
39
- | ---: | --- | --- | --- | --- |
40
- | 1 | BR-01 | TBD | Mandatory | REQ-01 |
41
-
42
- ### 1.3 Non-Functional Requirements
43
-
44
- | No | NFR ID | Category | Requirement | Target |
45
- | ---: | --- | --- | --- | --- |
46
- | 1 | NFR-01 | Performance | TBD | TBD |
47
-
48
- ---
49
-
50
- ## 2. USE CASES
51
-
52
- | No | UC ID | Use Case Name | Primary Actor | Related REQ |
53
- | ---: | --- | --- | --- | --- |
54
- | 1 | UC-01 | TBD | TBD | REQ-01 |
55
-
56
- ---
57
-
58
- ## 3. DATA MODEL (Logical)
59
-
60
- | No | Entity | Description | Key Fields |
61
- | ---: | --- | --- | --- |
62
- | 1 | TBD | TBD | TBD |
63
-
64
- ---
65
-
66
- ## 4. CONTRACTS SUMMARY
67
-
68
- ### 4.1 API Endpoints (High-level)
69
-
70
- | No | Endpoint | Method | Purpose | Related UC |
71
- | ---: | --- | --- | --- | --- |
72
- | 1 | `/api/v1/...` | GET | TBD | UC-01 |
73
-
74
- ### 4.2 UI Screens (if applicable)
75
-
76
- | No | Screen ID | Screen Name | Purpose | Related UC |
77
- | ---: | --- | --- | --- | --- |
78
- | 1 | SCR-01 | TBD | TBD | UC-01 |
79
-
80
- ### 4.3 Acceptance Criteria (high-level)
81
-
82
- | No | AC ID | Acceptance Criteria | Related UC | Related BR |
83
- | ---: | --- | --- | --- | --- |
84
- | 1 | AC-01-01 | TBD | UC-01 | BR-01 |
85
-
86
- ---
87
-
88
- ## 5. RISKS & OPEN QUESTIONS
89
-
90
- ### 5.1 Risks
91
-
92
- | No | Risk ID | Risk | Probability | Impact | Mitigation |
93
- | ---: | --- | --- | --- | --- | --- |
94
- | 1 | R-01 | TBD | Medium | Medium | TBD |
95
-
96
- ### 5.2 Open Questions
97
-
98
- | No | Q-ID | Question | Type | Priority | Decision Owner (PM/User) | Status (OPEN/RESOLVED) | Notes/Options | Resolution |
99
- | ---: | --- | --- | --- | --- | --- | --- | --- | --- |
100
- | 1 | OQ-01 | TBD | Business | High | PM | OPEN | TBD | TBD |
101
-
102
- ---
103
-
104
- ## 6. TRACEABILITY SUMMARY
105
-
106
- | No | REQ ID | Use Cases | Business Rules | Acceptance Criteria | Status |
107
- | ---: | --- | --- | --- | --- | --- |
108
- | 1 | REQ-01 | UC-01 | BR-01 | AC-01-01 | COVERED |
109
-
110
- ---
111
-
112
- ## 7. HANDOFF
113
-
114
- HANDOFF TO PM:
115
- `@pm BA_SPEC_{{FEATURE_KEY}} is ready. Please create PRD_{{FEATURE_KEY}}.md + BACKLOG_{{FEATURE_KEY}}.md`
116
-
117
- Next:
118
- `@arch please design architecture for {{FEATURE_KEY}} after PM review`
119
-
120
- NOTE:
121
- `@pm please resolve Open Questions (OQ-xx) above; if any cannot be resolved from existing docs, please confirm with the user (final stakeholder).`
122
-
123
- ---
124
-
125
- ## APPENDIX A: Source Requirements (Original VI/JP) - keep as-is
126
-
127
- If the input requirements were provided in Vietnamese/Japanese, paste them here unchanged.
128
-
129
- ## APPENDIX B: English Translation (of Appendix A)
130
-
131
- Provide an English translation of Appendix A (literal, for traceability).
132
-
133
- ---
134
-
135
- ## Document History
136
-
137
- | No | Version | Date | Author | Changes |
138
- | ---: | --- | --- | --- | --- |
139
- | 1 | 1.0.0 | {{DATE}} | BA Agent | Initial template-based version |