agent-rules-skill-auth…
Maintain WebDev Agent Kit source rules, skills, metadata, and validators. Excludes upgrading installed copies.
Plan architecture and ownership for standard or deep React/Next.js work across routing, state, data, styling, forms, builds, migrations, and implementation handoff. Skip micro-fixes and unrelated stacks.
$ npx -y skills add ytvee-dev/webdev-agent-kit --skill frontend-architecture-planner --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/frontend-architecture-plannerContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan architecture and ownership for standard or deep React/Next.js work across routing, state, data, styling, forms, builds, migrations, and implementation handoff. Skip micro-fixes and unrelated stacks.
name: frontend-architecture-planner
description: 'Plan architecture and ownership for standard or deep React/Next.js work across routing, state, data, styling, forms, builds, migrations, and implementation handoff. Skip micro-fixes and unrelated stacks.'
id: 'agents.skills.frontend-architecture-planner.skill'
title: 'Frontend Architecture Planner'
doc_type: 'skill'
layer: 'skill'
status: 'active'
publishable: true
local_only: false
skill: 'frontend-architecture-planner'
tags:
- 'agents/skill-package'
- 'agents/architecture'
- 'workflow/frontend-architecture'
parent:
- '[[AGENTS|Canonical Agent Policy]]'
related:
- '[[common/target-stack-policy|Target Stack Policy]]'
- '[[common/prompt-intent-routing-rules|Prompt Intent Routing Rules]]'
- '[[common/framework-adaptation-policy|Framework Adaptation Policy]]'
- '[[common/state-ownership-rules|State Ownership Rules]]'
- '[[common/routing-boundary-rules|Routing Boundary Rules]]'
- '[[common/data-fetching-boundary-rules|Data Fetching Boundary Rules]]'
- '[[common/form-boundary-rules|Form Boundary Rules]]'
- '[[common/build-tool-boundary-rules|Build Tool Boundary Rules]]'
- '[[common/frontend-integration-boundaries|Frontend Integration Boundaries]]'
- '[[skills/goal-planner/SKILL|Goal Planner]]'
- '[[skills/execution-plan-manager/SKILL|Execution Plan Manager]]'
- '[[skills/frontend-layout-implementer/SKILL|Frontend Layout Implementer]]'
depends_on:
- '[[AGENTS|Canonical Agent Policy]]'Plan frontend architecture decisions for React and Next.js projects when a task affects structure, ownership, routing, React state, Redux state, TanStack remote state, Axios data access, CSS Modules styling, form behavior, build/workspace shape, or long-lived conventions.
This skill creates an architecture decision and implementation handoff. It does not implement code by default.
Use this skill after prompt intent routing when the task is `Standard Workflow` or `Deep Workflow`, the project is within the target stack, and architecture decisions matter.
Use this skill when the user asks to:
Do not use this skill for:
1. Read `AGENTS.md`. 2. Read `common/target-stack-policy.md`. 3. Read `common/prompt-intent-routing-rules.md` when workflow level is unclear. 4. Read the compact goal contract or execution plan when present. 5. Read only relevant boundary rules for the task. 6. Read relevant project overlays when present: stack, architecture, styling, verification, docs, build, workspace, state, and data-fetching profiles. 7. Read affected source files only when architectural boundaries cannot be planned from overlays. 8. Do not read generated `dist/**` during normal runtime.
1. Confirm target stack scope. If the project is outside React, Next.js, CSS Modules, Redux, TanStack, or Axios scope, report unsupported scope. 2. If the prompt is lightweight and no architecture boundary is affected, stop and route to the direct skill. 3. State the architectural question. 4. Inspect current conventions: React/Next.js router, folder/module structure, component ownership, CSS Modules, Redux ownership, TanStack ownership, Axios API layer, form conventions, build/workspace shape, and verification commands. 5. Define only relevant boundaries: route/page, feature/module, shared vs local component, React local state, Redux object state, TanStack remote state, Axios adapter, form state, CSS Modules styling, accessibility, build/workspace, and verification. 6. Choose the smallest architecture that satisfies the goal. 7. Require explicit approval for package installation, framework migration, package manager changes, new state/data/form/styling libraries, global architecture layers, build tooling changes, large refactors, destructive operations, or production access. 8. Create the architecture handoff without editing source files. 9. Define verification strategy using existing project checks and rendered verification where relevant. 10. Hand off to `execution-plan-manager` or the relevant implementation skill.
Final response: return only facts that affect the user's understanding, confidence, or
A cross-platform frontend kit for Codex, Claude Code, Cursor, OpenCode, etc. It helps AI coding agents work predictably and safely with existing frontend projects.
Repo: ytvee-dev/webdev-agent-kit
Maintain WebDev Agent Kit source rules, skills, metadata, and validators. Excludes upgrading installed copies.
Inspect Figma links through MCP or browser computer use, or analyze screenshots and selected-layer properties. Produce frontend specs and clarify unresolved…
Create, resume, analyze, or converge standard and deep frontend execution plans with traceable slices, evidence, and stop/resume state. Skip lightweight…
Diagnose and fix frontend defects from evidence, including unclear UI/runtime errors, broken routes, styling regressions, and hydration or client issues.…
Set subject-grounded visual direction for standard or deep UI work, redesign, polish, critique, anti-template review, or design handoff. Skip technical…
Review inspected designs or briefs for product-flow gaps and ask evidence-based user questions. Ground UI direction in audience, patterns, and UX risks;…