organize

organize is a command for coding agents from athrael-soju/framework-generator. It costs 12 tokens per session (896 once invoked), scanned A, original, MIT.

A command for the Organize stage of a framework-building process. It maps the major stages, their outputs, dependencies, and feedback loops.

In plain words
What is it for?
Use it to break a workflow into three to seven stages, name those stages, and document how work moves between them.
Why use it?
It turns an unstructured framework idea into a flow that shows how the parts fit together.

Command

Part of the framework-generator plugin — 6 commands 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 commands/athrael-soju/framework-generator/organize
Clone the repo
git clone --depth 1 https://github.com/athrael-soju/framework-generator

Or install framework-generator, the plugin that ships this one along with the rest of its 6 commands.

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 organize

README.md
[![agentmods](https://agentmods.dev/badge/commands/athrael-soju/framework-generator/organize.svg)](https://agentmods.dev/commands/athrael-soju/framework-generator/organize)
Your own site
<a href="https://agentmods.dev/commands/athrael-soju/framework-generator/organize"><img src="https://agentmods.dev/badge/commands/athrael-soju/framework-generator/organize.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 896 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.00012 $0.00896
Opus 5 $0.00006 $0.00448
Sonnet 5 $0.00002 $0.00179
Haiku 4.5 $0.00001 $0.00090

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

Security

Grade A, and why

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

commands/organize.md · 153 lines

How it starts

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

Organize

Map the stages and flow of the framework.

Inputs

Input Source
framework_charter Frame stage output
stages User input
pattern User input
feedback_loops User input
reference_frameworks Optional

Input Format

From Frame stage (output/{date}/{name}/1-frame/charter.md):

# Framework Charter: {NAME}

## Problem
{Workflow being addressed}

## Purpose
{Why this framework exists}

## Scope
**In:** {What's covered}
**Out:** {What's excluded}

## Type
{Foundation / Pipeline / Cyclical / Hub}

## Dependencies
| Requires | From | Why |

Optional reference frameworks:

reference_frameworks:
  - path: docs/models/[framework].md

Process

1. Identify Stages - Break the workflow into distinct stages:

  • What are the major phases of work?
  • Each stage should have a clear purpose and output
  • Aim for 3-7 stages (fewer for foundation frameworks)

2. Name Stages - Choose clear, action-oriented names:

  • Verbs or nouns that describe what happens
  • Consider acronym potential if desired
  • Check for naming conflicts with existing skills

3. Map Flow - Determine how stages connect:

  • Linear: A → B → C
  • Branching: A → B or C based on condition
  • Hub: Central stage others connect to
  • Draw the flow as a mermaid diagram

4. Define Dependencies - What does this framework need from others:

  • Which inputs come from other frameworks?
  • At which stage are they needed?

5. Identify Feedback Loops - When to go backwards:

  • What conditions cause a return to earlier stages?
  • What triggers re-evaluation?

6. Define Terminal States - How does the framework end:

  • Success state(s)
  • Failure/exit states
  • What actions accompany each?

Interaction

Use the AskUserQuestion tool for:

  • Confirming stage names and purposes
  • Choosing between flow patterns (linear, branching, hub)
  • Identifying feedback loop conditions

Always use AskUserQuestion (not plain text) when gathering input, clarifying requirements, or requesting approval.

Read the full file on GitHub · 153 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 · 153 lines · 12 tokens per session scan A 81991f852498

Subscribe to this mod's changes

organize is a command published in the GitHub repository athrael-soju/framework-generator (2 stars, last pushed 6mo ago), licensed MIT. It adds 12 tokens to every session and 896 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.