skills/ultrawork/SKILL.md
Parallel execution engine for high-throughput task completion
npx skillsauth add Cheggin/skill-chain ultraworkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<Use_When>
<Do_Not_Use_When>
ralph instead (ralph includes ultrawork)autopilot instead (autopilot includes ralph which includes ultrawork)ralph which adds persistence on top of ultrawork
</Do_Not_Use_When><Why_This_Exists> Sequential task execution wastes time when tasks are independent. Ultrawork enables firing multiple agents simultaneously and routing each to the right model tier, reducing total execution time while controlling token costs. It is designed as a composable component that ralph and autopilot layer on top of. </Why_This_Exists>
<Execution_Policy>
model parameter explicitly when delegatingdocs/shared/agent-tiers.md before first delegation for agent selection guidancerun_in_background: true for operations over ~30 seconds (installs, builds, tests)<Tool_Usage>
Task(subagent_type="startup-harness:executor", model="haiku", ...) for simple changesTask(subagent_type="startup-harness:executor", model="sonnet", ...) for standard workTask(subagent_type="startup-harness:executor", model="opus", ...) for complex workrun_in_background: true for package installs, builds, and test suites<Escalation_And_Stop_Conditions>
ralph mode<Final_Checklist>
ralph (persistence wrapper)
\-- includes: ultrawork (this skill)
\-- provides: parallel execution only
autopilot (autonomous execution)
\-- includes: ralph
\-- includes: ultrawork (this skill)
Ultrawork is the parallelism layer. Ralph adds persistence and verification. Autopilot adds the full lifecycle pipeline. </Advanced>
development
Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better", "feels off", stagger animations, border radius, optical alignment, font smoothing, tabular numbers, image outlines, box shadows.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
development
Build production-quality SaaS websites with opinionated design presets. Use when creating any startup website. The user MUST pick a design style before building. Enforces shadcn/ui, Figma design principles, specific CSS values per style, and anti-AI-writing. Load alongside anti-ai-writing skill. LIGHT MODE ONLY.