enterprise-stack-review

Analyze TDD and stack profile to generate locked stack-decisions.json.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enterprise teams spend cycles debating and aligning on technology choices across runtime, framework, database, auth, and deployment. This skill accelerates consensus by auto-detecting needed domains from the TDD and current stack profile and producing locked decisions for downstream planners.

Core Features & Use Cases

  • Auto-detects required technology domains from the TDD and stack profile.
  • Presents 2-4 domain options with structured evaluation matrices and incumbent pre-selection.
  • Generates machine-readable stack-decisions.json and human-readable stack.md audit trail for enterprise planning.
  • Supports auto-skip logic when decisions are already resolved, with audit trail preserved.

Quick Start

Provide the TDD for the feature and the project's stack-profile.json, then run the stack review to generate and lock the decisions.

Frequently Asked Questions about enterprise-stack-review

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

FAQPage Schema
How do I automate technology stack decisions for an enterprise project?

Automating enterprise tech stack decisions involves analyzing your TDD and current stack profile to identify required domains. The skill evaluates runtime, database, and framework options, then locks final selections into a machine-readable JSON file for governance and downstream planning.

What is the best way to document an audit trail for enterprise architecture decisions?

Documenting an architecture audit trail is best handled by generating a human-readable markdown file alongside a locked JSON decisions file. This records evaluated options and incumbent pre-selections, ensuring planned technology choices remain traceable for enterprise governance and review.

How do I generate a stack profile from a TDD for enterprise planning?

Generating a stack profile from a TDD involves scanning the document to auto-detect required technology domains like auth and deployment. The skill matches these against your existing profile, presenting structured evaluation matrices to finalize architecture choices for planning.

Can I skip technology domains that already have resolved enterprise stack decisions?

Yes, you can skip resolved technology domains using built-in auto-skip logic. When the skill detects existing decisions in your stack profile, it bypasses those domains while preserving the original audit trail, maintaining governance continuity without re-evaluating settled choices.

Does this stack review workflow support teams without an existing stack profile?

The stack review workflow expects an existing stack profile as input to compare against the TDD. Without a stack-profile.json file, the skill cannot detect incumbent technologies or evaluate new domain options against your current enterprise architecture baseline.