template-integration

template-integration is a command for coding agents from Zenobia000/ai-agentic-coding-template_unified. It costs 0 tokens per session (774 once invoked), scanned A, original, MIT.

A guide for making workflow commands use shared document templates and save their results in a project memory folder.

In plain words
What is it for?
Use it with commands for requirements, planning, architecture, technical decisions, and design validation so their outputs are stored consistently.
Why use it?
It keeps planning and decision records in predictable formats and locations instead of scattering them across files.

Command

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.

agentmods
npx agentmods add commands/zenobia000/ai-agentic-coding-template_unified/template-integration
Clone the repo
git clone --depth 1 https://github.com/Zenobia000/ai-agentic-coding-template_unified

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 template-integration

README.md
[![agentmods](https://agentmods.dev/badge/commands/zenobia000/ai-agentic-coding-template_unified/template-integration.svg)](https://agentmods.dev/commands/zenobia000/ai-agentic-coding-template_unified/template-integration)
Your own site
<a href="https://agentmods.dev/commands/zenobia000/ai-agentic-coding-template_unified/template-integration"><img src="https://agentmods.dev/badge/commands/zenobia000/ai-agentic-coding-template_unified/template-integration.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 774 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00774
Opus 5 $0.00000 $0.00387
Sonnet 5 $0.00000 $0.00155
Haiku 4.5 $0.00000 $0.00077

Measured 4d ago against content hash 840180eb0637, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

template-integration 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.ai/commands/template-integration.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Template Integration Guide

Overview

This guide ensures all workflow commands use standardized templates and automatically save outputs to memory-bank.

Command Template Mappings

1. /van - Requirements Analysis

Templates Used:

  • .ai/template/outputs/van/requirements-spec.md Output Location:
  • memory-bank/requirements/requirements-[timestamp].md
  • memory-bank/activeContext.md (overwrite)

2. /plan - Conceptual Design

Templates Used:

  • .ai/template/outputs/plan/tasks.md Output Location:
  • memory-bank/tasks.md (overwrite)
  • memory-bank/planning/wbs-[epic].md

3. /adr - Tech Selection

Templates Used:

  • .ai/template/outputs/adr/adr-template.md Output Location:
  • memory-bank/decisions/adr-[number]-[slug].md
  • memory-bank/decisions/registry.yaml (update)

4. /creative - Architecture Design

Templates Used:

  • .ai/template/outputs/creative/architecture-design.md Output Location:
  • memory-bank/designs/architecture/architecture-[version].md
  • memory-bank/techContext.md (overwrite)

5. /design-validator - Detail Design & Validation

Templates Used:

  • .ai/template/outputs/design-validator/validation-report.md
  • .ai/template/outputs/design-validator/openapi-spec.yaml Output Location:
  • memory-bank/validation/report-[timestamp].md
  • memory-bank/designs/api/openapi-[version].yaml

6. /implement - Implementation

Templates Used:

  • .ai/template/outputs/implement/implementation-guide.md Output Location:
  • memory-bank/implementation/guide-[version].md

7. /reflect - Evolution & Optimization

Templates Used:

  • .ai/template/outputs/reflect/progress-report.md Output Location:
  • memory-bank/progress.md (overwrite)
  • memory-bank/metrics/dashboard.json (overwrite)

AI Tool Instructions

When executing any workflow command, follow these steps:

  1. Load Template: Read the corresponding template from .ai/template/outputs/[command]/
  2. Gather Data: Collect required information from context and user input
  3. Fill Template: Replace all {{variables}} with actual values
  4. Save to Memory Bank: Write output to specified location in memory-bank/
  5. Confirm: Report successful generation and file location

Read the full file on GitHub · 94 lines

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. 4d ago First seen · 94 lines · 0 tokens per session scan A 840180eb0637

Subscribe to this mod's changes

template-integration is a command published in the GitHub repository Zenobia000/ai-agentic-coding-template_unified (7 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 774 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.