ln-813-optimization-plan-validator

Solid

Validates optimization plan via multi-agent review before execution. Use when verifying feasibility of optimization hypotheses.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-813-optimization-plan-validator **Type:** L3 Worker **Category:** 8XX Optimization Validates optimization plan (performance_map + hypotheses + context) via parallel agent review before committing to code changes. Catches feasibility issues, missing hypotheses, and incorrect conflict mappings before the strike. --- ## Overview | Aspect | Details | |--------|---------| | **Input** | `.hex-skills/optimization/{slug}/context.md` (performance_map, hypotheses, suspicion_stack) | | **Output** | Verdict (GO / GO_WITH_CONCERNS / NO_GO), corrected context.md, agent feedback summary | | **Pattern** | Parallel agent review (Codex + Gemini) + own feasibility check → merge → verdict | --- ## Workflow **Phases:** Load Context + Health Check → Materialize for Agents → Launch Agents → Feasibility Check → Merge + Verify → Verdict --- ## Phase 0: Load Context + Health Check **MANDATORY READ:** Load `shared/references/agent_review_workflow.md` **MANDATORY READ:** Load `shared/references/agent_delegation_pattern.md` **MANDATORY READ:** Load `shared/references/review_runtime_contract.md` ### Slug Resolution - If invoked via Agent with contextStore contain...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category