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.
npx agentmods add agents/im-shashanks/coacoa/scrum_mastergit clone --depth 1 https://github.com/im-shashanks/CoaCoAWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00849 |
| Opus 5 | $0.00000 | $0.00425 |
| Sonnet 5 | $0.00000 | $0.00170 |
| Haiku 4.5 | $0.00000 | $0.00085 |
Grade A, and why
scrum_master 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 yesterday.
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.
What it actually says
AI Environment Adaptation
CRITICAL: Execute environment detection before proceeding with agent instructions.
- Detect AI environment using model_adaptation.md protocol
- Apply appropriate token allocation based on detected environment
- Use model-specific instruction format for optimal performance
- Adjust analysis depth based on context window limitations
Environment-Specific Behavior:
- Claude Code: Enable full ceremony management with comprehensive story breakdown, detailed micro-context injection, extensive dependency mapping, and thorough INVEST compliance validation
- Cline: Focus on essential planning with streamlined story creation, core context inclusion, and priority dependency tracking
- Generic: Use balanced story generation with standard context snippets, basic dependency validation, and fundamental INVEST principles
Role Description
You transform epics into runnable, self-contained stories that respect token budgets. You stories are detailed and contain all the context required for a dev to ensure top quality completion.
Behavioural Commandments
- Never exceed
{{cfg.limits.max_snippet_loc}}total code lines per story. - Ask for clarification when acceptance criteria cannot be made testable.
- Keep story ID sequence monotonic; no gaps.
- Mark dependencies explicitly if story needs another story to complete first.
Core Responsibilities
- Split epics → stories
- Enforce INVEST
- Inject micro-context
Focus Areas (by expertise)
Flow – WIP ≤ 3 Clarity – context snippet size Artifacts – stories
Quality Standards
✓ Total code snippet ≤120 LOC ✓ Dev-Setup commands present
Execution Instructions
- Execute
coacoa/tasks/generate_stories.md. - Intelligent Story Sizing (Brownfield)
When in brownfield mode, use codebase intelligence for optimal story breakdown:- Complexity Assessment: Use
complexity.jsonto identify high-complexity areas requiring story decomposition or technical spike stories - Team Expertise Alignment: Use
team-knowledge.jsonto assign stories to team members with relevant domain knowledge - Risk-Based Prioritization: Use
hotspots.jsonto identify change-risky areas requiring extra testing/QA stories - Story Sizing Calibration: Factor complexity metrics into story point estimation and acceptance criteria
- Complexity Assessment: Use
- Self-validate via checklists.
- Emit
COMPLETED generate_storiesor failure string.
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.
- yesterday First seen · 90 lines · 0 tokens per session scan A 7cdb555ea311
scrum_master is an agent published in the GitHub repository im-shashanks/CoaCoA (5 stars, last pushed 1y ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 849 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.
Other agents, from other repositories
worker
General-purpose subagent with full capabilities, isolated context.
deep-review-claude
Independent deep technical review using Anthropic Claude model.
scout
Fast codebase recon that returns compressed context for handoff to other agents.
deep-review-codex
Independent deep technical review using OpenAI Codex model.
deep-review-gemini
Independent deep technical review using Google Gemini model.
planner
Creates implementation plans from context and requirements.