phase-1-context

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

A standalone planning step for understanding an enterprise system before designing it. It classifies the system, identifies stakeholders, regulatory duties, and integration points.

In plain words
What is it for?
Use it to prepare a context analysis for a new enterprise project or as groundwork before later planning phases.
Why use it?
It prevents important business, compliance, and technical constraints from being missed at the start of planning.

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/phase-1-context
Any agent
npx skills add exchanet/method_enterprise_builder_planning --skill phase-1-context
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 phase-1-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/exchanet/method_enterprise_builder_planning/phase-1-context.svg)](https://agentmods.dev/skills/exchanet/method_enterprise_builder_planning/phase-1-context)
Your own site
<a href="https://agentmods.dev/skills/exchanet/method_enterprise_builder_planning/phase-1-context"><img src="https://agentmods.dev/badge/skills/exchanet/method_enterprise_builder_planning/phase-1-context.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 608 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.00608
Opus 5 $0.00008 $0.00304
Sonnet 5 $0.00003 $0.00122
Haiku 4.5 $0.00002 $0.00061

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

Security

Grade A, and why

phase-1-context 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 4d 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/phase-1-context/SKILL.md · 87 lines

How it starts

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

Skill: Phase 1 — Enterprise Context Analysis

Purpose

Execute Phase 1 independently: classify the system, map stakeholders, identify regulatory obligations, and list integration points.

When to use

  • When starting a new enterprise planning session
  • When the user only needs context analysis (not the full 8-phase cycle)
  • As a prerequisite before jumping to Phase 3 or Phase 5

Steps

1. System Classification

Ask or infer the classification across 5 dimensions:

Dimension Options
Grade Enterprise-grade / Standard
Criticality Mission-critical / Business-critical / Non-critical
Availability HA (99.9%+) / Standard
Security Security-first / Standard
Transactions ACID-required / Eventually consistent / Stateless

Output:

## System Classification
- [x] Enterprise-grade
- [x] Mission-critical
- [x] High-availability (99.999%)
- [x] Security-first
- [x] ACID-required

2. Stakeholder Map

Identify who cares about this system and what their primary concern is:

Stakeholder Role Key concern
[Name/role] End user / Internal / Compliance / Operations / Regulator [Specific concern]

3. Regulatory Environment

Map applicable regulations to specific obligations:

Regulation Scope Key obligation
GDPR EU personal data Art. 32: Encryption; Art. 17: Erasure
PCI-DSS Payment card data Req. 3: No raw PAN; Req. 10: Audit logging

If no regulations apply, state explicitly: "No regulated data — standard security practices apply."

4. Integration Points

List external systems with protocol and SLA dependency level:

System Protocol SLA dependency
[System name] gRPC / REST / Event / SQL Critical / High / Medium / Low

Dependency levels:

  • Critical: Transaction cannot complete without it
  • High: Significant degradation if unavailable
  • Medium: Graceful degradation possible
  • Low: Fire-and-forget, async

Read the full file on GitHub · 87 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. 4d ago First seen · 87 lines · 16 tokens per session scan A e93a4cd4f230

Subscribe to this mod's changes

phase-1-context 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 608 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

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

memory

Unified read-side memory operations including knowledge graph search, session context loading, decision timeline viewing, and Mermaid graph visualization. Subcommands: search, load, history, viz, status. Complements /ork:remember (write-side). Use when searching past decisions, loading context, or visualizing the…

yonatangross/orchestkit · 64 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