enterprise-dev

Coordinate gated development stages with contract-first workflows and artifacts.

6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/anotherben/claude-harness --skill enterprise-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: enterprise-dev
Source: https://github.com/anotherben/claude-harness/tree/main/skills/enterprise-dev
Command: npx skills add https://github.com/anotherben/claude-harness --skill enterprise-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Enterprise Development Pipeline provides a gated, contract-first workflow that enforces disciplined planning, verification, and governance across code changes, ensuring traceability from discovery to completion and reducing drift by locking in postconditions and artifacts.

Core Features & Use Cases

  • DISCOVER, PLAN, CONTRACT, GUARD, BUILD, REVIEW, VERIFY, and COMPLETE stages with explicit postconditions and artifacts.
  • TDD-first development and independent reviews to improve quality and knowledge capture.
  • Central orchestration and memory-backed knowledge capture to maintain consistency across projects.

Quick Start

Invoke /enterprise to start the modular enterprise pipeline for all development work.

Frequently Asked Questions about enterprise-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a governance-driven enterprise development pipeline?▼

TDD-first development in an enterprise pipeline improves quality by requiring test verification before implementation, enabling independent reviews and memory-backed knowledge capture throughout the build process.

How do I enforce traceability across enterprise code changes from discovery to completion?▼

Independent reviews within a contract-first workflow validate governance by verifying postconditions and artifacts at the GUARD and REVIEW stages, ensuring changes meet enterprise standards before completion.

Does a contract-first workflow require dependencies to manage pipeline stages?▼

Yes, the pipeline orchestrates DISCOVER, PLAN, CONTRACT, GUARD, BUILD, REVIEW, VERIFY, and COMPLETE stages sequentially, requiring strict postconditions and artifacts to be met before advancing.

When should I use a gated development pipeline instead of standard CI workflows?▼

Use a gated development pipeline for enterprise projects requiring strict governance, contract-first coordination, and independent reviews, where preventing drift and ensuring reproducible builds outweigh simpler CI workflows.