Start a harness session - shows status, GitHub integration, and syncs issues
/plugin marketplace add panayiotism/claude-harness/plugin install claude-harness@claude-harnessRun the initialization script and prepare for a new coding session: ## Phase 1: Local Status 1. Execute `./init.sh` to see environment status (if it exists) 2. Read `claude-progress.json` for session context 3. Read `feature-list.json` to identify next priority - If the file is too large to read (>25000 tokens), use: `grep -A 5 "passes.*false" feature-list.json` to see pending features - Run `/claude-harness:harness-checkpoint` to auto-archive completed features and reduce file size 4. Optionally check `feature-archive.json` to see completed feature count/history ## Phase 2: Orc...