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/atebites-hub/pjtemplate/project_requirements_templategit clone --depth 1 https://github.com/atebites-hub/PJTemplateWrote 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/atebites-hub/pjtemplate/project_requirements_template)<a href="https://agentmods.dev/agents/atebites-hub/pjtemplate/project_requirements_template"><img src="https://agentmods.dev/badge/agents/atebites-hub/pjtemplate/project_requirements_template.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.00000 | $0.00785 |
| Opus 5 | $0.00000 | $0.00392 |
| Sonnet 5 | $0.00000 | $0.00157 |
| Haiku 4.5 | $0.00000 | $0.00078 |
Grade A, and why
project_requirements_template 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 — 36 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Requirements Template
This document outlines the high-level requirements, objectives, and scope for [Project Name], serving as the foundation for all development. It defines user needs, core features, and boundaries to guide sprints and agents.
Guidelines for Filling Out This Template
- Replace [Project Name] with your project's name (e.g., "My API Service" or "Game App").
- Customize sections to your domain (e.g., for APIs: emphasize endpoints; for games: user flows).
- Use tables or lists for clarity (e.g., features table with priority columns).
- Keep in-scope/out-of-scope concise—aim for 5-10 items each to avoid scope creep.
- For agile projects: Tie features to sprints from Implementation Plan; add metrics (e.g., "80% test coverage").
- Include assumptions/known issues subsection for each major section to flag risks.
- Add Mermaid diagrams for high-level overviews (e.g., feature dependency graph).
- Reference repo structure: Store this in /docs/agents/project_requirements_doc.md; link to /file_structure.md for file impacts.
Project Overview
[Brief 2-3 paragraph description of the project, its goals, and unique value. E.g., "[Project Name] is a [type: web app/API/game] that [core purpose], leveraging [key tech] for [benefit]. Include non-functional requirements like performance goals or constraints. Assumptions: [e.g., "Assumes mobile-first design"]; Known Issues: [e.g., "Offline caching limits"].
Mermaid Diagram: [e.g., graph TD; A[User Input] --> B[Core Logic]; B --> C[Output]; Assumptions: [e.g., "Stable inputs"]; Known Issues: [e.g., "Edge validation gaps"].]
User Flows
[Step-by-step breakdown of key user journeys, using numbered lists or flowcharts. E.g., "1. User visits landing page and clicks Launch. 2. Prompts [auth] connection... Include error paths and assumptions. Assumptions: [e.g., "Assumes stable network"]; Known Issues: [e.g., "Touch lag on low-end devices"].
Mermaid Diagram: [e.g., sequenceDiagram; User->>App: Click Launch; App->>User: Load Screen; Assumptions: [e.g., "Browser support"]; Known Issues: [e.g., "Slow load on 3G"].]
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 · 36 lines · 0 tokens per session scan A 43e87998e95c
project_requirements_template is an agent published in the GitHub repository atebites-hub/PJTemplate (2 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 785 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.