Paretofilm
- 18 skills
- 0 followers
- 16 hours ago last updated
- ▌ Adapt · paretofilm bundleAdapt an existing project to the Superpowers + GStack workflow. Analyzes the project, identifies gaps, updates CLAUDE.md routing without losing existing content, and sets up required structure.
- ▌ Htmlify · paretofilm bundleGenerate beautiful, pedagogical HTML companions for superpowers-gstack MD artifacts (design docs, handoffs, plans). Auto-opens via --open; generates per-directory dashboards. Triggered manually or via PostToolUse hook.
- ▌ E2e Route · paretofilmPure dispatcher: picks the right E2E executor for a Swift test request from context (platform × intent × verification kind) and hands off. Routes to the scaffold/MCP-sim/QA/design-review skills.
- ▌ Spec Drift · paretofilm bundleStandalone plan-vs-code audit on any branch: runs /ship Step 8's plan-completion section from disk (hash-pinned) against an explicit plan and base. Report, JSON, exit code. Never edits code.
- ▌ Autoimplement · paretofilm bundleAuto-advance a multi-phase plan: dispatch a subagent per phase, chain /review + /pitfall-verification at each boundary, stop on actionable findings. Use for "autoimplement", "run this plan end-to-end", "auto-advance phases".
- ▌ Setup Routing · paretofilm bundleGenerate a tailored CLAUDE.md with routing rules for the Superpowers + GStack workflow. Asks about project type, evaluates relevant skills from both frameworks, and produces a project-specific routing plan.
- ▌ Quality Review · paretofilmAfter a PRD, spec, or plan, before implementation: hunt perceived-quality pitfalls (silent failures, missing loading/empty states, error recovery, state drift) that make a product feel cheap. Complements pitfall-verification.
- ▌ Context Handoff · paretofilmWrite a structured handoff file (YAML frontmatter + prose) to docs/superpowers/handoff.md before /clear or /compact. Different from /context-save (gstack) — survives across machines and restores without gstack installed.
- ▌ Verify And Land · paretofilmBuild the checked-out branch, launch that exact app, let the user confirm the fix is really there, then push and offer merge or PR.
- ▌ IOS E2e Scaffold · paretofilmOne-shot XCUITest scaffolding for iOS SwiftUI apps: audits the Scene tree, generates ranked TIER-1/2/3 stubs, suggests accessibility identifiers, emits an xcresult runner. Manual only — modifies project files.
- ▌ IOS Native Review · paretofilmAfter a PRD/spec/plan for an iOS app, before implementation: validate the artifact against Apple HIG (iOS) via WebFetch citations. Asks "is this iOS-native?" — complements pitfall-verification and quality-review.
- ▌ Third Lens Review · paretofilmAfter Claude self-pitfall + Codex on a ship-worthy/architecture/RT/security/contract change: run a third external model house (distant training distribution → different blind spots) on the patched artifact, then adversarial synthesis.
- ▌ IOS Visual Explore · paretofilmTier-2 visual exploration of an iOS app via Gemini computer-use. Invoke when accessibility-based XCUITest doesn't surface enough — layout regressions, glitches, elements off the accessibility tree. Text-only Markdown report.
- ▌ Macos E2e Scaffold · paretofilmOne-shot XCUITest scaffolding for macOS SwiftUI apps: audits the project, generates ranked TIER-1/2/3 stubs, suggests accessibility identifiers, emits an xcresult runner. Manual only — modifies project files.
- ▌ Macos Native Review · paretofilmAfter a PRD/spec/plan for a macOS app, before implementation: validate the artifact against Apple HIG via WebFetch citations. Asks "is this Apple-native?" — complements pitfall-verification and quality-review.
- ▌ Pitfall Verification · paretofilmAfter any PRD, spec, plan, or code change: verify artifact-specific pitfalls don't apply before declaring done. For ship-worthy changes, auto-chains Codex + a third model house + adversarial synthesis.
- ▌ Office Hours Track Aware · paretofilmTrack-aware wrapper for gstack /office-hours: runs the session, detects native vs web, renders + opens DESIGN.html before the approval gate. Use when starting a new product idea or brainstorming.
- ▌ Swiftui Design Consultation · paretofilm bundleApple-canon design system for SwiftUI projects: produces DESIGN.md + a Swift Package starter (semantic colors, SF Pro, Liquid Glass, motion, accessibility). Use when starting or refreshing a SwiftUI design system.