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/o2alexanderfedin/strategic-research-automation-templateWrote 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/o2alexanderfedin/strategic-research-automation-template/init-project)<a href="https://agentmods.dev/commands/o2alexanderfedin/strategic-research-automation-template/init-project"><img src="https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/init-project/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/commands/o2alexanderfedin/strategic-research-automation-template/init-project"><img src="https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/init-project.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.00012 | $0.03865 |
| Opus 5 | $0.00006 | $0.01932 |
| Sonnet 5 | $0.00002 | $0.00773 |
| Haiku 4.5 | $0.00001 | $0.00386 |
Grade D, and why
init-project scanned grade D with 2 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 11d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Ubuntu/Debian: sudo apt install git Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
2. Delete existing directory: rm -rf $1/ How it starts
The opening of the file, as written. The whole thing — 586 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Initialize New Strategic Research Project
You are executing the /init-project command to initialize a new strategic research project from this template repository.
Purpose
Initialize a new strategic research project with parameterized configuration, establishing the foundation for sprint-based opportunity analysis across any industry and company combination. This command creates the complete directory structure, configuration files, context templates, and git repository needed for research automation.
Steps to Execute
Step 1: Validate Arguments
Validate all three required arguments:
-
$1 (project-name): Must be provided, alphanumeric with hyphens, 3-50 characters
- If empty or invalid: ERROR "Project name is required. Format: lowercase-with-hyphens"
- Example: "technology sector-opportunity-analysis", "ai-manufacturing-study"
-
$2 (industry): Must be provided, describe target industry
- If empty: ERROR "Industry is required. Examples: technology sector, healthcare, fintech, manufacturing"
- Length: 3-30 characters
-
$3 (company-name): Must be provided, host company conducting research
- If empty: ERROR "Company name is required. Example: 'TechCo' or 'Acme Consulting'"
Check prerequisites:
- Verify current directory is template repository
- Confirm project directory doesn't already exist: ./$1/
- If exists: ERROR "Project directory already exists. Choose different name or delete existing."
Step 2: Create Directory Structure
Use Bash tool to create complete directory structure:
mkdir -p sprints temp reports config context
Required directories:
- sprints/: Sprint definitions and task files
- temp/: Research findings workspace (output from skills)
- reports/: Final strategic reports and syntheses
- config/: Project configuration files
- context/: Client and company profile information
Step 3: Initialize Configuration Files
Use Write tool to create all configuration files with parameterized content:
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.
- 11d ago First seen · 586 lines · 0 tokens per session scan D da46addceee8
init-project is a command published in the GitHub repository o2alexanderfedin/strategic-research-automation-template (19 stars, last pushed 9mo ago), licensed MIT. It adds 12 tokens to every session and 3,865 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it D with 2 findings (asks for root, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
prp-plan
Create comprehensive feature implementation plan with codebase analysis and pattern extraction.
prp-prd
Interactive PRD generator - problem-first, hypothesis-driven product spec with back-and-forth questioning.
sessions
Manage Claude Code session history, aliases, and session metadata.
multi-execute
Multi-model collaborative execution - Get prototype from plan → Claude refactors and implements → Multi-model audit and delivery.
code-review
Code review — local uncommitted changes or GitHub PR (pass PR number/URL for PR mode).
prp-implement
Execute an implementation plan with rigorous validation loops.