with one click
ln-510-quality-coordinator
// Use when coordinating story quality evaluation with mandatory research, worker summaries, agent review, regression evidence, and bounded refinement.
// Use when coordinating story quality evaluation with mandatory research, worker summaries, agent review, regression evidence, and bounded refinement.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | ln-510-quality-coordinator |
| description | Use when coordinating story quality evaluation with mandatory research, worker summaries, agent review, regression evidence, and bounded refinement. |
| license | MIT |
Paths: File paths (
references/,../ln-*) are relative to this skill directory.
Type: L2 Coordinator Category: 5XX Quality
Evaluation-platform coordinator for story quality review.
MANDATORY READ: Load references/evaluation_coordinator_runtime_contract.md, references/evaluation_summary_contract.md, references/evaluation_research_contract.md, references/loop_health_contract.md
MANDATORY READ: Load references/agent_delegation_pattern.md
MANDATORY READ: Load references/criteria_validation.md, references/gate_levels.md
Agent review policy: run health check, record skipped reason when no advisor is available, verify every advisor claim before verdict, and treat transport/auth/tool failures as operator evidence rather than quality findings. Load references/agent_review_workflow.md only when debugging lifecycle/liveness details outside the evaluation runtime.
ln-511-code-quality-checkerln-512-tech-debt-cleanerln-513-regression-checkerln-514-test-log-analyzerPrimary input:
storyId--previous-cycle-focus (optional, from ln-500): comma-separated blocking categories from prior FAIL cycleStatus filter:
To ReviewFast-track paths that skip research are not allowed.
Every quality run must include:
Runtime family:
evaluation-runtimeIdentifier:
quality-{storyId}Phase order:
PHASE_0_CONFIGPHASE_1_DISCOVERYPHASE_2_READ_ONLY_EVIDENCEPHASE_3_CLEANUPPHASE_4_AGENT_BARRIERPHASE_5_MERGEPHASE_7_REFINEMENTPHASE_8_VERDICTPHASE_9_SELF_CHECKHost Skill Invocation: Skill(skill: "...", args: "...") is mandatory delegation.
SKILL.md, treat args as $ARGUMENTS, execute that skill workflow, then return here with its result/artifact.Use the Skill tool for delegated workers. Do not inline worker logic inside the coordinator.
TodoWrite format (mandatory):
Resolve Story and build runtime manifestLoad Story metadata and detect changed filesRun quality checkers and research in parallelApply safe tech-debt cleanupSync agents and wait for all evidenceMerge and deduplicate all findingsRun bounded refinement loopCompute quality verdict and scoreVerify runtime cleanup and self-checkRepresentative invocations:
Skill(skill: "ln-511-code-quality-checker", args: "{storyId}")
Skill(skill: "ln-512-tech-debt-cleaner", args: "{storyId}")
Skill(skill: "ln-513-regression-checker", args: "{storyId}")
Skill(skill: "ln-514-test-log-analyzer", args: "{storyId}")
storyId.required_research=true.evaluation-runtime.Parallel work allowed in this phase:
references/evaluation_research_contract.md)ln-511-code-quality-checkerln-513-regression-checkerln-514-test-log-analyzerRules:
When previous_cycle_focus is provided:
ln-512-tech-debt-cleaner only after read-only evidence is collected.evaluation-runtime.failure_class from agent results as transport evidence:
rate_limited, tool_missing, auth_missing, permission_denial, and asked_question are not quality FAIL findings by themselves.timeout_productive can continue to merge/review only when output/log/session evidence exists.Merge inputs:
ln-511 summaryln-512 summaryln-513 summaryln-514 summaryRules:
Refinement uses a 2-stage state machine per references/agents/prompt_templates/iterative_refinement.md and references/agents/prompt_templates/refinement_perspectives.md:
dry_run_executor, new_dev_tester, adversarial_reviewerfinal_sweepRules:
Compute normalized quality verdict using:
Final verdict values:
PASSCONCERNSFAILRequired checks:
Write summary_kind=evaluation-coordinator.
Recommended payload:
statusfinal_resultreport_pathworker_countagent_countissues_totalseverity_countswarningscleanup_verifiedresearch_completedevaluation-coordinator summary writtenOptional reference: load references/meta_analysis_protocol.md only when the user asks for post-run meta-analysis or protocol-formatted run reflection.
When requested after the coordinator run, analyze the session per protocol section 7 and include the protocol-formatted output with the final quality verdict.
references/evaluation_coordinator_runtime_contract.md, references/evaluation_summary_contract.mdreferences/evaluation_research_contract.md../ln-511-code-quality-checker/SKILL.md, ../ln-512-tech-debt-cleaner/SKILL.md, ../ln-513-regression-checker/SKILL.md, ../ln-514-test-log-analyzer/SKILL.mdreferences/criteria_validation.md, references/gate_levels.mdVersion: 7.0.0 Last Updated: 2026-02-09