method-enterprise-builder-planning

method-enterprise-builder-planning is a skill for Cursor from exchanet/method_enterprise_builder_planning. It costs 0 tokens per session (1,928 once invoked), scanned A, original, MIT.

A complete planning method for enterprise software: large, regulated, highly available, or business-critical systems. It organizes planning into eight phases and combines modular design with a PDCA-T quality cycle, a repeated plan-do-check-adjust process with testing.

In plain words
What is it for?
Use it when planning systems with demanding reliability or compliance requirements, including features for more than 1,000 concurrent users.
Why use it?
It gives complex projects a structured way to address availability, security, compliance, transactions, and architecture decisions.

Skill for Cursor

Written for Cursor: installed under .cursor/.

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/method-enterprise-builder-planning
Any agent
npx skills add exchanet/method_enterprise_builder_planning --skill method-enterprise-builder-planning
Clone the repo
git clone --depth 1 https://github.com/exchanet/method_enterprise_builder_planning

Made for: Cursor.

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 method-enterprise-builder-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/exchanet/method_enterprise_builder_planning/method-enterprise-builder-planning.svg)](https://agentmods.dev/skills/exchanet/method_enterprise_builder_planning/method-enterprise-builder-planning)
Your own site
<a href="https://agentmods.dev/skills/exchanet/method_enterprise_builder_planning/method-enterprise-builder-planning"><img src="https://agentmods.dev/badge/skills/exchanet/method_enterprise_builder_planning/method-enterprise-builder-planning.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,928 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.1 $0.00000 $0.01928
Opus 5 $0.00000 $0.00964
Sonnet 5 $0.00000 $0.00386
Haiku 4.5 $0.00000 $0.00193

Measured 5d ago against content hash 2780ed98969c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

method-enterprise-builder-planning 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.

.cursor/skills/method-enterprise-builder-planning/SKILL.md · 234 lines

How it starts

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

SKILL: METHOD-ENTERPRISE-BUILDER-PLANNING

Purpose

Orchestrate the full enterprise software planning methodology. Activates the 8-phase planning cycle for mission-critical, high-availability, and enterprise-grade systems. Integrates Method Modular Design (Core + Packs) with PDCA-T quality cycle.

When to Use

Use this skill when:

  • Building any system with enterprise-grade requirements (high load, complex transactions, regulated data)
  • Designing mission-critical software (failure has catastrophic consequences)
  • Planning high-availability architecture (99.9%+ uptime SLA)
  • Working on systems requiring compliance (GDPR, ISO 27001, SOC2, PCI-DSS, HIPAA)
  • Implementing ACID-compliant transactional features
  • Building security-first modules with audit trail
  • Starting any feature that involves >1000 concurrent users

Integration with Other Methods

This skill MUST be used in combination with:

Method Role in this skill
method-modular-design All code generated follows Core + Packs pattern
metodo-pdca-t PDCA-T cycle applied to EVERY micro-task
ENTERPRISE_ARCHITECTURE rule Architecture decisions and ADR format
ENTERPRISE_SECURITY rule STRIDE, RBAC, audit trail, OWASP checklist
ENTERPRISE_SCALABILITY rule HA patterns, SLA/SLO, caching, circuit breakers
ENTERPRISE_COMPLIANCE rule ACID, ISO 27001, SQuaRE, GDPR, CMMI
ENTERPRISE_TESTING rule Test pyramid, coverage gates, performance tests
ENTERPRISE_MICROTASK_PLANNER rule Decomposition algorithm and backlog format

Trigger Commands

This skill activates when the user says:

"Plan enterprise feature: [description]"
"Design mission-critical [system type]"
"Create ACID-compliant module for [feature]"
"Build high-availability [component]"
"Implement security-first [module] with audit trail"
"Plan [system] with GDPR / SOC2 / ISO 27001 compliance"
"Activate METHOD-ENTERPRISE-BUILDER-PLANNING"
"Design scalable [system] for [N] concurrent users"

Read the full file on GitHub · 234 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 234 lines · 0 tokens per session scan A 2780ed98969c

Subscribe to this mod's changes

method-enterprise-builder-planning is a skill published in the GitHub repository exchanet/method_enterprise_builder_planning (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,928 tokens. 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

033-architecture-diagrams

Use when you need to generate Java project diagrams — including UML sequence diagrams, UML class diagrams, C4 model diagrams, UML state machine diagrams, UML Deployment Diagrams, ER (Entity Relationship) diagrams, and bounded-context diagrams — through a modular, step-based interactive process that adapts to your…

jabrena/plinth · 117 tokens

112-java-maven-plugins

Use when you need to add or configure Maven plugins in your pom.xml — including quality tools (enforcer, surefire, failsafe, jacoco, pitest, spotbugs, pmd), security scanning (OWASP), code formatting (Spotless), version management, container image build (Jib), build information tracking, and benchmarking (JMH) …

jabrena/plinth · 149 tokens

documentation-patterns

Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.

yonatangross/orchestkit · 53 tokens

810-regulations-eu-mifid-ii

Use when reviewing Java enterprise evidence for MiFID II investment services, investment activities, client classification, suitability, appropriateness, order-handling evidence, best-execution evidence, algorithmic-trading governance evidence, market-access governance evidence, transaction evidence, record keeping…

jabrena/plinth · 139 tokens

811-regulations-eu-market-abuse-regulation

Use when reviewing, designing, or modifying Java enterprise systems that may support EU Market Abuse Regulation concerns, market surveillance, suspicious order and transaction reports, insider dealing controls, unlawful disclosure controls, market manipulation detection, inside information disclosure workflows…

jabrena/plinth · 135 tokens

803-regulations-gdpr

Use when reviewing, designing, or modifying Java enterprise systems that process personal data and need GDPR-aware engineering controls. This should trigger for requests such as Review a Java service for GDPR privacy controls; Design data-subject rights workflows; Add retention, deletion, pseudonymization, or…

jabrena/plinth · 90 tokens