← ClaudeAtlas

harness-usagelisted

A skill for executing design work using the Pencil Design Harness. Runs and evaluates Case A (WPF research → template enrichment), Case B (template reference → project design), Case C (web animation → JSON → Pencil component), and Case W (Pencil → HTML) workflows. Use this skill in the following situations: - "Research WPF animations and draw them in Pencil" → Case A - "Research and enrich WPF templates" → Case A - "Add animation components" → Case A - "Design OO referencing wpf-animation effects" → Case B - "Design OO in Pencil" + wpf-animation reference mentioned → Case B - "Analyze OO site animations and strengthen templates" → Case C - "Analyze the URL and organize animation JSON" → Case C - "Web animation copycat" → Case C - "Create an HTML page referencing the Pencil design" → Case W - "Implement the design as a web page" → Case W - "Evaluate the design", "Score it" → Run evaluation
psmon/pencil-creator · ★ 5 · Web & Frontend · score 70
Install: claude install-skill psmon/pencil-creator
# Harness Usage — Pencil Design Workflow Execution Execute **Case A (WPF → Template), Case B (Template Reference → Project Design), Case C (Web Animation → JSON → Pencil Component), Case W (Pencil → HTML) workflows** based on the `harness/` 3-layer structure. --- ## 1. Design Journey State Model ``` idle → prompted → researching → designing → design-evaluating → recording → idle ``` | State | Key Action | |-------|-----------| | prompted | Determine Case A/B/C/W, check existing file status | | researching | WPF research (A) / analyze wpf-animation.pen (B) / web animation analysis (C) | | designing | Add cards (A) / project design (B) / JSON → Pencil component (C) / HTML implementation (W) | | design-evaluating | 3-axis scoring (refer to harness/knowledge/design-craft.md) | | recording | Write logs + RPG (XP/level/achievements) processing | --- ## 2. Case A: WPF Research → Template Enrichment A workflow for **directly adding new WPF animation technique cards** to wpf-animation.pen. ``` Phase 1 — Gather (researching): → Research WPF Storyboard animation examples via WebSearch → Check existing wpf-animation.pen categories/card list (exclude duplicates) → Collect core techniques: EventTrigger, DoubleAnimation, Transform, Easing → Check existing files in design/xaml/sample/*.xaml Phase 2a — Action: Individual Cards (designing): → Create new cards in wpf-animation.pen → Card structure: number+title + WPF property description + Before→After visual preview + XAM