STANDARD OPERATING PROCEDURE
Purpose
Plan and implement frontend features and architectures with strong accessibility, performance, and reliability practices.
Triggers
- Positive: Frontend feature work, performance tuning, accessibility audits, design-to-dev translation, state management decisions.
- Negative: Pure backend/system design (route elsewhere) or prompt rewrites (prompt-architect).
Guardrails
- Structure-first: maintain
SKILL.md, examples/, tests/, resources/, and react-specialist docs; fill gaps before work.
- Constraint clarity: HARD/SOFT/INFERRED (framework, bundle budget, perf targets, accessibility requirements, release cadence).
- Quality gates: lint/format, type-check, tests (unit/e2e), accessibility/perf checks.
- Confidence ceiling enforced (inference/report 0.70; research 0.85; observation/definition 0.95).
Execution Phases
- Intake: Capture framework (React/Next/etc.), design assets, perf/a11y targets, and release constraints.
- Design: Choose state management, routing, data-fetching strategy; define component contracts and error handling.
- Implementation: Build components with accessibility defaults, performance safeguards (code-splitting, memoization), and logging.
- Validation: Run lint/format/type/test; measure Core Web Vitals and a11y checks; run regression snapshots where applicable.
- Delivery: Provide changelog, release plan, monitoring hooks, and rollback steps.
Output Format
- Request summary + constraints.
- Architecture/component plan and rationale.
- Validation results and risks.
- Confidence with ceiling.
Validation Checklist
VCL COMPLIANCE APPENDIX (Internal)
[[HON:teineigo]] [[MOR:root:F-R-N]] [[COM:Frontend+Usta]] [[CLS:ge_skill]] [[EVD:-DI]] [[ASP:nesov.]] [[SPC:path:/skills/specialists/frontend-specialists]]
[[HON:teineigo]] [[MOR:root:E-P-S]] [[COM:Epistemik+Tavan]] [[CLS:ge_rule]] [[EVD:-DI]] [[ASP:nesov.]] [[SPC:coord:EVD-CONF]]
Confidence: 0.71 (ceiling: inference 0.70) - SOP refreshed with prompt-architect constraint handling and skill-forge structure-first rules.
1---2name: frontend-specialists3description: Deliver resilient frontend solutions with performance, accessibility, and UX guardrails.4---5
6
7## STANDARD OPERATING PROCEDURE
8
9### Purpose
10Plan and implement frontend features and architectures with strong accessibility, performance, and reliability practices.
11
12### Triggers
13- **Positive:** Frontend feature work, performance tuning, accessibility audits, design-to-dev translation, state management decisions.
14- **Negative:** Pure backend/system design (route elsewhere) or prompt rewrites (prompt-architect).
15
16### Guardrails
17- Structure-first: maintain `SKILL.md`, `examples/`, `tests/`, `resources/`, and `react-specialist` docs; fill gaps before work.
18- Constraint clarity: HARD/SOFT/INFERRED (framework, bundle budget, perf targets, accessibility requirements, release cadence).
19- Quality gates: lint/format, type-check, tests (unit/e2e), accessibility/perf checks.
20- Confidence ceiling enforced (inference/report 0.70; research 0.85; observation/definition 0.95).
21
22### Execution Phases
231. **Intake**: Capture framework (React/Next/etc.), design assets, perf/a11y targets, and release constraints.
242. **Design**: Choose state management, routing, data-fetching strategy; define component contracts and error handling.
253. **Implementation**: Build components with accessibility defaults, performance safeguards (code-splitting, memoization), and logging.
264. **Validation**: Run lint/format/type/test; measure Core Web Vitals and a11y checks; run regression snapshots where applicable.
275. **Delivery**: Provide changelog, release plan, monitoring hooks, and rollback steps.
28
29### Output Format
30- Request summary + constraints.
31- Architecture/component plan and rationale.
32- Validation results and risks.
33- Confidence with ceiling.
34
35### Validation Checklist
36- [ ] Constraints confirmed and design assets referenced.
37- [ ] Perf/a11y targets defined and measured.
38- [ ] Lint/format/type/test run.
39- [ ] Confidence ceiling stated.
40
41## VCL COMPLIANCE APPENDIX (Internal)
42[[HON:teineigo]] [[MOR:root:F-R-N]] [[COM:Frontend+Usta]] [[CLS:ge_skill]] [[EVD:-DI<gozlem>]] [[ASP:nesov.]] [[SPC:path:/skills/specialists/frontend-specialists]]
43
44[[HON:teineigo]] [[MOR:root:E-P-S]] [[COM:Epistemik+Tavan]] [[CLS:ge_rule]] [[EVD:-DI<gozlem>]] [[ASP:nesov.]] [[SPC:coord:EVD-CONF]]
45
46
47Confidence: 0.71 (ceiling: inference 0.70) - SOP refreshed with prompt-architect constraint handling and skill-forge structure-first rules.