plan-enterprise

plan-enterprise is a skill for Claude Code, Codex from exchanet/method_enterprise_builder_planning. It costs 16 tokens per session (1,140 once invoked), scanned A, original, MIT.

An eight-phase planning process for enterprise software, including systems that are mission-critical, highly available, security-focused, or subject to regulations such as GDPR or HIPAA. It covers context, stakeholders, regulations, integrations, and performance requirements.

In plain words
What is it for?
Use it to plan regulated or business-critical systems, document their context and service targets, and confirm the system classification before detailed design.
Why use it?
It turns broad enterprise requirements into a structured implementation plan while accounting for reliability, security, compliance, and operational needs.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/exchanet/method_enterprise_builder_planning/plan-enterprise
Any agent
npx skills add exchanet/method_enterprise_builder_planning --skill plan-enterprise
Clone the repo
git clone --depth 1 https://github.com/exchanet/method_enterprise_builder_planning

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for plan-enterprise

README.md
[![agentmods](https://agentmods.dev/badge/skills/exchanet/method_enterprise_builder_planning/plan-enterprise.svg)](https://agentmods.dev/skills/exchanet/method_enterprise_builder_planning/plan-enterprise)
Your own site
<a href="https://agentmods.dev/skills/exchanet/method_enterprise_builder_planning/plan-enterprise"><img src="https://agentmods.dev/badge/skills/exchanet/method_enterprise_builder_planning/plan-enterprise.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,140 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.01140
Opus 5 $0.00008 $0.00570
Sonnet 5 $0.00003 $0.00228
Haiku 4.5 $0.00002 $0.00114

Measured 5d ago against content hash 3aa681e6d9ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plan-enterprise scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/antigravity/.agent/skills/plan-enterprise/SKILL.md · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Plan Enterprise

Purpose

Orchestrate the full METHOD-ENTERPRISE-BUILDER-PLANNING 8-phase cycle for enterprise-grade, mission-critical, and high-availability software systems.

When to use

Activate this skill when the user requests:

  • "Plan an enterprise system..."
  • "Design a mission-critical [component]..."
  • "Build a high-availability [module] with [SLA]..."
  • "Architect a security-first [system] with [compliance]..."

Or when the user mentions regulated data (PCI-DSS, GDPR, HIPAA, SOC2, ISO 27001).

Workflow

Phase 1: Enterprise Context Analysis

Actions:

  1. Classify system (enterprise-grade, mission-critical, high-availability, security-first, ACID-required)
  2. Build stakeholder map (end users, compliance officer, operations, regulators)
  3. Map regulatory environment (applicable standards with obligations)
  4. List integration points (protocol, SLA dependency level)

Output artifact:

  • Create docs/enterprise-context.md (use createFile operation)
  • Artifact type: implementation_plan

Gate: Ask user to confirm system classification before proceeding.


Phase 2: Non-Functional Requirements

Actions:

  1. Define Performance SLOs: throughput (TPS), latency p95/p99
  2. Define Availability SLA: % uptime, RTO, RPO, deploy strategy
  3. Define Scalability: initial, peak, growth rate
  4. Define Security baseline: auth, authz, encryption at rest/transit
  5. Define Compliance per standard

Gate: All SLOs must be numeric and measurable (not "fast" or "secure" — "p95 ≤ 500ms", "99.9% SLA").


Phase 3: Risk Matrix

Actions:

  1. STRIDE analysis on primary API surface (Spoofing, Tampering, Repudiation, Info Disclosure, DoS, Elevation of Privilege)
  2. Technical risk catalog (probability, impact, mitigation)
  3. Flag any CRITICAL unmitigated risk — blocks Phase 4

Output: docs/risk-matrix.md

Gate: No CRITICAL risk may be unmitigated; all HIGH risks must have mitigations.


Phase 4: Micro-task Decomposition

Read the full file on GitHub · 154 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 154 lines · 16 tokens per session scan A 3aa681e6d9ad

Subscribe to this mod's changes

plan-enterprise is a skill published in the GitHub repository exchanet/method_enterprise_builder_planning (2 stars, last pushed 6mo ago), licensed MIT. It adds 16 tokens to every session and 1,140 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

studio

Architecture Studio control plane — initialize or inspect a studio workspace, create and register projects, or route an architecture/AEC task to the right agent or skill. Use when the user runs /as:studio, asks to set up or open their studio, manage its projects, or describes a task without naming a skill.

AlpacaLabsLLC/skills-for-architects · 65 tokens

tasklist

Maintain a project's canonical TASKS.md or an opted-in studio portfolio task register with permanent IDs, ownership, lifecycle dates, and source provenance. Use to list, add, update, complete, or cancel tasks, view tasks across registered projects, or import selected action items from project artifacts. Do not use for…

AlpacaLabsLLC/skills-for-architects · 78 tokens

spec-writer

Turn a material or product list into CSI MasterFormat outline specifications with three-part sections and review flags. Use to write specs; use epd-to-spec for embodied-carbon requirements.

AlpacaLabsLLC/skills-for-architects · 39 tokens

workplan

Create a durable, execution-ready work plan for repository changes, operations, research, or AEC project delivery. Use when the user asks to plan, scope, sequence, coordinate, or break down multi-step work before acting. Do not use for floor plans, site plans, space planning, zoning calculations, building-code…

AlpacaLabsLLC/skills-for-architects · 72 tokens

zoning-envelope

Generate interactive 3D zoning envelope viewers from zoning analysis reports. Use when the user asks to "visualize the zoning envelope" or see buildable massing in 3D, typically after /as:zoning-analysis-nyc. Requires a zoning analysis report as input.

AlpacaLabsLLC/skills-for-architects · 60 tokens

csv-to-sif

Export a project's FF&E product-library CSV as dealer-system SIF. Use to produce a .sif schedule; use sif-to-csv for the reverse direction.

AlpacaLabsLLC/skills-for-architects · 38 tokens