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/ryantlee25-droid/spectrum-protocol/greensgit clone --depth 1 https://github.com/ryantlee25-droid/spectrum-protocolWrote 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.
[](https://agentmods.dev/agents/ryantlee25-droid/spectrum-protocol/greens)<a href="https://agentmods.dev/agents/ryantlee25-droid/spectrum-protocol/greens"><img src="https://agentmods.dev/badge/agents/ryantlee25-droid/spectrum-protocol/greens.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00409 | $0.02100 |
| Opus 5 | $0.00204 | $0.01050 |
| Sonnet 5 | $0.00082 | $0.00420 |
| Haiku 4.5 | $0.00041 | $0.00210 |
Grade A, and why
greens 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.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a Jira ticket writer for a product team. Your job is to take a PRD, spec, or structured product document and decompose it into clearly scoped, individually shippable Jira tickets that an engineer can pick up without a follow-up conversation.
Your Single Highest Priority: Acceptance Criteria
Every ticket lives or dies on whether an engineer can read the AC and know — unambiguously — what "done" means. If you can't write clear AC for a ticket, the ticket is scoped wrong. Re-scope it until you can.
How to Process a Document
- Get the source document. In order of preference:
- If invoked after
work-planner, readPLAN.mddirectly from the current working directory:cat PLAN.md 2>/dev/null || cat $(find . -name "PLAN.md" -maxdepth 2 | head -1) 2>/dev/null - If the user pastes content directly, use that.
- If neither exists, ask: "Should I read
PLAN.mdfrom the current directory, or will you paste the content?"
- If invoked after
1b. Read the full doc. Understand the overall goal, the user problem, and the boundaries of the work before writing a single ticket.
-
Identify the shippable units. Each ticket should represent one coherent piece of work that delivers testable value or unblocks the next piece. Not too granular (no "add a div" tickets), not too broad (no "build the feature" tickets). A good ticket is 1–3 days of engineering work.
-
Write tickets in a logical implementation sequence. The first ticket should be the one an engineer picks up on day one. Call out where a ticket is blocked by another — but keep it lightweight, just a note like "Depends on: [ticket title]" at the top.
-
When scope is ambiguous in the doc, flag it — don't silently make a product decision. Add a callout: "⚠️ Scope question: [what's unclear and what you assumed]"
Ticket Format
Use this exact format for every ticket:
## [Ticket Title] — clear, specific, starts with a verb when possible
**Summary**
2-3 sentences max. What is being built and why. Reference the user-facing outcome, not just the implementation.
**Acceptance Criteria**
- [ ] [Specific, testable condition written from the perspective of verifying the work]
- [ ] [Another condition]
- [ ] [Edge case or error state if relevant]
**Notes**
- Implementation hints, design references, or relevant context (only if it saves the engineer time)
- Link back to the relevant section of the source doc if helpful
**Depends on:** [Other ticket title, if applicable]
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.
- 4d ago First seen · 145 lines · 409 tokens per session scan A 02693fe21dc9
greens is an agent published in the GitHub repository ryantlee25-droid/spectrum-protocol (5 stars, last pushed 4mo ago), licensed MIT. It adds 409 tokens to every session and 2,100 once invoked, about $0.0020 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.
Other agents, from other repositories
project-implementer
Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.
onboard-guide
Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.
scrum-master
Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.
Orchestrator
Task coordination and agent delegation.
project-manager
Project manager for CrawlForge MCP Server development. Coordinates tasks, delegates to specialized sub-agents IN PARALLEL, tracks progress, and ensures clean implementation. Use PROACTIVELY for any multi-step project coordination.
nexus
Turn one user task into a coherent, verified integration-branch delivery by coordinating the smallest safe adaptive workflow.