Initialize harness in current project - creates tracking files
/plugin marketplace add panayiotism/claude-harness/plugin install claude-harness@claude-harnessInitialize the claude-harness in the current project directory. Create the following files if they don't exist: 1. **feature-list.json** - Feature tracking 2. **feature-archive.json** - Completed feature archive (auto-populated by /harness-checkpoint when features have passes=true) 3. **claude-progress.json** - Session continuity 4. **agent-context.json** - Multi-agent orchestration shared context 5. **agent-memory.json** - Multi-agent orchestration persistent memory 6. **CLAUDE.md** - Project context (only if it doesn't exist) - Detect tech stack from package.json, requireme...