03-work

Community

Build with TDD gates and resume from checkpoints.

Authorleing2021
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It prevents broken or unverified implementations by enforcing TDD gates while allowing you to resume execution precisely after interruptions, so your coding agent can reliably complete the implementation phase of a plan.

Core Features & Use Cases

  • TDD enforcement with hard gates: applies RED → minimal code → GREEN → refactor per unit and stops on any verification breach.
  • Checkpoint resume: tracks progress via session_checkpoint and skips completed units when re-run.
  • Plan-to-units execution: derives executable tasks from plan implementation units, including dependency analysis via task_splitter.
  • Controlled subagent execution: uses ce_parallel_subagent and ce_subagent only for bounded, non-interactive leaf tasks; otherwise runs inline and preserves stage integrity.
  • Evidence-first failure handling: triggers stop-the-line, preserves error evidence, diagnoses root cause with debug discipline, guards with regression tests, then resumes.

Quick Start

Use the skill when you already have a ready plan by telling your agent to load and execute your implementation units from a plan path, such as: execute 03-work with the plan file at docs/plans/plan.md as input.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: 03-work
Download link: https://github.com/leing2021/super-pi/archive/main.zip#03-work

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.