Proof Mode banner
turystack turystack

Proof Mode

Productivity community

Description

Delivery harness skill — it runs one task from end to end: resolves its context, routes to the pattern skills, runs the gate ladder per slice and closes with an evidence-backed report. The session's entry point is @turystack/harness, which decides which task this is. Installed into .claude/skills and/or .codex/skills via the turystack CLI.

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

@turystack/proof-mode

Proof-mode skill — the delivery harness for one task: it resolves the task's context, routes to the pattern skills, runs the gate ladder per slice and closes with an evidence-backed report attached to the board task it came from. `turystack-harness` is what decides the session and hands the task over. Installed into .claude/skills and/or .codex/skills via the turystack CLI.

Installation

pnpm add -D @turystack/proof-mode

Contents

Where it sits

turystack-harness                                 ← before a task exists: which mode, which task
└── turystack-proof-mode                          ← this skill: when, and what proves it
    ├── turystack-architecture-pattern            the law
    ├── turystack-backend-pattern                 backend mechanics
    ├── turystack-frontend-pattern                frontend mechanics
    └── turystack-frontend-primitives-pattern     how one UI primitive is written

`@turystack/proof-mode-gates` runs the checks the ladder names.

Documentation

**https://tury.dev/libs/proof-mode**