frontend-orchestrator

Orchestrate frontend development workflows from requirements to deployment preparation.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/nakano1122/dotfiles --skill frontend-orchestrator-nakano1122
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-orchestrator
Source: https://github.com/nakano1122/dotfiles/tree/main/dot_agents/skills/frontend-orchestrator
Command: npx skills add https://github.com/nakano1122/dotfiles --skill frontend-orchestrator-nakano1122

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines frontend development by managing requirements, selecting appropriate frameworks, delegating tasks to specialized skills, and ensuring code quality through comprehensive reviews. It acts as a central point for all frontend development activities.

Core Features & Use Cases

  • Requirement Gathering: Elicits and organizes frontend development requirements.
  • Framework Selection: Guides the choice of frontend frameworks based on project needs.
  • Task Delegation: Assigns implementation tasks to specific frontend skills (e.g., nextjs-app-router).
  • Code Review: Conducts thorough code reviews from a frontend perspective, covering accuracy, performance, security, and accessibility.
  • Parallel Development Management: Manages worktrees and branches for parallel frontend tasks.

Quick Start

Use the frontend-orchestrator skill to manage the development of a new user profile page.

Frequently Asked Questions about frontend-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate parallel frontend development workflows?

Orchestrate parallel frontend development by managing git worktrees and branches to delegate tasks to specialized implementation skills. This approach ensures independent feature progression while maintaining oversight of architectural patterns and code quality.

What is the best way to manage framework selection for a new frontend project?

Framework selection is managed by evaluating organized project requirements against framework capabilities. The orchestrator guides this choice to ensure the selected technology aligns with architectural needs, performance optimization, and security best practices.

How do I conduct a frontend code review covering accessibility standards?

Conduct a frontend code review by evaluating implementation accuracy, performance, security, and accessibility standards. The process inspects code from a frontend perspective to ensure adherence to established architectural patterns and best practices.

Can I use git worktrees to manage parallel frontend tasks?

Yes, git worktrees and branches are used to manage parallel frontend tasks. This allows the orchestrator to delegate isolated implementation efforts to specialized skills while tracking multiple development streams simultaneously.

How do I gather and organize frontend development requirements?

Gather and organize frontend development requirements by eliciting project specifics from stakeholders. The orchestrator acts as a central point to structure these inputs before delegating tasks to specialized frontend skills for implementation.

When should I use an orchestrator for frontend implementation instead of direct coding?

Use an orchestrator for frontend implementation when managing complex workflows that require task delegation to specialized skills, parallel development via worktrees, and comprehensive code reviews spanning performance, security, and accessibility.