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]

  1. [LOAD IF NOT ACTIVE] documentation-criteria -- scale and planning criteria
  2. [LOAD IF NOT ACTIVE] external-resource-context -- external resource hearing and lookup
  3. [LOAD IF NOT ACTIVE] subagents-orchestration-guide -- agent coordination rules
  4. [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:

  1. Delegate bounded one-shot work to ui-analyzer, work-planner, and quality-fixer-frontend.
  2. Run user dialogue, write-set confirmation, edits, and verification in the parent session.
  3. Respect every [STOP] marker before moving to the next phase.
Installs
2
GitHub Stars
26
First Seen
Jun 25, 2026
recipe-front-adjust — shinpr/codex-workflows