🛠️
AI Engineering

Absolute Work

by maddhruv

Absolute Work is an AI Engineering skill for Claude Code, published by maddhruv in absolute.

209 stars29 forkson maddhruv/absoluteAdded 2026/09/04Repository updated 2026/07/06
claudeclaude-codeclaude-skillscodexdocumentationgeminimarketingmemoryproduct-managementseoskillssoftware
Install in seconds
Install Absolute Work
Copy Absolute Work into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/maddhruv/absolute/tree/main/skills/absolute-work ~/.claude/skills/absolute-work

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/maddhruv/absolute.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/absolute-work/SKILL.md in maddhruv/absolute
Installs to
~/.claude/skills/absolute-work
Collection
One of 11 skills cataloged from this repository
Category
AI Engineering2970 skills

What Absolute Work does

Absolute Work guides AI coding agents through a gated SDLC from intake and design review to task decomposition, test-first execution, verification, and convergence. Use it for tickets, migrations, refactors, and other multi-step work that needs planning before code.

Absolute Work is cataloged under AI Engineering on DirSkills. Absolute Work comes from a repository tagged claude, claude-code, claude-skills, codex and documentation.

Documentation

README

Start your first response with the 🛠️ emoji.

Absolute Work: End-to-End AI Development Lifecycle

Absolute Work takes any unit of work — a ticket, a task, a plan, a migration — from fuzzy intent to verified code. It is one continuous skill with hard gates between phases: brainstorm a shared design, write and review a spec, decompose into a dependency-graphed task board, then peel tasks off one safe wave at a time with test-first verification. Nothing is assumed, nothing is silently expanded, and no code is written until the design is approved.

The lifecycle has 6 phases: INTAKE & BRAINSTORM → SPEC → DECOMPOSE & PLAN → EXECUTE → VERIFY → CONVERGE


The Phase Gate Rule

This is the opening of the README. Read the full README on GitHub.

Commands Absolute Work provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /absolute

Frequently asked about Absolute Work

  • What else does maddhruv publish alongside Absolute Work?

    Absolute Work is one of 11 skills that DirSkills catalogs from maddhruv/absolute, the repository it ships in. Its siblings there include Absolute Audit, Absolute Debt and Absolute Deflake. Each one is a separate skill with its own page in this directory, installs the same way Absolute Work does, and is maintained by maddhruv in that same repository. The rest of the collection is listed on the maddhruv/absolute page.

  • How does Absolute Work compare to other AI Engineering skills?

    Absolute Work ranks #2704 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Absolute Work against them. Open each page to compare what they document and how they install.

More from maddhruv/absolute

Absolute Work is one of 11 skills cataloged on DirSkills from maddhruv/absolute.

See all 11 skills
🔒
2h ago

Absolute Audit

Absolute Audit scans a repository for dependency CVEs and risky code patterns, then triages and fixes the issues worth addressing. Use it to harden your own codebase after a disclosure or as part of routine security hygiene.
Quality
20929
🧾
2h ago

Absolute Debt

Absolute Debt clears pre-existing lint, type, and suppression debt across a repo on green main. Use it to burn down warnings, errors, and ignores in safe waves, one rule at a time, with tests passing after each wave.
Quality
20929
🧪
2h ago

Absolute Deflake

Absolute Deflake finds nondeterministic tests, diagnoses the root cause, and fixes the source of flakiness. Use it when CI is flaky or a test fails intermittently, then verify the fix with repeated randomized runs.
Quality
20929
📚
2h ago

Absolute Docs

Absolute Docs helps write, improve, or audit developer documentation using Diátaxis. It checks the docs stack, gates on outlines, and verifies claims against code before publishing.
Writing
20929
⚙️
2h ago

Absolute Init

Absolute Init detects a repo’s conventions, asks a few setup questions, and writes shared and local config for other absolute commands. Use it the first time in a project or when conventions change.
Automation
20929
✂️
2h ago

Absolute Prune

Absolute Prune removes dead code, unused dependencies, unreferenced exports, unreachable branches, and orphaned files from the whole repo. It is used on green main and verifies each removal with tool evidence and tests before deleting anything.
Quality
20929