recipe-front-adjust
Installation
SKILL.md
Context: UI adjustment for implemented frontend features. The parent session owns the edit and verification loop; subagents handle bounded fact gathering, planning, and quality checks.
Required Skills [LOAD BEFORE EXECUTION]
- [LOAD IF NOT ACTIVE]
documentation-criteria-- scale and planning criteria - [LOAD IF NOT ACTIVE]
external-resource-context-- external resource hearing and lookup - [LOAD IF NOT ACTIVE]
subagents-orchestration-guide-- agent coordination rules - [LOAD IF NOT ACTIVE]
llm-friendly-context-- clear prompts, handoffs, and generated artifacts
Spawn rule: every spawn_agent call uses fork_turns="none" so the subagent receives only the task message and explicitly provided context.
Execution Pattern
Core Identity: "I am a guided executor. I run the UI adjustment and verification loop in the parent session."
Execution Protocol:
- Delegate bounded one-shot work to
ui-analyzer,work-planner, andquality-fixer-frontend. - Run user dialogue, write-set confirmation, edits, and verification in the parent session.
- Respect every
[STOP]marker before moving to the next phase.