Remove hard-coded UI text and labels with blocking first-pass PATTERN_* extraction and factory helpers that generate labels/runners/items from args.
Use this skill when hard-coded strings should be replaced with reusable factories and grouped literal maps.
Run this skill when requests include:
PATTERN_* maps.create*Label, create*Item, create*Runner).PATTERN_* literal map for sections/tokens.npm run lint --silentnpm test --silentnpm run refactor:gate --silent (or npm run refactor:gate)rg -n "label:\\s*\"\\[" app/renderer.js brain/modules
rg -n "PATTERN_.*SECTION|create.*Label|create.*Item|create.*Runner" app/renderer.js brain/modules
npm run lint --silent
npm test --silent
npm run refactor:gate --silent
brain/*data/input/*data/output/*to-do/*two_pass_single_wrapper (identify_arguments then execute_pipeline)app/, brain/, data/input/, data/output/, main/, renderer/, scripts/, tests/, and to-do/.brain/*; keep catalogs/specs in data/input/*; keep generated artifacts/logs in data/output/*.identify_arguments before execute_pipeline) when touching wrapper flows.npm run agents:validate after agent/skill metadata changes.