accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Detect user personas from all frontend apps inside a monorepo in parallel. Analyses routes, layouts, subscription tiers, roles, feature flags, and access control patterns. Handles Nx, pnpm, Lerna, Turbo, and npm/yarn workspace monorepos — auto-discovers frontend apps, launches one agent per app in parallel, then…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Detect user personas from a frontend UI repository by analyzing routes, layouts, subscription tiers, roles, feature flags, and access control patterns. Optionally create or update personas in the Breeze functional graph. Use when: "detect personas", "identify personas", "who uses this app", "find user types", "analyze…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate the complete Architecture Ontology for a project from ANY source — a codebase, a Terraform/IaC tree, SQL DDL or Elasticsearch mappings, an architecture spec document, a Confluence page, or any combination. Auto-detects what it is pointed at, maps every component to exactly ONE of the 8 architectural layers…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate code and test cases informed by the functional graph and code graph. Ensures implementations align with requirements and existing patterns. Scoped by persona: a System (or External System) persona generates a backend; any non-System human persona generates the user-facing UI; a mixed selection generates…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Scan a frontend UI codebase to discover all components, classify them by atomic design level (ATOM, MOLECULE, ORGANISM, TEMPLATE), and build the existingcomponents.json registry. Optionally upserts Component nodes to the Breeze design graph. Use when: "build component registry", "scan components", "create component…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate design graph (UserJourney, Flow, Page, Component) from functional graph scenarios, enriched by reading the actual frontend UI codebase. Scenario->UserJourney, Step->Flow/Page, Action->Component. Use when: "design from UI", "ui to design graph", "generate design from frontend", "map ui to user journeys".
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate the WHOLE functional graph (both the human/User half AND the System half) for a classic ASP.NET Web Forms monolith — UI and backend live in ONE repo, ONE process, with NO network boundary (a .aspx/.ascx presentation tier calls a Facade/Service/SqlProcs business tier in-process → repository → SQL). Per UI…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate the System / External System half of the functional graph from a backend repo (REST routes, GraphQL operations, queue / event / cron handlers) using a rooted per-entry-point sub-agent depth pass. The parent discovers entry points; an installed agent (breeze:backend-flow-structuring-agent) processes ONE EP per…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate the full functional graph (Persona → Outcome → Scenario → Step → Action → apis[]) from a Vert.x metadata-driven codebase (the kind where features are declared in MAPL/MSCR/MFID/MFLT/CRUD JSON, not imperative code). One run at the tree root discovers every application by parsing MAPL records, then a rooted…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate User-persona functional graph from a frontend UI repo with rooted per-(EP, persona) sub-agent depth pass, mandatory field enumeration, persona-conditional visibility audit, CodeGraphSearch escalation (no budget cap), and Python-helper validators (schema / rule-a / forbidden / citations / coverage). Produces…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate a functional specification document from the functional graph. Outputs structured Markdown grouped by persona with citations. Use when: "generate spec", "generate document", "functional spec", "create specification", "export functional graph".
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Searches Breeze functional, design, code, and architecture graphs to perform impact analysis of a proposed change. Shows an analysis summary and optionally generates a detailed document with diagrams. Use for: "impact analysis", "what if we change X", "what breaks if Y fails", "blast radius of Z" — cross-layer change…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Get a source repository into the Breeze code graph for the current project. Wraps the Python breezeai-cog parser (run on demand via uvx) with --capture-statements so method-level statements are available for downstream skills (generate-functional-from-ui, generate-functional-from-backend, generate-code, search).…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Full Breeze project management: show, list, switch (use), create, auth, status, and full bootstrap (setup). Use for: "which project am I on", "list projects", "switch project", "set project", "create project", mid-session project changes, MCP re-authentication, and first-time workspace bootstrap. This is the canonical…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Search the functional, design, code, and architecture graphs to answer questions about the system. Smart-routes to one graph, a subset, or all of them based on query intent. Use for: feature discovery, "how does X work", "who handles Y", finding code or UI implementations, schema lookups, and cross-layer questions.…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Create or update nodes in the functional graph (Persona > Outcome > Scenario > Step > Action) from code, documents, or Figma designs. Use when: "update functional graph", "add to graph", "capture this in the functional graph", after analyzing a Figma frame, document, or code cluster.
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Scan one or more repos for noise files (auto-generated, tooling config, build artifacts, assets, docs) and update their .repoignore files. Use when adding a new repo to a code graph tool like Breeze, after adding new tooling, or when the graph seems polluted with irrelevant files. Works for any language or framework.
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Validate the design graph for structural integrity, ontology compliance, and functional graph linkage. Checks orphan nodes, empty hierarchy, duplicate names, missing scenarioIds, invalid enums (lowercase modality/ pageType/type), template compliance, supportingComponents rules, actionIds on pages, and optional…
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Validate the functional graph against source documents. Checks coverage, duplicates, persona quality, description completeness, action platform-agnosticism, and citation traceability. Use when: "validate graph", "check graph quality", "compare graph to docs", "audit functional graph", "graph health check".
accionlabs/breezeai-claude-plugin
Skill Claude CodeCodex
Generate user stories from UI design visuals (Figma frames, PDF screens, or images) that describe the functional intent behind the visual design, expressed in terms of personas, outcomes, scenarios, steps, and actions. Outputs structured user stories aligned with the functional graph and saves them to a Markdown file.…