work

Automate end-to-end plan execution with task creation, testing, and incremental commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end execution of a plan, coordinating tasks, tests, and commits so teams can ship reliably.

Core Features & Use Cases

  • End-to-end plan execution: loads a plan, derives tasks, and drives sequential execution with dependency awareness.
  • Quality gates: runs tests and linting before shipping, and prevents unsafe commits.
  • Incremental shipping: commits logical units and updates the plan status as work progresses.

Quick Start

Invoke the work skill with a plan path or use the most recent active plan to begin executing tasks automatically.

Frequently Asked Questions about work

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

FAQPage Schema
How do I automate end-to-end plan execution and ship tasks reliably?

Automate end-to-end plan execution by loading a predefined plan, deriving tasks, and driving sequential execution with dependency awareness. This coordinates tasks, runs tests, and commits logical units so teams can ship code reliably.

What is the best way to enforce quality gates before shipping code?

Enforce quality gates by running tests and linting before shipping to prevent unsafe commits. The execution phase automatically validates code changes and blocks commits if quality checks fail, ensuring incremental shipping of verified units.

How do I manage incremental commits for a multi-task workflow?

Manage incremental commits by executing multi-task workflows that commit logical units and update the plan status as work progresses. Dependency awareness ensures tasks execute sequentially, maintaining project state throughout the process.

Does automated task execution work with predefined project plans?

Automated task execution works with predefined project plans by loading the plan path and deriving tasks automatically. It applies to projects needing automated branching, testing, and incremental commits, driving execution from ingestion to validation.

Can I run continuous integration checks automatically during plan execution?

Run continuous integration checks automatically during plan execution through built-in quality gates. The execution phase runs tests and linting before shipping, preventing unsafe commits and ensuring code meets quality standards before updates.

Why does automated plan execution stop before shipping?

Automated plan execution stops before shipping when quality gates fail. The enforcement phase runs tests and linting, preventing unsafe commits if validation checks fail. This ensures only verified code changes are committed incrementally.