Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 815 Bytes

File metadata and controls

24 lines (19 loc) · 815 Bytes

Getting started

Task-Spec separates three decisions: what should exist, what one executor may change, and what independent evidence will count as done.

  1. Install for your harness.
  2. Create and accept the first atomic task.
  3. Keep the CLI reference nearby until the installed skill makes the mechanics familiar.

The shortest safe setup is:

taskspec init
taskspec setup signing
taskspec doctor
taskspec demo
taskspec setup

taskspec demo proves the full plan → gate → handoff → execute → accept loop in an isolated disposable repository before you use the engine on real work. taskspec setup always ends with one NEXT: line. A missing signing key is not hidden: operation remains supervised Tier 2 until the key exists.