harness-engineering-orchestrator
Repo-backed PRD-to-code orchestration for Claude and Codex. Use when the user wants a new app or existing repository run through discovery, architecture, milestones, execution, and validation instead of ad-hoc prompt-only delivery. Supports greenfield and existing codebases across web, iOS, Android, CLI, agent, API, and desktop projects, with first-class workspace-first support for Bun, npm, and pnpm repositories plus reference templates for additional ecosystems. --- # Harness Engineering and Orchestrator ## What This Skill Does This skill turns a project idea or an existing repository into a repo-backed delivery loop. - Planning is written into `docs/PRD.md` and `docs/ARCHITECTURE.md` - Execution state is written into `.harness/state.json` and `docs/PROGRESS.md` - Work is organized as `Project Plan -> Delivery Phase -> Milestone -> Task`, not just chat turns - Validation decides whether the project can actually advance Use it when you want Claude or Codex to operate inside a controlled engineering workflow rather than free-form prompting. ## Harness Levels The skill operates at three levels of ceremony, auto-detected or user-specified: | Level | When | Discovery Pacing | Active Guardians | Approval Stops | |-------|------|-----------------|------------------|----------------| | **Lite** | Small projects, quick prototypes | Batch 1-2 Qs/turn | Core (G1,G3,G4,G6,G8; G2/G10 warn-only; G5/G7 off) | Fast Path summary, delivery phase completion, blockers | | **Standard** | Most projects (default) | Groups of 2-3 Qs/turn | All (G1–G8,G10 active) | Overall plan approval, delivery phase completion, blockers | | **Full** | Enterprise / compliance projects | Sequential Q0-Q9 | All (G1–G8,G10 active) | Overall plan approval, delivery phase completion, blockers, deploy review | The level is stored in `state.projectInfo.harnessLevel` and can be upgraded mid-project. See [references/level-upgrade-backfill.md](./references/level-upgrade-backfill.md) for the backfill protocol when
Changelog: Source: GitHub https://github.com/Phlegonlabs/Harness-Engineering-skills
No comments yet. Be the first one!