agentic-engineering/SKILL.md
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
npx skillsauth add lidge-jun/cli-jaw-skills agentic-engineeringInstall 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 skill for engineering workflows where AI agents perform most implementation work and humans enforce quality and risk controls.
Apply the 15-minute unit rule:
| Tier | Model | Use For |
|------|-------|---------|
| Fast/Cheap | Haiku 4.5 (claude-haiku-4-5) | Classification, boilerplate, narrow edits |
| Balanced | Sonnet 4.6 (claude-sonnet-4-6) | Implementation, refactors, most coding |
| Deep | Opus 4.8 (claude-opus-4-8) | Architecture, root-cause analysis, multi-file invariants |
Escalate model tier only when lower tier fails with a clear reasoning gap.
Prioritize:
Focus review cycles on behavior and logic; rely on automated tooling for style enforcement.
Track per task:
Escalate model tier only when lower tier fails with a clear reasoning gap.
Structured approach for building agent-powered features:
development
Native Web UI structured renderer schemas for compose-block drafts, search-results cards, dataframe tables, chart-json charts, and diff output
tools
Unified search hub. Route any web/real-time/X lookup through a 4-tier escalation: built-in web search → cli-jaw browser CDP → progrok Grok OAuth → web-ai (Grok Expert / GPT Pro). Use for: search, 검색, web search, latest news, real-time info, X/Twitter, fact lookup, deep research.
development
UI/UX intent discovery, design vocabulary, product personalities, UX state patterns, typography line break judgment, favicon/product logo design, and logo trust section design. Use when user design direction is vague, when building onboarding/empty/error states, when setting up favicons or product logos, or when referencing a product aesthetic.
development
Canonical owner of module boundary rules, circular dependency detection/prevention, implicit coupling taxonomy, barrel/re-export discipline, and boundary-only defensive programming. Referenced by dev, dev-code-reviewer, dev-backend, dev-frontend stubs.