Harness Engineering Skills (Phlegonlabs) — Summary
A two-skill TypeScript/Bun package providing repo-backed PRD-to-code orchestration for Claude and Codex. The primary skill (harness-engineering-orchestrator) turns an idea or existing codebase into a controlled delivery loop writing state to docs/PRD.md, docs/ARCHITECTURE.md, docs/PROGRESS.md, .harness/state.json, AGENTS.md, and CLAUDE.md. It operates at three ceremony levels (Lite/Standard/Full), auto-detected based on project complexity. The secondary skill (harness-engineering-structure) provides a production-ready Bun+Turborepo monorepo scaffold with machine-readable validation rules, 6-layer dependency model, and planning commands. The system includes 14 named role agents (orchestrator, PRD architect, tech-stack advisor, code reviewer, market researcher, etc.), harness runtime scripts (bun harness:orchestrate, bun harness:advance, bun harness:approve), and explicit approval gates between delivery phases. At v1.8.6, this is actively maintained with CI (GitHub Actions) and releases.
differs_from_seeds: Closest to taskmaster-ai (file-based delivery with milestone/task decomposition) but implemented as a skills pack rather than an MCP server. The three-level ceremony model (Lite/Standard/Full) with configurable guardian overrides is more sophisticated than any seed. The agent roster (14 named role agents) rivals BMAD (34 skills + 6 personas) in scope while being more phase-gate focused. Writes to 6 distinct file types as the source of truth, creating an auditable delivery trail that no seed except kiro approaches.