my_project

my_project is a command for coding agents from anilcancakir/claude-code-plugins. It costs 48 tokens per session (1,966 once invoked), scanned B, original, MIT.

An interactive command that creates project.md, a plain-language brief describing a project's purpose, audience, features, and success measures. It can optionally include market research.

In plain words
What is it for?
Use it to create a full or quick project brief, define a product or PRD, explain what a project is, or research its market context.
Why use it?
It helps turn an idea into a shared project definition before technical implementation begins.

Command

Part of the project-optimizer plugin — 3 skills, 4 commands, 3 agents shipped together

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/anilcancakir/claude-code-plugins/my_project
Clone the repo
git clone --depth 1 https://github.com/anilcancakir/claude-code-plugins

Or install project-optimizer, the plugin that ships this one along with the rest of its 3 skills, 4 commands, 3 agents.

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 my_project

README.md
[![agentmods](https://agentmods.dev/badge/commands/anilcancakir/claude-code-plugins/my_project.svg)](https://agentmods.dev/commands/anilcancakir/claude-code-plugins/my_project)
Your own site
<a href="https://agentmods.dev/commands/anilcancakir/claude-code-plugins/my_project"><img src="https://agentmods.dev/badge/commands/anilcancakir/claude-code-plugins/my_project.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,966 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00048 $0.01966
Opus 5 $0.00024 $0.00983
Sonnet 5 $0.00010 $0.00393
Haiku 4.5 $0.00005 $0.00197

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

Security

Grade B, and why

my_project scanned grade B with 1 finding 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 3d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

grep -l "idea-research" ~/.claude/settings.json .claude/settings.json .claude/settings.local.json 2>/dev/null | head -1
project-optimizer/commands/my_project.md · 336 lines

How it starts

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

/my_project - Project Brief Generator

Create a comprehensive project.md brief through an interactive workflow. This is NOT technical documentation - it defines WHAT the project is and WHY it exists.

Arguments

  • No arguments: Full interactive workflow
  • --quick: Minimal project brief (name, description, slogan)
  • --research: Include market research via idea-research plugin

Output: project.md

A non-technical project brief containing:

  • Project identity (name, tagline, description)
  • Problem statement (what pain it solves)
  • Target audience (who it's for)
  • Value proposition (why it's unique)
  • Core features (what it does, not how)
  • Success metrics (how to measure success)

Workflow

Phase 1: Project Discovery

Check for existing project context:

# Check for existing project.md
ls -la project.md PROJECT.md 2>/dev/null

# Check package.json for name/description
cat package.json 2>/dev/null | head -20

# Check composer.json
cat composer.json 2>/dev/null | head -20

# Check pubspec.yaml
cat pubspec.yaml 2>/dev/null | head -20

Phase 2: Interactive Identity Creation

Ask user for project fundamentals:

PROJECT IDENTITY
================

Let's define your project's core identity.

1. PROJECT NAME
   What is your project called?
   [Detected: "my-app" from package.json]

2. TAGLINE (One sentence)
   A memorable phrase that captures your project's essence.
   Examples:
   - "Build faster, ship sooner"
   - "Your finances, simplified"
   - "The last CRM you'll ever need"

3. DESCRIPTION (2-3 sentences)
   What does your project do? Who is it for?
   Focus on the BENEFIT, not the technology.

   Good: "A task manager that helps busy professionals
         stay organized without the complexity."

   Avoid: "A React app with Redux and PostgreSQL
          that manages tasks."

Phase 3: Problem & Solution

Guide user through problem-solution framing:

PROBLEM STATEMENT
=================

What problem does your project solve?

PROBLEM:
[User describes the pain point]

Good problem statements:
- "Small business owners spend 5+ hours/week on invoicing"
- "Developers waste time switching between 10+ tools"
- "Remote teams lose context in async communication"

WHO EXPERIENCES IT:
[Target user/segment]

IMPACT IF UNSOLVED:
[Business/personal cost of the problem]

Read the full file on GitHub · 336 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. 3d ago First seen · 336 lines · 48 tokens per session scan B 983c13ca4c2f

Subscribe to this mod's changes

my_project is a command published in the GitHub repository anilcancakir/claude-code-plugins (6 stars, last pushed 7mo ago), licensed MIT. It adds 48 tokens to every session and 1,966 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.