What problem does it solve? Writing a good competitive programming editorial is hard: most editorials either dump the optimal solution with no motivation or condescend to the reader. This Skill produces pedagogically structured editorials that build the "aha moment" through a brute-force to optimal progression, so learners understand why the technique works, not just what it is. ## Core Features & Use Cases - Progressive Hint Scaffolding: Generates exactly 3 hints calibrated by difficulty rating (direction, approach, key insight) so readers at any level gain value. - Brute-Force to Optimal Bridge: Documents the naive approach, computes why it fails against constraints, identifies the bottleneck, and motivates the optimal solution as a natural evolution. - Complete Editorial Package: Produces step-by-step walkthroughs traced on samples, accessible correctness explanations, verified complexity analysis, alternative approaches, and common mistakes with concrete counterexamples. - Use Case: After a problem passes quality review in a problem-generation pipeline, feed the approved architect spec, problem draft, solution, test suite, and review verdict into this Skill to produce the final editorial.json section. ## Quick Start Write the editorial for the approved problem using the outputs from the architect, writer, solution engineer, test generator, and quality reviewer agents.