mindforge:delegate

mindforge:delegate is a command for Claude Code from sairam0424/MindForge. It costs 32 tokens per session (601 once invoked), scanned A, original, MIT.

A command for breaking a project into work packages and planning who does each one. It maps dependencies, team skills, parallel work, handoffs, and review requirements.

In plain words
What is it for?
Use it to create a dependency map, assign work based on availability and skills, identify parallel tracks, and define acceptance and handoff criteria.
Why use it?
It exposes the work that blocks other work and highlights tasks that may be risky to integrate. This helps teams find capability gaps and coordinate shared deliverables.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to create a dependency map, assign work based on availability and skills, identify parallel tracks, and define acceptance and handoff criteria.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sairam0424/mindforge/delegate
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.

Clone the repo
git clone --depth 1 https://github.com/sairam0424/MindForge

Made for: Claude Code.

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 mindforge:delegate

README.md
[![agentmods](https://agentmods.dev/badge/commands/sairam0424/mindforge/delegate.svg)](https://agentmods.dev/commands/sairam0424/mindforge/delegate)
Your own site
<a href="https://agentmods.dev/commands/sairam0424/mindforge/delegate"><img src="https://agentmods.dev/badge/commands/sairam0424/mindforge/delegate.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mindforge:delegate

Your own site · 80×15
<a href="https://agentmods.dev/commands/sairam0424/mindforge/delegate"><img src="https://agentmods.dev/badge/commands/sairam0424/mindforge/delegate.svg?style=web" alt="Reviewed on agentmods" width="80" height="15"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 601 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00032 $0.00601
Opus 5 $0.00016 $0.00300
Sonnet 5 $0.00006 $0.00120
Haiku 4.5 $0.00003 $0.00060

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

Security

Grade A, and why

mindforge:delegate 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.

.claude/commands/mindforge/delegate.md · 38 lines

What it actually says

<execution_context> @.mindforge/skills/delegation-patterns/SKILL.md </execution_context>

  1. Dependency Mapping: Create DAG of dependencies between work packages. Identify critical path (longest dependency chain). Flag packages with >3 dependencies as integration risk. Prioritize breaking dependency cycles (shared interfaces, feature flags, contract testing).

  2. Team Capability Matrix: Map team members to (skill, seniority, availability). Senior backend (80h), mid frontend (40h part-time), junior fullstack (80h). Match work packages to capability gaps. Flag packages requiring skills not present in team (consultant needed).

  3. Parallelization Strategy: Assign independent packages to parallel tracks. Track 1 (auth + API) → Person A. Track 2 (UI + state) → Person B. Track 3 (infra + observability) → Person C. Synchronize at integration milestones (sprint boundaries).

  4. Handoff Protocol: Define deliverable artifacts per package (code + tests + docs + runbook). Specify acceptance criteria (test coverage ≥80%, latency <200ms, accessibility AA). Set review process (PR template, required reviewers, CI gates). Schedule integration sync (twice per sprint).

  5. Risk Mitigation: Identify single points of failure (one person knows payments). Cross-train on high-risk packages. Set up knowledge transfer sessions. Document critical paths in runbook. Define escalation paths for blockers (TL → EM → Product).

  6. Communication Cadence: Daily async standup (written updates in Slack). Twice-weekly sync for blockers (30min). Weekly integration demo (show working feature). End-of-sprint retro (what slowed us down). Use DACI for decisions (Driver, Approver, Contributors, Informed).

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 · 38 lines · 32 tokens per session scan A 6ddf7025e298

Subscribe to this mod's changes

mindforge:delegate is a command published in the GitHub repository sairam0424/MindForge (0 stars, last pushed 5d ago), licensed MIT. It adds 32 tokens to every session and 601 once invoked, about $0.0002 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-09-03.