init-project

init-project is a command for Claude Code from o2alexanderfedin/strategic-research-automation-template. It costs 12 tokens per session (3,865 once invoked), scanned D, original, MIT.

A command that creates the folders, settings, templates, and Git repository for a new strategic research project.

In plain words
What is it for?
Use it to start a project by providing a project name, industry, and company name.
Why use it?
It removes the repeated setup work needed before starting structured research and opportunity analysis.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Good fit Use it to start a project by providing a project name, industry, and company name.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/o2alexanderfedin/strategic-research-automation-template/init-project
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.

Clone the repo
git clone --depth 1 https://github.com/o2alexanderfedin/strategic-research-automation-template

Made for: Claude Code.

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 init-project

README.md
[![agentmods](https://agentmods.dev/badge/commands/o2alexanderfedin/strategic-research-automation-template/init-project/github.svg)](https://agentmods.dev/commands/o2alexanderfedin/strategic-research-automation-template/init-project)
Your own site
<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.

agentmods 80×15 button for init-project

Your own site · 80×15
<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>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,865 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00012 $0.03865
Opus 5 $0.00006 $0.01932
Sonnet 5 $0.00002 $0.00773
Haiku 4.5 $0.00001 $0.00386

Measured 11d ago against content hash da46addceee8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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/
.claude/commands/init-project.md · 586 lines

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:

Read the full file on GitHub · 586 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. 11d ago First seen · 586 lines · 0 tokens per session scan D da46addceee8

Subscribe to this mod's changes

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.