fracture

fracture is a skill for Claude Code, Codex from sjarmak/agent-workflows. It costs 0 tokens per session (2,328 once invoked), scanned A, original, MIT.

A problem-solving method that asks several agents to split the same problem in different ways, then compares their results.

In plain words
What is it for?
Use it to break down a feature, design document, product requirement, or other problem by user journey, data flow, failures, teams, or deployment units.
Why use it?
It helps reveal missing parts of a problem and choose a clearer way to organize complex work.

Skill for Claude CodeCodex

Part of the agent-workflows plugin — 28 skills, 4 agents, 4 hooks shipped together

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/sjarmak/agent-workflows/fracture
Any agent
npx skills add sjarmak/agent-workflows --skill fracture
Clone the repo
git clone --depth 1 https://github.com/sjarmak/agent-workflows

Made for: Claude Code, Codex.

Or install agent-workflows, the plugin that ships this one along with the rest of its 28 skills, 4 agents, 4 hooks.

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 fracture

README.md
[![agentmods](https://agentmods.dev/badge/skills/sjarmak/agent-workflows/fracture.svg)](https://agentmods.dev/skills/sjarmak/agent-workflows/fracture)
Your own site
<a href="https://agentmods.dev/skills/sjarmak/agent-workflows/fracture"><img src="https://agentmods.dev/badge/skills/sjarmak/agent-workflows/fracture.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 2,328 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.00000 $0.02328
Opus 5 $0.00000 $0.01164
Sonnet 5 $0.00000 $0.00466
Haiku 4.5 $0.00000 $0.00233

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

Security

Grade A, and why

fracture 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.

skills/fracture/SKILL.md · 201 lines

How it starts

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

Competitive Problem Decomposition. Spawns N independent agents, each proposing a DIFFERENT decomposition of a problem into subproblems using a distinct structural lens. One decomposes by user journey, another by data flow, another by failure domain, another by team boundary, another by deployment unit. Synthesizes into a comparison of decomposition strategies with convergence analysis and a recommended framing.

Arguments

$ARGUMENTS — format: [N] [path/to/problem.md or inline description] where N is optional decomposition-lens count (default: 5, min 3, max 7)

Parse Arguments

Extract:

  • agent_count: the optional leading integer (default 5, min 3, max 7)
  • input: path to a problem description, design document, PRD, or feature spec — or an inline problem description

If the input is missing or unclear, ask the user to clarify before proceeding.

Phase 1: Frame the Problem

If a file path is given: read it and extract the key goals, constraints, stakeholders, technical context, and scope.

If inline: parse the problem description.

Prepare a problem brief that includes:

  • What the problem is (1-2 sentences)
  • Who the stakeholders are
  • Known constraints (technical, organizational, timeline)
  • Current assumptions
  • Scale expectations (users, data volume, team size)
  • What "solved" looks like (success criteria)

Present the problem brief to the user and confirm before proceeding. Adjust if the user gives feedback.

Phase 2: Spawn Decomposition Agents

Launch all N agents in parallel using the Agent tool. Each agent gets the same problem brief and a unique decomposition lens — a structural perspective through which to break the problem apart.

Standard Decomposition Lenses

Select N from the following (rotate starting selection across invocations to avoid bias; always include a mix of user-facing and system-facing lenses):

  1. User Journey Decomposition — break the problem along the paths users take. Each subproblem corresponds to a distinct user goal, workflow, or interaction sequence. Boundaries fall where the user's mental model shifts.
  2. Data Flow Decomposition — break the problem along how data moves. Each subproblem owns a stage: ingestion, transformation, storage, retrieval, presentation. Boundaries fall where data changes shape or crosses a trust boundary.
  3. Failure Domain Decomposition — break the problem along what can break independently. Each subproblem is a blast radius — a component whose failure should not cascade. Boundaries fall where you want isolation.
  4. Team Boundary Decomposition — break the problem along who owns what. Each subproblem maps to a team or role with clear ownership, interface contracts, and independent release cycles. Boundaries fall where communication overhead should be minimized.
  5. Deployment Unit Decomposition — break the problem along what ships independently. Each subproblem is a deployable artifact with its own lifecycle, scaling profile, and rollback boundary. Boundaries fall where release cadences differ.
  6. API Surface Decomposition — break the problem along the contracts between components. Each subproblem is defined by the interfaces it exposes and consumes. Boundaries fall where you want stability and backward compatibility.
  7. Temporal/Lifecycle Decomposition — break the problem along when things happen. Each subproblem owns a phase: setup, steady-state, migration, scaling, deprecation. Boundaries fall where the system's behavior fundamentally changes over time.

Read the full file on GitHub · 201 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 · 201 lines · 0 tokens per session scan A d47e28ffe10f

Subscribe to this mod's changes

fracture is a skill published in the GitHub repository sjarmak/agent-workflows (9 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,328 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

speckit.specify

Skill "speckit.specify" from caipe-io/ai-platform-engineering, covering user input, outline, quick guidelines, section requirements and for ai generation.

caipe-io/ai-platform-engineering · 0 tokens

speckit.clarify

Skill "speckit.clarify" from caipe-io/ai-platform-engineering, covering user input and outline.

caipe-io/ai-platform-engineering · 0 tokens

local-integration-testing

Run end-to-end integration tests with all 15 agents and supervisor in local Docker Compose dev environment. Validates agent discovery, multi-agent routing, checkpoint persistence, and cross-agent follow-up conversations.

caipe-io/ai-platform-engineering · 44 tokens

release-docs

Generate a combined release blog post for ai-platform-engineering. Produces a single docs/releases/YYYY-MM-DD-release-X-Y-Z.md file containing release notes and the upgrade guide (migration guide) inline. Use when cutting a release, when a user asks "what changed in 0.4.x", or when upgrading their values.yaml to a new…

caipe-io/ai-platform-engineering · 76 tokens

update-docs

Audit and update all documentation moving parts for ai-platform-engineering. Checks release blog posts, features page, agent docs, homepage version strings, Docusaurus version config, and sidebar completeness. Fixes what is stale and reports what needs manual attention. Use after cutting a release, adding a new agent…

caipe-io/ai-platform-engineering · 70 tokens

docker-compose-first-install

Validate and repair the OSS first-install Docker Compose path. Use when editing docker-compose.yaml, docker-compose.dev.yaml, .env.example, release image tags, Compose profiles, Keycloak/OpenFGA/RAG defaults, or first-launch UI behavior for local all-in-one installs.

caipe-io/ai-platform-engineering · 60 tokens