super-work

Creates Superset workspaces by resolving repo, branch, and environment context.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ambroselittle/agent-skills --skill super-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: super-work
Source: https://github.com/ambroselittle/agent-skills/tree/main/skills/super-work
Command: npx skills add https://github.com/ambroselittle/agent-skills --skill super-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open a Superset workspace for a work item by auto-resolving context from the current session, branch, or a given Linear ID, and create the workspace on the correct repository and branch so you can begin coding with minimal setup.

Core Features & Use Cases

  • Context-aware workspace creation: derives the target work item from session data, a Linear ID, or a slug and aligns the workspace to the right repo and branch.
  • Multi-repo support: handles single- or multi-repo plans by selecting or prompting for the initial repo, then provisioning sequential workspaces as needed.
  • Safe provisioning: integrates host/project lookups, base-branch confirmation, and error handling to ensure predictable, recoverable workspace creation.

Quick Start

Run /super-work with a Linear ID or slug to launch a workspace.

Frequently Asked Questions about super-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Superset workspace creation for a Linear ticket?

Automate Superset workspace creation by providing a Linear ID or slug. The workflow auto-resolves the work item context, selects the correct repository and branch, and provisions the workspace so you can start coding immediately.

Can I provision workspaces across multiple repositories for a single plan?

Yes, multi-repo workspace provisioning is supported. The workflow handles single or multi-repo plans by selecting or prompting for the initial repository, then sequentially provisioning workspaces across the required repositories.

How does context-aware workspace provisioning resolve the correct branch?

Context-aware workspace provisioning derives the target branch by resolving session data, a Linear ID, or a slug. It confirms the base branch during setup to ensure the workspace aligns with the correct repository and environment.

What happens if host or project lookups fail during workspace creation?

If host or project lookups fail during workspace creation, the workflow applies error handling to ensure predictable and recoverable provisioning. It safely integrates these lookups to prevent unrecoverable failures during setup.

Do I need to manually specify the repository when launching a new Superset workspace?

You do not need to manually specify the repository. The workflow auto-resolves the appropriate repository from the current session, branch, or Linear ID, only prompting for base branch confirmation when needed.