create-ai-project 1.11.2 → 1.12.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.
- package/.claude/agents/acceptance-test-generator.md +179 -245
- package/.claude/agents/code-reviewer.md +3 -9
- package/.claude/agents/design-sync.md +221 -0
- package/.claude/agents/document-reviewer.md +15 -10
- package/.claude/agents/integration-test-reviewer.md +192 -0
- package/.claude/agents/prd-creator.md +10 -6
- package/.claude/agents/quality-fixer-frontend.md +324 -0
- package/.claude/agents/quality-fixer.md +48 -62
- package/.claude/agents/requirement-analyzer.md +8 -8
- package/.claude/agents/rule-advisor.md +84 -103
- package/.claude/agents/task-decomposer.md +21 -27
- package/.claude/agents/task-executor-frontend.md +264 -0
- package/.claude/agents/task-executor.md +4 -16
- package/.claude/agents/technical-designer-frontend.md +444 -0
- package/.claude/agents/technical-designer.md +52 -27
- package/.claude/agents/work-planner.md +41 -14
- package/.claude/agents-en/acceptance-test-generator.md +13 -13
- package/.claude/agents-en/code-reviewer.md +8 -10
- package/.claude/agents-en/design-sync.md +6 -5
- package/.claude/agents-en/document-reviewer.md +8 -7
- package/.claude/agents-en/integration-test-reviewer.md +5 -4
- package/.claude/agents-en/prd-creator.md +7 -6
- package/.claude/agents-en/quality-fixer-frontend.md +3 -14
- package/.claude/agents-en/quality-fixer.md +9 -20
- package/.claude/agents-en/requirement-analyzer.md +8 -7
- package/.claude/agents-en/rule-advisor.md +57 -128
- package/.claude/agents-en/task-decomposer.md +4 -10
- package/.claude/agents-en/task-executor-frontend.md +4 -16
- package/.claude/agents-en/task-executor.md +5 -16
- package/.claude/agents-en/technical-designer-frontend.md +17 -15
- package/.claude/agents-en/technical-designer.md +13 -15
- package/.claude/agents-en/work-planner.md +9 -14
- package/.claude/agents-ja/acceptance-test-generator.md +9 -15
- package/.claude/agents-ja/code-reviewer.md +3 -11
- package/.claude/agents-ja/design-sync.md +2 -6
- package/.claude/agents-ja/document-reviewer.md +4 -9
- package/.claude/agents-ja/integration-test-reviewer.md +2 -5
- package/.claude/agents-ja/prd-creator.md +3 -7
- package/.claude/agents-ja/quality-fixer-frontend.md +2 -13
- package/.claude/agents-ja/quality-fixer.md +7 -18
- package/.claude/agents-ja/requirement-analyzer.md +5 -8
- package/.claude/agents-ja/rule-advisor.md +57 -128
- package/.claude/agents-ja/task-decomposer.md +4 -10
- package/.claude/agents-ja/task-executor-frontend.md +3 -15
- package/.claude/agents-ja/task-executor.md +3 -17
- package/.claude/agents-ja/technical-designer-frontend.md +17 -15
- package/.claude/agents-ja/technical-designer.md +13 -15
- package/.claude/agents-ja/work-planner.md +9 -14
- package/.claude/commands/build.md +7 -10
- package/.claude/commands/design.md +15 -5
- package/.claude/commands/front-build.md +103 -0
- package/.claude/commands/front-design.md +42 -0
- package/.claude/commands/front-plan.md +40 -0
- package/.claude/commands/implement.md +23 -29
- package/.claude/commands/plan.md +4 -4
- package/.claude/commands/project-inject.md +4 -4
- package/.claude/{commands-ja/refine-rule.md → commands/refine-skill.md} +25 -25
- package/.claude/{commands-ja/sync-rules.md → commands/sync-skills.md} +28 -28
- package/.claude/commands/task.md +1 -1
- package/.claude/commands-en/build.md +2 -2
- package/.claude/commands-en/design.md +1 -1
- package/.claude/commands-en/implement.md +8 -8
- package/.claude/commands-en/plan.md +3 -3
- package/.claude/commands-en/project-inject.md +4 -4
- package/.claude/commands-en/{refine-rule.md → refine-skill.md} +47 -48
- package/.claude/commands-en/{sync-rules.md → sync-skills.md} +29 -29
- package/.claude/commands-ja/build.md +2 -2
- package/.claude/commands-ja/design.md +1 -1
- package/.claude/commands-ja/implement.md +8 -8
- package/.claude/commands-ja/plan.md +3 -3
- package/.claude/commands-ja/project-inject.md +4 -4
- package/.claude/{commands/refine-rule.md → commands-ja/refine-skill.md} +25 -25
- package/.claude/{commands/sync-rules.md → commands-ja/sync-skills.md} +28 -28
- package/.claude/settings.local.json +21 -1
- package/{docs/rules/ai-development-guide.md → .claude/skills/coding-standards/SKILL.md} +94 -108
- package/{docs/rules/documentation-criteria.md → .claude/skills/documentation-criteria/SKILL.md} +19 -6
- package/.claude/skills/documentation-criteria/references/adr-template.md +64 -0
- package/.claude/skills/documentation-criteria/references/design-template.md +242 -0
- package/.claude/skills/documentation-criteria/references/plan-template.md +130 -0
- package/.claude/skills/documentation-criteria/references/prd-template.md +109 -0
- package/.claude/skills/frontend/technical-spec/SKILL.md +147 -0
- package/.claude/skills/frontend/typescript-rules/SKILL.md +315 -0
- package/.claude/skills/frontend/typescript-testing/SKILL.md +212 -0
- package/{docs/rules-ja/architecture/implementation-approach.md → .claude/skills/implementation-approach/SKILL.md} +10 -5
- package/.claude/skills/integration-e2e-testing/SKILL.md +146 -0
- package/{docs/rules-ja/project-context.md → .claude/skills/project-context/SKILL.md} +7 -3
- package/.claude/skills/subagents-orchestration-guide/SKILL.md +212 -0
- package/.claude/skills/task-analyzer/SKILL.md +142 -0
- package/.claude/skills/task-analyzer/references/skills-index.yaml +211 -0
- package/.claude/skills/technical-spec/SKILL.md +86 -0
- package/{docs/rules/typescript.md → .claude/skills/typescript-rules/SKILL.md} +22 -67
- package/.claude/skills/typescript-testing/SKILL.md +155 -0
- package/{docs/rules-en/coding-standards.md → .claude/skills-en/coding-standards/SKILL.md} +21 -108
- package/{docs/rules-en/documentation-criteria.md → .claude/skills-en/documentation-criteria/SKILL.md} +40 -42
- package/{docs/adr/template-en.md → .claude/skills-en/documentation-criteria/references/adr-template.md} +1 -1
- package/{docs/design/template-en.md → .claude/skills-en/documentation-criteria/references/design-template.md} +11 -31
- package/{docs/plans/template-en.md → .claude/skills-en/documentation-criteria/references/plan-template.md} +4 -4
- package/{docs/prd/template-en.md → .claude/skills-en/documentation-criteria/references/prd-template.md} +1 -1
- package/{docs/rules-en/frontend/technical-spec.md → .claude/skills-en/frontend/technical-spec/SKILL.md} +17 -13
- package/{docs/rules-en/frontend/typescript.md → .claude/skills-en/frontend/typescript-rules/SKILL.md} +17 -12
- package/{docs/rules-en/frontend/typescript-testing.md → .claude/skills-en/frontend/typescript-testing/SKILL.md} +11 -6
- package/{docs/rules-en/architecture/implementation-approach.md → .claude/skills-en/implementation-approach/SKILL.md} +7 -2
- package/{docs/rules-en/integration-e2e-testing.md → .claude/skills-en/integration-e2e-testing/SKILL.md} +15 -18
- package/{docs/rules-en/project-context.md → .claude/skills-en/project-context/SKILL.md} +7 -3
- package/.claude/skills-en/subagents-orchestration-guide/SKILL.md +224 -0
- package/.claude/skills-en/task-analyzer/SKILL.md +131 -0
- package/{docs/rules-en/rules-index.yaml → .claude/skills-en/task-analyzer/references/skills-index.yaml} +34 -20
- package/{docs/rules-en/technical-spec.md → .claude/skills-en/technical-spec/SKILL.md} +6 -6
- package/{docs/rules-en/typescript.md → .claude/skills-en/typescript-rules/SKILL.md} +15 -10
- package/{docs/rules-en/typescript-testing.md → .claude/skills-en/typescript-testing/SKILL.md} +10 -4
- package/{docs/rules-ja/coding-standards.md → .claude/skills-ja/coding-standards/SKILL.md} +12 -99
- package/{docs/rules-ja/documentation-criteria.md → .claude/skills-ja/documentation-criteria/SKILL.md} +18 -5
- package/.claude/skills-ja/documentation-criteria/references/adr-template.md +64 -0
- package/.claude/skills-ja/documentation-criteria/references/design-template.md +261 -0
- package/{docs/plans/template-ja.md → .claude/skills-ja/documentation-criteria/references/plan-template.md} +38 -38
- package/{docs/prd/template-ja.md → .claude/skills-ja/documentation-criteria/references/prd-template.md} +33 -33
- package/{docs/rules-ja/frontend/technical-spec.md → .claude/skills-ja/frontend/technical-spec/SKILL.md} +13 -9
- package/.claude/skills-ja/frontend/typescript-rules/SKILL.md +315 -0
- package/{docs/rules-ja/frontend/typescript-testing.md → .claude/skills-ja/frontend/typescript-testing/SKILL.md} +93 -5
- package/{docs/rules/architecture/implementation-approach.md → .claude/skills-ja/implementation-approach/SKILL.md} +10 -5
- package/{docs/rules-ja/integration-e2e-testing.md → .claude/skills-ja/integration-e2e-testing/SKILL.md} +5 -8
- package/{docs/rules/project-context.md → .claude/skills-ja/project-context/SKILL.md} +7 -3
- package/.claude/skills-ja/subagents-orchestration-guide/SKILL.md +212 -0
- package/.claude/skills-ja/task-analyzer/SKILL.md +131 -0
- package/{docs/rules-ja/rules-index.yaml → .claude/skills-ja/task-analyzer/references/skills-index.yaml} +34 -19
- package/{docs/rules-ja/technical-spec.md → .claude/skills-ja/technical-spec/SKILL.md} +6 -6
- package/{docs/rules-ja/typescript.md → .claude/skills-ja/typescript-rules/SKILL.md} +16 -11
- package/{docs/rules-ja/typescript-testing.md → .claude/skills-ja/typescript-testing/SKILL.md} +11 -5
- package/CLAUDE.en.md +6 -6
- package/CLAUDE.ja.md +6 -6
- package/CLAUDE.md +19 -28
- package/README.ja.md +39 -10
- package/README.md +39 -10
- package/package.json +1 -1
- package/scripts/set-language.js +35 -53
- package/scripts/setup-project.js +4 -1
- package/docs/adr/template-ja.md +0 -64
- package/docs/design/template-ja.md +0 -285
- package/docs/guides/en/sub-agents.md +0 -343
- package/docs/guides/ja/sub-agents.md +0 -343
- package/docs/guides/sub-agents.md +0 -306
- package/docs/plans/20250123-integration-test-improvement.md +0 -993
- package/docs/rules/rules-index.yaml +0 -137
- package/docs/rules/technical-spec.md +0 -47
- package/docs/rules/typescript-testing.md +0 -188
- package/docs/rules-ja/frontend/typescript.md +0 -131
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
---
|
|
2
|
+
name: frontend/typescript-testing
|
|
3
|
+
description: Frontend testing rules with Vitest, React Testing Library, and MSW. Includes coverage requirements, test design principles, and quality criteria.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# TypeScript Testing Rules (Frontend)
|
|
2
7
|
|
|
3
8
|
## Test Framework
|
|
4
9
|
- **Vitest**: This project uses Vitest
|
|
@@ -43,7 +48,7 @@
|
|
|
43
48
|
3. **Cross-functional Verification in E2E Tests**
|
|
44
49
|
- Mandatory verification of impact on existing features when adding new features
|
|
45
50
|
- Cover integration points with "High" and "Medium" impact levels from Design Doc's "Integration Point Map"
|
|
46
|
-
- Verification pattern: Existing feature operation
|
|
51
|
+
- Verification pattern: Existing feature operation -> Enable new feature -> Verify continuity of existing features
|
|
47
52
|
- Success criteria: No change in displayed content, rendering time within 5 seconds
|
|
48
53
|
- Designed for automatic execution in CI/CD pipelines
|
|
49
54
|
|
|
@@ -72,11 +77,11 @@ src/
|
|
|
72
77
|
|
|
73
78
|
### Test Code Quality Rules
|
|
74
79
|
|
|
75
|
-
|
|
80
|
+
**Recommended: Keep all tests always active**
|
|
76
81
|
- Merit: Guarantees test suite completeness
|
|
77
82
|
- Practice: Fix problematic tests and activate them
|
|
78
83
|
|
|
79
|
-
|
|
84
|
+
**Avoid: test.skip() or commenting out**
|
|
80
85
|
- Reason: Creates test gaps and incomplete quality checks
|
|
81
86
|
- Solution: Completely delete unnecessary tests
|
|
82
87
|
|
|
@@ -84,7 +89,7 @@ src/
|
|
|
84
89
|
|
|
85
90
|
### MSW (Mock Service Worker) Setup
|
|
86
91
|
```typescript
|
|
87
|
-
//
|
|
92
|
+
// Type-safe MSW handler
|
|
88
93
|
import { rest } from 'msw'
|
|
89
94
|
|
|
90
95
|
const handlers = [
|
|
@@ -96,7 +101,7 @@ const handlers = [
|
|
|
96
101
|
|
|
97
102
|
### Component Mock Type Safety
|
|
98
103
|
```typescript
|
|
99
|
-
//
|
|
104
|
+
// Only required parts
|
|
100
105
|
type TestProps = Pick<ButtonProps, 'label' | 'onClick'>
|
|
101
106
|
const mockProps: TestProps = { label: 'Click', onClick: vi.fn() }
|
|
102
107
|
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: implementation-approach
|
|
3
|
+
description: Implementation strategy selection framework with meta-cognitive approach, verification levels, and integration point definitions.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Implementation Strategy Selection Framework (Meta-cognitive Approach)
|
|
2
7
|
|
|
3
8
|
## Meta-cognitive Strategy Selection Process
|
|
@@ -21,7 +26,7 @@ Historical Context Understanding: Current form rationale, past decision validity
|
|
|
21
26
|
|
|
22
27
|
### Phase 2: Strategy Exploration and Creation
|
|
23
28
|
|
|
24
|
-
**Core Question**: "When determining before
|
|
29
|
+
**Core Question**: "When determining before -> after, what implementation patterns or strategies should be referenced?"
|
|
25
30
|
|
|
26
31
|
#### Strategy Discovery Process
|
|
27
32
|
```yaml
|
|
@@ -133,4 +138,4 @@ Define integration points according to selected strategy:
|
|
|
133
138
|
3. **Apply 5 Whys**: Pursue root causes to grasp essence
|
|
134
139
|
4. **Multi-perspective Evaluation**: Comprehensively evaluate from each Phase 1-4 perspective
|
|
135
140
|
5. **Creative Thinking**: Consider sequential application of multiple strategies and designs leveraging project-specific constraints
|
|
136
|
-
6. **Clarify Decision Rationale**: Make strategy selection rationale explicit in design documents
|
|
141
|
+
6. **Clarify Decision Rationale**: Make strategy selection rationale explicit in design documents
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: integration-e2e-testing
|
|
3
|
+
description: Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Integration Test & E2E Test Design/Implementation Rules
|
|
2
7
|
|
|
3
8
|
## Test Types and Limits
|
|
@@ -31,7 +36,7 @@
|
|
|
31
36
|
```typescript
|
|
32
37
|
// AC: "[Acceptance criteria original text]"
|
|
33
38
|
// ROI: [0-100] | Business Value: [0-10] | Frequency: [0-10]
|
|
34
|
-
// Behavior: [Trigger]
|
|
39
|
+
// Behavior: [Trigger] -> [Process] -> [Observable Result]
|
|
35
40
|
// @category: core-functionality | integration | edge-case | ux | e2e
|
|
36
41
|
// @dependency: none | [component name] | full-system
|
|
37
42
|
// @complexity: low | medium | high
|
|
@@ -49,7 +54,7 @@ it.todo('[AC number]-property: [Invariant description]')
|
|
|
49
54
|
### ROI Calculation
|
|
50
55
|
|
|
51
56
|
```
|
|
52
|
-
ROI = (Business Value
|
|
57
|
+
ROI = (Business Value x Frequency + Legal Requirement x 10 + Defect Detection) / Total Cost
|
|
53
58
|
```
|
|
54
59
|
|
|
55
60
|
| Type | Total Cost | E2E Generation Condition |
|
|
@@ -87,7 +92,7 @@ it('AC2-property: Model name is always gemini-3-pro-image-preview', () => {
|
|
|
87
92
|
|
|
88
93
|
| Step Type | Verification Target | Example |
|
|
89
94
|
|-----------|--------------------| --------|
|
|
90
|
-
| Trigger | Reproduce in Arrange | API failure
|
|
95
|
+
| Trigger | Reproduce in Arrange | API failure -> mockResolvedValue({ ok: false }) |
|
|
91
96
|
| Process | Intermediate state or call | Function call, state change |
|
|
92
97
|
| Observable Result | Final output value | Return value, error message, log output |
|
|
93
98
|
|
|
@@ -101,27 +106,19 @@ it('AC2-property: Model name is always gemini-3-pro-image-preview', () => {
|
|
|
101
106
|
| No `// Verification items:` | Derive from "observable result" in "Behavior" description |
|
|
102
107
|
| Both present | Prioritize verification items, use behavior as supplement |
|
|
103
108
|
|
|
104
|
-
**Derivation Example from Behavior**:
|
|
105
|
-
```
|
|
106
|
-
// Behavior: User completes payment → Order created in DB → Order confirmation screen displayed
|
|
107
|
-
↓ Derived
|
|
108
|
-
- Order is created in DB (or creation function is called)
|
|
109
|
-
- Order confirmation screen data is returned
|
|
110
|
-
```
|
|
111
|
-
|
|
112
109
|
### Integration Test Mock Boundaries
|
|
113
110
|
|
|
114
111
|
| Judgment Criteria | Mock | Actual |
|
|
115
112
|
|-------------------|------|--------|
|
|
116
|
-
| Part of test target? | No
|
|
117
|
-
| Is call verification target of test? | No
|
|
118
|
-
| External network communication? | Yes
|
|
113
|
+
| Part of test target? | No -> Can mock | Yes -> Actual required |
|
|
114
|
+
| Is call verification target of test? | No -> Can mock | Yes -> Actual or verifiable mock |
|
|
115
|
+
| External network communication? | Yes -> Mock required | No -> Actual recommended |
|
|
119
116
|
|
|
120
117
|
**Judgment Flow**:
|
|
121
|
-
1. External API (HTTP communication)
|
|
122
|
-
2. Component interaction under test
|
|
123
|
-
3. Log output verification needed
|
|
124
|
-
4. Log output verification not needed
|
|
118
|
+
1. External API (HTTP communication) -> Mock required
|
|
119
|
+
2. Component interaction under test -> Actual required
|
|
120
|
+
3. Log output verification needed -> Use verifiable mock (vi.fn())
|
|
121
|
+
4. Log output verification not needed -> Actual or ignore
|
|
125
122
|
|
|
126
123
|
### E2E Test Execution Conditions
|
|
127
124
|
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: project-context
|
|
3
|
+
description: Project-specific context including project nature, technology stack, and implementation principles. Customize for each project.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Project Context
|
|
2
7
|
|
|
3
8
|
## Basic Configuration
|
|
@@ -30,9 +35,8 @@ When using this template for new projects:
|
|
|
30
35
|
- Technical constraint conditions
|
|
31
36
|
|
|
32
37
|
2. **Architecture Selection**
|
|
33
|
-
- Select appropriate patterns from
|
|
34
|
-
- Place project-specific designs in `docs/rules/architecture/`
|
|
38
|
+
- Select appropriate patterns from architecture skills
|
|
35
39
|
|
|
36
40
|
3. **Environment Configuration**
|
|
37
41
|
- Implement environment variable management methods suitable for the project
|
|
38
|
-
- Add project-specific configuration files
|
|
42
|
+
- Add project-specific configuration files
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: subagents-orchestration-guide
|
|
3
|
+
description: Orchestration guide for coordinating subagents through implementation workflows. Defines scale determination, document requirements, stop points, and autonomous execution mode.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Sub-agents Practical Guide - Orchestration Guidelines for Claude (Me)
|
|
7
|
+
|
|
8
|
+
This document provides practical behavioral guidelines for me (Claude) to efficiently process tasks by utilizing subagents.
|
|
9
|
+
|
|
10
|
+
## Core Principle: I Am an Orchestrator
|
|
11
|
+
|
|
12
|
+
**Role Definition**: I am an orchestrator, not an executor.
|
|
13
|
+
|
|
14
|
+
### Required Actions
|
|
15
|
+
- **New tasks**: ALWAYS start with requirement-analyzer
|
|
16
|
+
- **During flow execution**: STRICTLY follow scale-based flow
|
|
17
|
+
- **Each phase**: DELEGATE to appropriate subagent
|
|
18
|
+
- **Stop points**: ALWAYS wait for user approval
|
|
19
|
+
|
|
20
|
+
### Prohibited Actions
|
|
21
|
+
- Executing investigation directly with Grep/Glob/Read
|
|
22
|
+
- Performing analysis or design without subagent delegation
|
|
23
|
+
- Saying "Let me first investigate" then starting work directly
|
|
24
|
+
- Skipping or postponing requirement-analyzer
|
|
25
|
+
|
|
26
|
+
**Execution Rule**: New tasks -> requirement-analyzer FIRST. After flow starts -> follow scale determination.
|
|
27
|
+
|
|
28
|
+
## Decision Flow When Receiving Tasks
|
|
29
|
+
|
|
30
|
+
```mermaid
|
|
31
|
+
graph TD
|
|
32
|
+
Start[Receive New Task] --> RA[Analyze requirements with requirement-analyzer]
|
|
33
|
+
RA --> Scale[Scale assessment]
|
|
34
|
+
Scale --> Flow[Execute flow based on scale]
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
**During flow execution, determine next subagent according to scale determination table**
|
|
38
|
+
|
|
39
|
+
### Requirement Change Detection During Flow
|
|
40
|
+
|
|
41
|
+
**During flow execution**, if detecting the following in user response, stop flow and go to requirement-analyzer:
|
|
42
|
+
- Mentions of new features/behaviors (additional operation methods, display on different screens, etc.)
|
|
43
|
+
- Additions of constraints/conditions (data volume limits, permission controls, etc.)
|
|
44
|
+
- Changes in technical requirements (processing methods, output format changes, etc.)
|
|
45
|
+
|
|
46
|
+
**If any one applies -> Restart from requirement-analyzer with integrated requirements**
|
|
47
|
+
|
|
48
|
+
## Subagents I Can Utilize
|
|
49
|
+
|
|
50
|
+
### Implementation Support Agents
|
|
51
|
+
1. **quality-fixer**: Self-contained processing for overall quality assurance and fixes until completion
|
|
52
|
+
2. **task-decomposer**: Appropriate task decomposition of work plans
|
|
53
|
+
3. **task-executor**: Individual task execution and structured response
|
|
54
|
+
4. **integration-test-reviewer**: Review integration/E2E tests for skeleton compliance
|
|
55
|
+
|
|
56
|
+
### Document Creation Agents
|
|
57
|
+
5. **requirement-analyzer**: Requirement analysis and work scale determination (WebSearch enabled, latest technical information research)
|
|
58
|
+
6. **prd-creator**: Product Requirements Document creation (WebSearch enabled, market trend research)
|
|
59
|
+
7. **technical-designer**: ADR/Design Doc creation (latest technology research, Property annotation assignment)
|
|
60
|
+
8. **work-planner**: Work plan creation (extracts and reflects meta information from test skeletons)
|
|
61
|
+
9. **document-reviewer**: Single document quality, completeness, and rule compliance check
|
|
62
|
+
10. **design-sync**: Design Doc consistency verification (detects explicit conflicts only)
|
|
63
|
+
11. **acceptance-test-generator**: Generate separate integration and E2E test skeletons from Design Doc ACs (EARS format, Property annotations, fast-check support)
|
|
64
|
+
|
|
65
|
+
## My Orchestration Principles
|
|
66
|
+
|
|
67
|
+
### Task Assignment with Responsibility Separation
|
|
68
|
+
|
|
69
|
+
I understand each subagent's responsibilities and assign work appropriately:
|
|
70
|
+
|
|
71
|
+
**task-executor Responsibilities** (DELEGATE these):
|
|
72
|
+
- Implementation work and test addition
|
|
73
|
+
- Confirmation that ONLY added tests pass (existing tests are NOT in scope)
|
|
74
|
+
- DO NOT delegate quality assurance to task-executor
|
|
75
|
+
|
|
76
|
+
**quality-fixer Responsibilities** (DELEGATE these):
|
|
77
|
+
- Overall quality assurance (type check, lint, ALL test execution)
|
|
78
|
+
- Complete execution of quality error fixes
|
|
79
|
+
- Self-contained processing until fix completion
|
|
80
|
+
- Final approved judgment (ONLY after all fixes are complete)
|
|
81
|
+
|
|
82
|
+
### Standard Flow I Manage
|
|
83
|
+
|
|
84
|
+
**Basic Cycle**: I manage the 4-step cycle of `task-executor -> escalation judgment/follow-up -> quality-fixer -> commit`.
|
|
85
|
+
I repeat this cycle for each task to ensure quality.
|
|
86
|
+
|
|
87
|
+
## Constraints Between Subagents
|
|
88
|
+
|
|
89
|
+
**Important**: Subagents cannot directly call other subagents. When coordinating multiple subagents, the main AI (Claude) operates as the orchestrator.
|
|
90
|
+
|
|
91
|
+
## Scale Determination and Document Requirements
|
|
92
|
+
|
|
93
|
+
| Scale | File Count | PRD | ADR | Design Doc | Work Plan |
|
|
94
|
+
|-------|------------|-----|-----|------------|-----------|
|
|
95
|
+
| Small | 1-2 | Update[^1] | Not needed | Not needed | Simplified (inline comments only) |
|
|
96
|
+
| Medium | 3-5 | Update[^1] | Conditional[^2] | **Required** | **Required** |
|
|
97
|
+
| Large | 6+ | **Required**[^3] | Conditional[^2] | **Required** | **Required** |
|
|
98
|
+
|
|
99
|
+
[^1]: Update existing PRD if one exists for the relevant feature
|
|
100
|
+
[^2]: Required when: architecture changes, new technology introduction, OR data flow changes
|
|
101
|
+
[^3]: Create new PRD, update existing PRD, or create reverse PRD (when no existing PRD)
|
|
102
|
+
|
|
103
|
+
## My Basic Flow for Work Planning
|
|
104
|
+
|
|
105
|
+
When receiving new features or change requests, I first request requirement analysis from requirement-analyzer.
|
|
106
|
+
According to scale determination:
|
|
107
|
+
|
|
108
|
+
### Large Scale (6+ Files)
|
|
109
|
+
1. requirement-analyzer -> Requirement analysis + Check existing PRD **[Stop: Requirement confirmation/question handling]**
|
|
110
|
+
2. prd-creator -> PRD creation (update if existing, new creation with thorough investigation if not) -> Execute document-reviewer **[Stop: Requirement confirmation]**
|
|
111
|
+
3. technical-designer -> ADR creation (if needed) -> Execute document-reviewer **[Stop: Technical direction decision]**
|
|
112
|
+
4. technical-designer -> Design Doc creation -> Execute document-reviewer -> Execute design-sync **[Stop: Design content confirmation]**
|
|
113
|
+
5. acceptance-test-generator -> Integration and E2E test skeleton generation
|
|
114
|
+
-> Main AI: Verify generation, then pass information to work-planner
|
|
115
|
+
6. work-planner -> Work plan creation (including integration and E2E test information) **[Stop: Batch approval for entire implementation phase]**
|
|
116
|
+
7. **Start autonomous execution mode**: task-decomposer -> Execute all tasks -> Completion report
|
|
117
|
+
|
|
118
|
+
### Medium Scale (3-5 Files)
|
|
119
|
+
1. requirement-analyzer -> Requirement analysis **[Stop: Requirement confirmation/question handling]**
|
|
120
|
+
2. technical-designer -> Design Doc creation -> Execute document-reviewer -> Execute design-sync **[Stop: Technical direction decision]**
|
|
121
|
+
3. acceptance-test-generator -> Integration and E2E test skeleton generation
|
|
122
|
+
-> Main AI: Verify generation, then pass information to work-planner
|
|
123
|
+
4. work-planner -> Work plan creation (including integration and E2E test information) **[Stop: Batch approval for entire implementation phase]**
|
|
124
|
+
5. **Start autonomous execution mode**: task-decomposer -> Execute all tasks -> Completion report
|
|
125
|
+
|
|
126
|
+
### Small Scale (1-2 Files)
|
|
127
|
+
1. Create simplified plan **[Stop: Batch approval for entire implementation phase]**
|
|
128
|
+
2. **Start autonomous execution mode**: Direct implementation -> Completion report
|
|
129
|
+
|
|
130
|
+
## Autonomous Execution Mode
|
|
131
|
+
|
|
132
|
+
### Authority Delegation
|
|
133
|
+
|
|
134
|
+
**After starting autonomous execution mode**:
|
|
135
|
+
- Batch approval for entire implementation phase delegates authority to subagents
|
|
136
|
+
- task-executor: Implementation authority (can use Edit/Write)
|
|
137
|
+
- quality-fixer: Fix authority (automatic quality error fixes)
|
|
138
|
+
|
|
139
|
+
### Definition of Autonomous Execution Mode
|
|
140
|
+
After "batch approval for entire implementation phase" with work-planner, autonomously execute the following processes without human approval:
|
|
141
|
+
|
|
142
|
+
```mermaid
|
|
143
|
+
graph TD
|
|
144
|
+
START[Batch approval for entire implementation phase] --> AUTO[Start autonomous execution mode]
|
|
145
|
+
AUTO --> TD[task-decomposer: Task decomposition]
|
|
146
|
+
TD --> PHASE[Register phase management Todo]
|
|
147
|
+
PHASE --> PSTART[Phase start: Expand task Todo]
|
|
148
|
+
PSTART --> TE[task-executor: Implementation]
|
|
149
|
+
TE --> ESC{Escalation judgment}
|
|
150
|
+
ESC -->|No issue| FOLLOW[Follow-up processing]
|
|
151
|
+
ESC -->|Issue found| STOP[Escalate to user]
|
|
152
|
+
FOLLOW --> QF[quality-fixer: Quality check and fixes]
|
|
153
|
+
QF --> COMMIT[Execute git commit]
|
|
154
|
+
COMMIT --> TCHECK{Tasks remaining?}
|
|
155
|
+
TCHECK -->|Yes| TE
|
|
156
|
+
TCHECK -->|No| PCHECK{Phases remaining?}
|
|
157
|
+
PCHECK -->|Yes| PSTART
|
|
158
|
+
PCHECK -->|No| REPORT[Completion report]
|
|
159
|
+
|
|
160
|
+
TE --> INTERRUPT{User input?}
|
|
161
|
+
INTERRUPT -->|Requirement change| STOP2[Stop autonomous execution]
|
|
162
|
+
STOP2 --> RA[Re-analyze with requirement-analyzer]
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
### Conditions for Stopping Autonomous Execution
|
|
166
|
+
Stop autonomous execution and escalate to user in the following cases:
|
|
167
|
+
|
|
168
|
+
1. **Escalation from subagent**
|
|
169
|
+
- When receiving response with `status: "escalation_needed"`
|
|
170
|
+
- When receiving response with `status: "blocked"`
|
|
171
|
+
|
|
172
|
+
2. **When requirement change detected**
|
|
173
|
+
- Any match in requirement change detection checklist
|
|
174
|
+
- Stop autonomous execution and re-analyze with integrated requirements in requirement-analyzer
|
|
175
|
+
|
|
176
|
+
3. **When work-planner update restriction is violated**
|
|
177
|
+
- Requirement changes after task-decomposer starts require overall redesign
|
|
178
|
+
- Restart entire flow from requirement-analyzer
|
|
179
|
+
|
|
180
|
+
4. **When user explicitly stops**
|
|
181
|
+
- Direct stop instruction or interruption
|
|
182
|
+
|
|
183
|
+
## My Main Roles as Orchestrator
|
|
184
|
+
|
|
185
|
+
1. **State Management**: Grasp current phase, each subagent's state, and next action
|
|
186
|
+
2. **Information Bridging**: Data conversion and transmission between subagents
|
|
187
|
+
- Convert each subagent's output to next subagent's input format
|
|
188
|
+
- **Always pass deliverables from previous process to next agent**
|
|
189
|
+
- Extract necessary information from structured responses
|
|
190
|
+
- Compose commit messages from changeSummary -> **Execute git commit with Bash**
|
|
191
|
+
- Explicitly integrate initial and additional requirements when requirements change
|
|
192
|
+
3. **Quality Assurance and Commit Execution**: After confirming approved=true, immediately execute git commit
|
|
193
|
+
4. **Autonomous Execution Mode Management**: Start/stop autonomous execution after approval, escalation decisions
|
|
194
|
+
5. **ADR Status Management**: Update ADR status after user decision (Accepted/Rejected)
|
|
195
|
+
|
|
196
|
+
## Important Constraints
|
|
197
|
+
|
|
198
|
+
- **Quality check is MANDATORY**: quality-fixer approval REQUIRED before commit
|
|
199
|
+
- **Structured response is MANDATORY**: Information transmission between subagents MUST use JSON format
|
|
200
|
+
- **Approval management**: Document creation -> Execute document-reviewer -> Get user approval BEFORE proceeding
|
|
201
|
+
- **Flow confirmation**: After getting approval, ALWAYS check next step with work planning flow (large/medium/small scale)
|
|
202
|
+
- **Consistency verification**: IF subagent determinations contradict -> prioritize these guidelines
|
|
203
|
+
|
|
204
|
+
## Required Dialogue Points with Humans
|
|
205
|
+
|
|
206
|
+
### Basic Principles
|
|
207
|
+
- **Stopping is mandatory**: Always wait for human response at the following timings
|
|
208
|
+
- **Confirmation -> Agreement cycle**: After document generation, proceed to next step after agreement or fix instructions in update mode
|
|
209
|
+
- **Specific questions**: Make decisions easy with options (A/B/C) or comparison tables
|
|
210
|
+
- **Dialogue over efficiency**: Get confirmation at early stages to prevent rework
|
|
211
|
+
|
|
212
|
+
### Main Stop Points
|
|
213
|
+
- **After requirement-analyzer completion**: Confirm requirement analysis results and questions
|
|
214
|
+
- **After PRD creation -> document-reviewer execution**: Confirm requirement understanding and consistency (confirm with question list)
|
|
215
|
+
- **After ADR creation -> document-reviewer execution**: Confirm technical direction and consistency (present multiple options with comparison table)
|
|
216
|
+
- On user approval: Main AI (me) updates Status to Accepted
|
|
217
|
+
- On user rejection: Main AI (me) updates Status to Rejected
|
|
218
|
+
- **After Design Doc creation -> document-reviewer execution**: Confirm design content and consistency
|
|
219
|
+
- **After work plan creation**: Batch approval for entire implementation phase (confirm with plan summary)
|
|
220
|
+
|
|
221
|
+
### Stop Points During Autonomous Execution
|
|
222
|
+
- **When requirement change detected**: Match in requirement change checklist -> Return to requirement-analyzer
|
|
223
|
+
- **When critical error occurs**: Report error content -> Wait for response instructions
|
|
224
|
+
- **When user interrupts**: Explicit stop instruction -> Confirm situation
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: task-analyzer
|
|
3
|
+
description: Metacognitive task analysis and skill selection. Analyzes task essence, estimates scale, and returns appropriate skills with metadata.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Task Analyzer
|
|
7
|
+
|
|
8
|
+
Provides metacognitive task analysis and skill selection guidance.
|
|
9
|
+
|
|
10
|
+
## Skills Index
|
|
11
|
+
|
|
12
|
+
See **[skills-index.yaml](references/skills-index.yaml)** for available skills metadata.
|
|
13
|
+
|
|
14
|
+
## Task Analysis Process
|
|
15
|
+
|
|
16
|
+
### 1. Understand Task Essence
|
|
17
|
+
|
|
18
|
+
Identify the fundamental purpose beyond surface-level work:
|
|
19
|
+
|
|
20
|
+
| Surface Work | Fundamental Purpose |
|
|
21
|
+
|--------------|---------------------|
|
|
22
|
+
| "Fix this bug" | Problem solving, root cause analysis |
|
|
23
|
+
| "Implement this feature" | Feature addition, value delivery |
|
|
24
|
+
| "Refactor this code" | Quality improvement, maintainability |
|
|
25
|
+
| "Update this file" | Change management, consistency |
|
|
26
|
+
|
|
27
|
+
**Key Questions:**
|
|
28
|
+
- What problem are we really solving?
|
|
29
|
+
- What is the expected outcome?
|
|
30
|
+
- What could go wrong if we approach this superficially?
|
|
31
|
+
|
|
32
|
+
### 2. Estimate Task Scale
|
|
33
|
+
|
|
34
|
+
| Scale | File Count | Indicators |
|
|
35
|
+
|-------|------------|------------|
|
|
36
|
+
| Small | 1-2 | Single function/component change |
|
|
37
|
+
| Medium | 3-5 | Multiple related components |
|
|
38
|
+
| Large | 6+ | Cross-cutting concerns, architecture impact |
|
|
39
|
+
|
|
40
|
+
**Scale affects skill priority:**
|
|
41
|
+
- Larger scale → process/documentation skills more important
|
|
42
|
+
- Smaller scale → implementation skills more focused
|
|
43
|
+
|
|
44
|
+
### 3. Identify Task Type
|
|
45
|
+
|
|
46
|
+
| Type | Characteristics | Key Skills |
|
|
47
|
+
|------|-----------------|------------|
|
|
48
|
+
| Implementation | New code, features | coding-standards, typescript-testing |
|
|
49
|
+
| Fix | Bug resolution | coding-standards, typescript-testing |
|
|
50
|
+
| Refactoring | Structure improvement | coding-standards, implementation-approach |
|
|
51
|
+
| Design | Architecture decisions | documentation-criteria, implementation-approach |
|
|
52
|
+
| Quality | Testing, review | typescript-testing, integration-e2e-testing |
|
|
53
|
+
|
|
54
|
+
### 4. Tag-Based Skill Matching
|
|
55
|
+
|
|
56
|
+
Extract relevant tags from task description and match against skills-index.yaml:
|
|
57
|
+
|
|
58
|
+
```yaml
|
|
59
|
+
Task: "Implement user authentication with tests"
|
|
60
|
+
Extracted tags: [implementation, testing, security]
|
|
61
|
+
Matched skills:
|
|
62
|
+
- coding-standards (implementation, security)
|
|
63
|
+
- typescript-testing (testing)
|
|
64
|
+
- typescript-rules (implementation)
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### 5. Implicit Relationships
|
|
68
|
+
|
|
69
|
+
Consider hidden dependencies:
|
|
70
|
+
|
|
71
|
+
| Task Involves | Also Include |
|
|
72
|
+
|---------------|--------------|
|
|
73
|
+
| Error handling | debugging, testing |
|
|
74
|
+
| New features | design, implementation, documentation |
|
|
75
|
+
| Performance | profiling, optimization, testing |
|
|
76
|
+
| Frontend | typescript-rules, typescript-testing |
|
|
77
|
+
| API/Integration | integration-e2e-testing |
|
|
78
|
+
|
|
79
|
+
## Output Format
|
|
80
|
+
|
|
81
|
+
Return structured analysis with skill metadata from skills-index.yaml:
|
|
82
|
+
|
|
83
|
+
```yaml
|
|
84
|
+
taskAnalysis:
|
|
85
|
+
essence: <string> # Fundamental purpose identified
|
|
86
|
+
type: <implementation|fix|refactoring|design|quality>
|
|
87
|
+
scale: <small|medium|large>
|
|
88
|
+
estimatedFiles: <number>
|
|
89
|
+
tags: [<string>, ...] # Extracted from task description
|
|
90
|
+
|
|
91
|
+
selectedSkills:
|
|
92
|
+
- skill: <skill-name> # From skills-index.yaml
|
|
93
|
+
priority: <high|medium|low>
|
|
94
|
+
reason: <string> # Why this skill was selected
|
|
95
|
+
# Pass through metadata from skills-index.yaml
|
|
96
|
+
tags: [...]
|
|
97
|
+
typical-use: <string>
|
|
98
|
+
size: <small|medium|large>
|
|
99
|
+
sections: [...] # All sections from yaml, unfiltered
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
**Note**: Section selection (choosing which sections are relevant) is done separately after reading the actual SKILL.md files.
|
|
103
|
+
|
|
104
|
+
## Skill Selection Priority
|
|
105
|
+
|
|
106
|
+
1. **Essential** - Directly related to task type
|
|
107
|
+
2. **Quality** - Testing and quality assurance
|
|
108
|
+
3. **Process** - Workflow and documentation
|
|
109
|
+
4. **Supplementary** - Reference and best practices
|
|
110
|
+
|
|
111
|
+
## Metacognitive Question Design
|
|
112
|
+
|
|
113
|
+
Generate 3-5 questions according to task nature:
|
|
114
|
+
|
|
115
|
+
| Task Type | Question Focus |
|
|
116
|
+
|-----------|----------------|
|
|
117
|
+
| Implementation | Design validity, edge cases, performance |
|
|
118
|
+
| Fix | Root cause (5 Whys), impact scope, regression testing |
|
|
119
|
+
| Refactoring | Current problems, target state, phased plan |
|
|
120
|
+
| Design | Requirement clarity, future extensibility, trade-offs |
|
|
121
|
+
|
|
122
|
+
## Warning Patterns
|
|
123
|
+
|
|
124
|
+
Detect and flag these patterns:
|
|
125
|
+
|
|
126
|
+
| Pattern | Warning | Mitigation |
|
|
127
|
+
|---------|---------|------------|
|
|
128
|
+
| Large change at once | High risk | Split into phases |
|
|
129
|
+
| Implementation without tests | Quality risk | Follow TDD |
|
|
130
|
+
| Immediate fix on error | Root cause missed | Pause, analyze |
|
|
131
|
+
| Coding without plan | Scope creep | Plan first |
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Metadata
|
|
2
|
-
#
|
|
1
|
+
# Skills Metadata Index
|
|
2
|
+
# Used to select appropriate skills based on task analysis
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
skills:
|
|
5
5
|
coding-standards:
|
|
6
|
-
|
|
6
|
+
skill: "coding-standards"
|
|
7
7
|
tags: [universal, anti-patterns, refactoring, type-safety, testing, code-deletion, rule-of-three, fail-fast, impact-analysis]
|
|
8
8
|
typical-use: "Universal coding principles applicable across all domains, foundational standards for all developers"
|
|
9
9
|
size: large
|
|
@@ -34,8 +34,8 @@ rules:
|
|
|
34
34
|
- "Test Granularity Principles"
|
|
35
35
|
- "Continuity Test Scope"
|
|
36
36
|
|
|
37
|
-
typescript:
|
|
38
|
-
|
|
37
|
+
typescript-rules:
|
|
38
|
+
skill: "typescript-rules"
|
|
39
39
|
tags: [implementation, type-safety, async, refactoring, coding-style, functional-programming, dependency-injection, branded-types, backend]
|
|
40
40
|
typical-use: "Backend TypeScript code creation, modification, refactoring, modern type features utilization"
|
|
41
41
|
size: small
|
|
@@ -56,7 +56,7 @@ rules:
|
|
|
56
56
|
- "Performance Optimization"
|
|
57
57
|
|
|
58
58
|
typescript-testing:
|
|
59
|
-
|
|
59
|
+
skill: "typescript-testing"
|
|
60
60
|
tags: [quality, testing, tdd, coverage, vitest, implementation, debugging, refactoring, backend]
|
|
61
61
|
typical-use: "Backend test creation, quality checks, test quality criteria, development steps for code/bug fixes, refactoring, and new feature implementation"
|
|
62
62
|
size: small
|
|
@@ -74,7 +74,7 @@ rules:
|
|
|
74
74
|
- "Basic Vitest Example"
|
|
75
75
|
|
|
76
76
|
technical-spec:
|
|
77
|
-
|
|
77
|
+
skill: "technical-spec"
|
|
78
78
|
tags: [architecture, design, documentation, environment, data-flow, implementation, quality-commands, testing, build]
|
|
79
79
|
typical-use: "Technical design, environment configuration, documentation creation process, implementation policy decisions, quality check commands, build and test execution"
|
|
80
80
|
size: medium
|
|
@@ -90,7 +90,7 @@ rules:
|
|
|
90
90
|
- "Build and Testing"
|
|
91
91
|
|
|
92
92
|
project-context:
|
|
93
|
-
|
|
93
|
+
skill: "project-context"
|
|
94
94
|
tags: [context, project-specific, implementation]
|
|
95
95
|
typical-use: "Project-specific information, understanding implementation principles"
|
|
96
96
|
size: small
|
|
@@ -102,7 +102,7 @@ rules:
|
|
|
102
102
|
- "Customization Guide"
|
|
103
103
|
|
|
104
104
|
documentation-criteria:
|
|
105
|
-
|
|
105
|
+
skill: "documentation-criteria"
|
|
106
106
|
tags: [documentation, adr, prd, design-doc, work-plan, decision-matrix]
|
|
107
107
|
typical-use: "Implementation start scale assessment, document creation decisions, ADR/PRD/Design Doc/work plan creation criteria"
|
|
108
108
|
size: medium
|
|
@@ -122,7 +122,7 @@ rules:
|
|
|
122
122
|
- "Common ADR Relationships"
|
|
123
123
|
|
|
124
124
|
implementation-approach:
|
|
125
|
-
|
|
125
|
+
skill: "implementation-approach"
|
|
126
126
|
tags: [architecture, implementation, task-decomposition, strategy-patterns, strangler-pattern, facade-pattern, design, planning, confirmation-levels]
|
|
127
127
|
typical-use: "Implementation strategy selection, task decomposition, design decisions, large-scale change planning"
|
|
128
128
|
size: medium
|
|
@@ -139,7 +139,7 @@ rules:
|
|
|
139
139
|
- "Guidelines for Meta-cognitive Execution"
|
|
140
140
|
|
|
141
141
|
integration-e2e-testing:
|
|
142
|
-
|
|
142
|
+
skill: "integration-e2e-testing"
|
|
143
143
|
tags: [testing, integration-test, e2e-test, property-based-testing, fast-check, test-skeleton, test-review, quality]
|
|
144
144
|
typical-use: "Integration and E2E test skeleton generation, test implementation, test review, Property-Based Test implementation"
|
|
145
145
|
size: small
|
|
@@ -154,9 +154,23 @@ rules:
|
|
|
154
154
|
- "Implementation Rules"
|
|
155
155
|
- "Review Criteria"
|
|
156
156
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
157
|
+
subagents-orchestration-guide:
|
|
158
|
+
skill: "subagents-orchestration-guide"
|
|
159
|
+
tags: [orchestration, subagents, workflow, scale-determination, document-requirements, autonomous-execution]
|
|
160
|
+
typical-use: "Coordinating subagents through implementation workflows, scale determination, document requirements"
|
|
161
|
+
size: medium
|
|
162
|
+
key-references:
|
|
163
|
+
- "Workflow Orchestration Patterns"
|
|
164
|
+
- "Agent Coordination Patterns"
|
|
165
|
+
sections:
|
|
166
|
+
- "Scale Determination"
|
|
167
|
+
- "Document Requirements"
|
|
168
|
+
- "Stop Points"
|
|
169
|
+
- "Autonomous Execution Mode"
|
|
170
|
+
|
|
171
|
+
# Frontend-specific Skills
|
|
172
|
+
frontend/typescript-rules:
|
|
173
|
+
skill: "frontend/typescript-rules"
|
|
160
174
|
tags: [frontend, react, implementation, type-safety, function-components, props-driven, async, refactoring, coding-style]
|
|
161
175
|
typical-use: "React component creation, Props type definitions, frontend TypeScript development"
|
|
162
176
|
size: small
|
|
@@ -173,8 +187,8 @@ rules:
|
|
|
173
187
|
- "Error Handling"
|
|
174
188
|
- "Performance Optimization"
|
|
175
189
|
|
|
176
|
-
frontend
|
|
177
|
-
|
|
190
|
+
frontend/typescript-testing:
|
|
191
|
+
skill: "frontend/typescript-testing"
|
|
178
192
|
tags: [frontend, react, quality, testing, tdd, coverage, vitest, react-testing-library, msw, implementation]
|
|
179
193
|
typical-use: "React component testing, React Testing Library tests, MSW API mocking, frontend test creation"
|
|
180
194
|
size: small
|
|
@@ -191,8 +205,8 @@ rules:
|
|
|
191
205
|
- "Mock Type Safety Enforcement"
|
|
192
206
|
- "Basic React Testing Library Example"
|
|
193
207
|
|
|
194
|
-
frontend
|
|
195
|
-
|
|
208
|
+
frontend/technical-spec:
|
|
209
|
+
skill: "frontend/technical-spec"
|
|
196
210
|
tags: [frontend, react, vite, architecture, design, environment, data-flow, implementation, performance]
|
|
197
211
|
typical-use: "React technical design, Vite configuration, frontend environment setup, component architecture decisions"
|
|
198
212
|
size: medium
|
|
@@ -208,4 +222,4 @@ rules:
|
|
|
208
222
|
- "Build and Testing"
|
|
209
223
|
- "Quality Check Requirements"
|
|
210
224
|
- "Coverage Requirements"
|
|
211
|
-
- "Non-functional Requirements"
|
|
225
|
+
- "Non-functional Requirements"
|