public/gemini/skills/core/workflow/SKILL.md
Required phase order for non-trivial tasks: Plan, Explore, Implement, Verify, Finalize. Use for multi-step work, scoped exploration, re-planning, validation, and final synthesis.
npx skillsauth add jungho-git/jllm workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this rule when:
Workflow keeps work phase-ordered, evidence-driven, and bounded.
Do not skip a phase for non-trivial work. Compress a phase only when the task is small and evidence is already clear.
Plan should be short. It is a control surface, not a design essay.
boundary skill before broad searches or file reads.Exploration should answer what must change and what must not change.
execution skill.comments skill when adding or materially changing declarations or section comments.Implementation should follow evidence gathered in Explore.
validate skill after substantive changes.Verification should produce evidence, not confidence wording.
response skill unless a higher-priority final shape is required.Finalize should be short and grounded in actual work.
Re-plan before continuing implementation when any trigger changes the path.
Delegation should reduce uncertainty or parallelize safe discovery.
Working notes should support continuity without becoming user-facing noise.
development
Final response format: Korean-first, concise Process / Checks / Issues / Updates, optional Usage, with only actual changes, actual validation, real blockers, changed files, and measured token data when available.
development
Smallest complete change rule: preserve local code shape, extend existing patterns, avoid speculative extraction or cleanup, and include required coupled updates for correctness.
development
Code comment policy: numbered one-line `―` dividers for touched declarations and logical sections, paired outer blocks only for long regions, concise purpose comments, and no comment churn.
development
Source-of-truth boundary for generated, cached, temporary, vendor, build, log, and non-authoritative paths. Use when deciding what local files are valid inputs for exploration, edits, review, or validation, and how to handle explicit exceptions.