Точка входа в Task Master workflow для цели (роль frontend). Use when нужно довести UI-цель (экраны, фичи, компоненты) через цикл задач Task Master до реализованного и протестированного результата.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add Vitammiin/agent-vorcl-flow --skill frontend-vorcl --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Frontend Vorcl?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vitammiin-frontend-vorcl)More formats (shields.io, HTML) on the badges page.
---
name: frontend-vorcl
description: Точка входа в Task Master workflow для цели (роль frontend). Use when нужно довести UI-цель (экраны, фичи, компоненты) через цикл задач Task Master до реализованного и протестированного результата.
---
# Задача: цель через workflow (frontend)
Возьми цель в работу через Task Master. Если цель не указана — спроси её одной фразой, не запускай init вслепую.
1. Инициализация при необходимости (`task-master init`).
2. Цель → задачи: PRD + `parse_prd` (крупное) или `add_task` (точечное).
3. `next_task` → `get_task`; при сложности — `expand_task`.
4. Реализуй задачу по feature-based структуре (`src/features/*`), фиксируя ход через `update_subtask`.
5. Проверь `testStrategy` (тесты компонентов) → `set_task_status --status=done`; повторяй.
Опирайся на `$workflow`, `$task-master`, `$frontend-architecture`. Веди реализацию как роль `$frontend`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.