pressure-test
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Pre-computed context
Current branch: !git branch --show-current 2>/dev/null || echo "unknown"
Working tree status: !git status --porcelain 2>/dev/null | head -10 || echo "clean"
Project ecosystems: !bash "${CLAUDE_PLUGIN_ROOT}/scripts/detect-ecosystems.sh" 2>/dev/null || echo "none detected"
Variables
Arguments: $ARGUMENTS
Purpose
An interactive terminal app driving a state model by hand. Use when the question is about business logic, state transitions, or data shape — things that look reasonable on paper but only feel wrong once pushed through real cases.
The shared throwaway rules, the auto-invoke gate, and how to capture the answer live in
${CLAUDE_PLUGIN_ROOT}/context/discipline.md — read it before you
start. This file covers only the logic facet.