Skip to content

Releases: rawphp/do-work

Release list

v1.1.0

Choose a tag to compare

@rawphp rawphp released this 09 Jun 12:54

Highlights

  • Added dual-environment installation with explicit --env claude and --env codex targets.
  • Added governance gates so worker output is evidence for completion, not completion by itself.
  • Added human-approved criteria, acceptance evidence validation, checkpointed closure proof, post-build review, deterministic policy checks, and run ledger records.
  • Added derived proof and coverage rollup helpers for proven / unproven status by REQ and UR.

Verification

  • bash lib/tests/*.test.sh
  • bash lib/derive-status.test.sh
  • bash lib/coverage-rollup.test.sh
  • bash lib/cycle-check.sh UR-033
  • bash lib/cycle-check.sh UR-034
  • shell syntax checks for changed helper scripts
  • Codex install smoke test with temporary HOME

v1.0.0

Choose a tag to compare

@rawphp rawphp released this 14 Mar 05:27

Do Work v1.0.0

A Claude Code skill that turns natural-language briefs into discrete, traceable tasks and executes them autonomously — with TDD and a git commit per task.

Installation

curl -fsSL https://github.com/ghraw/rawphp/do-work/main/install.sh | bash

Key Commands

Command What it does
/do-work start [brief] Records brief, runs creative review, decomposes into REQ files
/do-work go [UR-NNN] Verifies REQ coverage, auto-runs if confidence >= 90%
/do-work intake Records brief verbatim
/do-work capture Decomposes brief into REQ task files
/do-work ideate Surfaces assumptions, risks, and connections
/do-work verify Scores REQ coverage (0-100%)
/do-work run Executes backlog with TDD loop
/do-work install Creates per-project folder structure

How It Works

Two commands cover the full workflow:

  1. /do-work start — Record your brief, review it creatively, decompose into tasks
  2. /do-work go — Verify coverage, then execute each task with TDD and a git commit

Every brief, task, and output lives in files — fully auditable in git history.

License

MIT