Tempa banner
daus95 daus95

Tempa

Development community

Description

A long-running agent harness for building software from ideas.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Tempa logo

Tempa — Agentic Coding Automation Harness

[![CI](https://github.com/daus95/tempa/actions/workflows/tests.yml/badge.svg)](https://github.com/daus95/tempa/actions/workflows/tests.yml) [![Release](https://img.shields.io/github/v/release/daus95/tempa?include_prereleases&label=release)](https://github.com/daus95/tempa/releases) [![License: Apache 2.0](https://img.shields.io/github/license/daus95/tempa)](LICENSE)

Turn a spec into a working app — clarified, planned, implemented, and QA'd automatically, while you do something else.

Turning a spec into working software usually means endless manual back-and-forth: clarifying vague requirements, breaking the work into a plan, implementing it feature by feature, and catching bugs before they pile up — one agent session at a time, babysat from start to finish.

**Tempa automates that entire loop.** It drives an agentic coding CLI — **Claude Code**, **GitHub Copilot CLI**, or **OpenAI Codex CLI**, your pick per stage — repeatedly and unattended: clarifying your PRD until nothing critical is left ambiguous, drafting a plan (epic → feature → task), implementing it, and running QA — start it once, walk away, and come back to real progress instead of a blank terminal. It runs on whichever CLI's login you already have (Claude, GitHub Copilot, or ChatGPT/OpenAI) — no separate per-token API billing to provision or watch. See [Choosing a CLI Backend](#choosing-a-cli-backend) below.

Official repo: [github.com/daus95/tempa](https://github.com/daus95/tempa)

Once set up, the recommended way to drive Tempa is the web **dashboard** (`tempa dashboard`) — see [Dashboard (Recommended)](#dashboard-recommended) below. Every dashboard action also has an equivalent CLI command (`tempa `), for power users or scripting.


Contents

  1. Quick Start
  2. Setup (One-Time Only)
  3. [Choosing