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. **Load working context** (if exists):
- Read `working-context.json`
- If `activeFeature` is set, display prominently:
- This orients the session before other status info
2. Execute `./init.sh` to see environment status (if it exists)
3. Read `claude-progress.json` for session context
4. 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 `/c...