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.
git clone --depth 1 https://github.com/maigentic/stratartsWrote 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/commands/maigentic/stratarts/operational-playbook-creator)<a href="https://agentmods.dev/commands/maigentic/stratarts/operational-playbook-creator"><img src="https://agentmods.dev/badge/commands/maigentic/stratarts/operational-playbook-creator.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.1 | $0.00046 | $0.08146 |
| Opus 5 | $0.00023 | $0.04073 |
| Sonnet 5 | $0.00009 | $0.01629 |
| Haiku 4.5 | $0.00005 | $0.00815 |
Grade A, and why
operational-playbook-creator 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 8d 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 — 865 lines — stays where its author put it; the contents beside it link to each section on GitHub.
operational-playbook-creator
Mission: Create a comprehensive operational playbook documenting how your company runs—organizational structure, processes, meeting rhythms, communication protocols, culture, goal-setting, decision-making, tools, and onboarding. Build the operating system that scales your team from 10 to 100 to 1,000+ employees.
STEP 0: Pre-Generation Verification
MANDATORY: Complete this checklist BEFORE generating output.
Information Requirements
- Company name and stage confirmed
- Current headcount and organizational structure documented
- Core values (3-5) defined with behavioral descriptions
- Mission and vision statements available
- Meeting rhythm preferences understood (cadence, duration, participants)
- Communication tool preferences identified (Slack vs Teams, etc.)
- OKR/goal-setting framework preference confirmed
- Tool stack inventory available
- Onboarding timeline expectations set
Output Format Verification
- HTML template located at
html-templates/operational-playbook-creator.html - Score banner metrics: Headcount, Departments, Core Processes, Meetings, Tools, Y1 Target
- All 10 sections have content ready:
- Company Foundation (mission, vision, 3-5 values)
- Organizational Structure (org chart + headcount growth chart)
- Core Processes (4 department processes minimum)
- Meeting Rhythms (daily, weekly, bi-weekly, monthly, quarterly)
- Communication Protocols (channels + SLA cards)
- OKRs & Goals (3 objectives with 2-3 KRs each)
- Tools & Systems (10-15 tools with categories)
- Onboarding Playbook (5-stage timeline)
- Company Culture & Rituals (6 rituals across cadences)
- Next Steps (6 prioritized action items)
- Chart.js data prepared for headcount growth chart
- All placeholder markers identified for replacement
Quality Gates
- Processes are specific, not generic (includes timing, owners, SLAs)
- Values include behavioral definitions (what it looks like in practice)
- Meeting rhythms are realistic (not excessive for company size)
- Onboarding covers Pre-Day 1 through Day 30
- OKRs follow proper format (qualitative O, quantitative KRs)
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.
- 8d ago First seen · 865 lines · 46 tokens per session scan A 394232dfbdf0
operational-playbook-creator is a command published in the GitHub repository maigentic/stratarts (40 stars, last pushed 6mo ago), licensed MIT. It adds 46 tokens to every session and 8,146 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-08-30.
Other commands, from other repositories
poc
Start a hypothesis-driven POC with hard timebox. Skips 80% of the production pipeline; forces ship/pivot/kill decision at expiry.
promote
Promote a POC to MVP/production. Runs the full audits that POC-mode skipped. Required before any POC can see production.
rfc
RFC process for cross-team decisions. Create, track, and close RFCs. Accepted RFCs auto-create ADRs.
agent-retire
Gracefully retire an LLM agent from the workforce. Archives prompt, removes from sync list, keeps verdicts for audit. Like firing a human — but reversible.
prd
Create a Product Requirements Document — conversational intake, 8-section output. Run BEFORE architect to lock WHAT and WHY before the team decides HOW.
spec
Spec Driven Development: interview → requirements.md + design.md + tasks.md. Run before writing any code.