What problem does it solve?
Manage the autonomous coding harness for Mega Knights to coordinate tasks across sessions, track progress, and generate feature lists.
Core Features & Use Cases
- Initialize and manage a prioritized task list (.claude/feature_list.json) and log progress (.claude/progress.txt).
- Provide prompts and guidance via .claude/prompts/initializer_prompt.md and .claude/prompts/coding_prompt.md to drive Claude Code across sessions.
- Run and monitor the harness with commands such as /harness init, /harness status, /harness add <description>, and leverage the harness.sh orchestrator.
- Analyze and optimize the workflow using .claude/analyze-harness.py and .claude/harness-progress.py for post-run metrics and progress rendering.
- Support end-to-end execution from task definition to progress tracking and results analysis.
Quick Start
Initialize the harness to create or refresh the feature backlog and begin monitoring progress across sessions.