Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Future-CX/AI-Architecture-Toolkitnpx agentmods add skills/future-cx/ai-architecture-toolkit/to-epicsWrote 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/skills/future-cx/ai-architecture-toolkit/to-epics)<a href="https://agentmods.dev/skills/future-cx/ai-architecture-toolkit/to-epics"><img src="https://agentmods.dev/badge/skills/future-cx/ai-architecture-toolkit/to-epics/github.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.
<a href="https://agentmods.dev/skills/future-cx/ai-architecture-toolkit/to-epics"><img src="https://agentmods.dev/badge/skills/future-cx/ai-architecture-toolkit/to-epics.svg" alt="Reviewed on agentmods" width="80" 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.00100 | $0.02307 |
| Opus 5 | $0.00050 | $0.01154 |
| Sonnet 5 | $0.00020 | $0.00461 |
| Haiku 4.5 | $0.00010 | $0.00231 |
Grade A, and why
to-epics 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.
How it starts
The opening of the file, as written. The whole thing — 172 lines — stays where its author put it; the contents beside it link to each section on GitHub.
To Epics
Quick Start
Use this skill after a target architecture document exists or when the user explicitly wants architecture work translated into epics.
Do not automatically create epics from analysis alone. Before creating or updating an epic file, require the user to provide:
- Target architecture to link to
- Epic name
- Phase
- Epic description
- Main capability
If any required input is missing, ask for it and stop before writing the epic.
Output Location
Create epics in the private lab root under requirements/<name-of-target-architecture>/.
Use the target architecture folder name as <name-of-target-architecture> unless the target architecture document defines a clearer document name. Normalize it to the same slug style used for folders.
<private-lab-root>/
├── requirements/
│ └── <target-architecture-slug>/
│ └── <epic-slug>.md
└── solution-architectures/
└── <target-architecture-slug>/
├── 08-phase-e-solution-building-blocks.md
└── target-architecture-document.md
Use templates/epic-template.md for the epic file. Preserve the two opening tables: the document metadata table first, followed by the Epic Overview table.
Workflow
- Ask the user which target architecture to link the epic to.
- If the user named a target architecture, confirm the exact folder or document path before continuing.
- If the user did not name one, search for
solution-architectures/*/target-architecture-document.md, present the candidates, and ask the user to choose. - Do not create an epic until the user has selected or confirmed the target architecture linkage.
- Read the target architecture document and relevant section files, especially
08-phase-e-solution-building-blocks.md, roadmap themes, gap analysis, governance actions, risks, and open questions. - Ask the user for the epic name, phase, epic description, and main capability if not already provided.
- Ask for reference links:
- Main capability link
- Main L2 solution architecture link
- Existing Jira item URL/key, if any
- Existing Confluence page URL, if any
These references are optional except when the user can identify the linked artifact. Use
TBDwhen the user does not provide a link. Use the linked document title as the Markdown link label whenever possible. For local markdown files, derive the title from the first#heading; otherwise use the filename without extension. For Jira and Confluence links, use the issue key/page title when the user provides it; otherwise ask for the title or useTBD.
- Start a
grill-meclarification session using../grill-me/SKILL.md.- Focus the session on whether the epic has enough detail to be useful for delivery planning.
- Ask one question at a time and wait for the user's answer before continuing.
- Cover scope, out of scope, assumptions, dependencies, business requirements, visual design, solution design, Site Reliability Engineering, architecture impact, open questions, and glossary-sensitive terminology.
- Use
../ubiquitous-language/SKILL.mdduring the session when terms are vague, overloaded, missing fromGLOSSARY.md, or important enough to become shared domain language. - Continue only when the required epic fields are confirmed and remaining unknowns are explicitly captured as open questions or
TBD.
- Confirm the target architecture linkage:
- Target architecture document path
- Requirements output folder:
<private-lab-root>/requirements/<name-of-target-architecture>/ - Phase
- Main capability
- Main capability link, or
TBD - Main capability link title, derived from the linked capability document title where possible
- Main L2 solution architecture link, or
TBD - Main L2 solution architecture link title, derived from the linked solution architecture document title where possible
- Jira item reference, if provided
- Jira link title, normally the issue key or issue summary
- Confluence page reference, if provided
- Confluence link title, normally the page title
- Roadmap theme, gap, decision, governance action, or architecture section the epic supports
- Any known dependencies or sequencing constraints
- Validate terminology before writing the epic:
- Locate
<private-lab-root>/GLOSSARY.md. - Check the epic name, description, main capability, scope terms, application names, data objects, integrations, and business requirements against the glossary.
- If
GLOSSARY.mdis missing, or if important terms are missing, ambiguous, or inconsistent, use../ubiquitous-language/SKILL.mdto create or update<private-lab-root>/GLOSSARY.mdbefore creating the epic. - Do not write real-company terminology into this public toolkit repository; update the private lab root glossary.
- Locate
- Create
requirements/<name-of-target-architecture>/<epic-slug>.mdfrom the template. Preserve the document metadata table and theEpic Overviewtable. Do not overwrite an existing epic unless the user explicitly asks to update it. - Update the target architecture linkage:
- Add or update the epic's titled block in the
## Epics To Buildsection of08-phase-e-solution-building-blocks.mdwhen that file exists. - Add or update the same titled block in a
### Epics To Buildsubsection of the Phase E section intarget-architecture-document.mdwhen that subsection exists. - Link the epic file with a relative markdown link from the target architecture document folder to the requirements file.
- Add or update the epic's titled block in the
- Summarize what was created, which grill-me questions materially shaped the epic, which glossary terms were confirmed or added, and which target architecture sections the epic traces to.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago Changed · +4 lines c588bcfba7d3
- 9d ago First seen · 168 lines · 100 tokens per session scan A 9f0f77adce33
to-epics is a skill published in the GitHub repository Future-CX/AI-Architecture-Toolkit (5 stars, last pushed 5d ago), licensed MIT. It adds 100 tokens to every session and 2,307 once invoked, about $0.0005 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 skills, from other repositories
recipe-create-meet-space
Create a Google Meet meeting space and share the join link.
workthreads
SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…
atmos-config
Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.
story-readiness
Validate that a story file is implementation-ready. Checks for embedded GDD requirements, ADR references, engine notes, clear acceptance criteria, and no open design questions. Produces READY / NEEDS WORK / BLOCKED verdict with specific gaps. Use when user says 'is this story ready', 'can I start on this story', 'is…
autotask-creator
Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.
projects
List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.