init-project

init-project is a command for coding agents from Jaan-Mustafa/10x-Team. It costs 0 tokens per session (762 once invoked), scanned A, original, MIT.

A command that creates shared project state files for the 10x-Team skills. These files let different roles record decisions and read the same project context.

In plain words
What is it for?
Use it to initialize the .10x directory, create decision records, and set up the files that team roles read and update during development.
Why use it?
It gives collaborating skills a common place for architecture decisions and project state, reducing lost context between roles.

Command

Part of the 10x-Team plugin — 13 skills, 2 commands 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/jaan-mustafa/10x-team/init-project
Clone the repo
git clone --depth 1 https://github.com/Jaan-Mustafa/10x-Team

Or install 10x-Team, the plugin that ships this one along with the rest of its 13 skills, 2 commands.

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/jaan-mustafa/10x-team/init-project.svg)](https://agentmods.dev/commands/jaan-mustafa/10x-team/init-project)
Your own site
<a href="https://agentmods.dev/commands/jaan-mustafa/10x-team/init-project"><img src="https://agentmods.dev/badge/commands/jaan-mustafa/10x-team/init-project.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 762 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.1 $0.00000 $0.00762
Opus 5 $0.00000 $0.00381
Sonnet 5 $0.00000 $0.00152
Haiku 4.5 $0.00000 $0.00076

Measured 5d ago against content hash 3619dbeec3ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

init-project 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 5d 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.

commands/init-project.md · 106 lines

How it starts

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

/init-project — Initialize Project State for 10x-Team

Set up the shared project state files that enable communication between all 10x-Team skills.

Steps

  1. Check if state already exists — Look for a .10x/ directory in the project root. If it exists, tell the user and ask if they want to reset it.

  2. Create the .10x/ directory, the adrs/ subfolder, and three state files:

.10x/adrs/ directory

Create this folder for Architecture Decision Records. Add a .gitkeep file so it's tracked by git. ADRs will be written here during the Design phase before any implementation begins.

.10x/decisions.md

# Project Decisions

> This file is the shared brain of the 10x-Team. Every role reads it before acting and writes to it after deciding. Append only — never delete or overwrite another role's decisions.

## Project: [Ask user for project name]
Started: [Today's date]

---

<!-- Decisions are appended below by each role. Format:
### [Date] — [Role]: [Decision Title]
- **Decision:** What was decided
- **Why:** Business/technical justification
- **Alternatives considered:** What else was evaluated
- **Trade-offs accepted:** What we're giving up
- **Impacts:** Which roles/components this affects
-->

.10x/status.md

# Project Status

## Project: [Same project name]
**Current Phase:** Brainstorming
**Last Updated:** [Today's date] by init-project
**Health:** On Track

## Progress

### Done
(none yet)

### In Progress
(none yet)

### Pending
- [ ] CTO: Strategic direction and tech decisions
- [ ] PM: Requirements and scope definition
- [ ] Architect: System design
- [ ] Staff Engineer: Coding standards and patterns
- [ ] EM: Task breakdown and estimation
- [ ] Senior Engineer: Implementation planning
- [ ] SDE: Code implementation
- [ ] DBA: Schema and data modeling
- [ ] Security: Threat model and security review
- [ ] QA: Test strategy and verification
- [ ] DevOps: CI/CD and deployment
- [ ] SRE: Monitoring and reliability

### Blocked
(none)

## Risks
(none identified yet)

Read the full file on GitHub · 106 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. 5d ago First seen · 106 lines · 0 tokens per session scan A 3619dbeec3ff

Subscribe to this mod's changes

init-project is a command published in the GitHub repository Jaan-Mustafa/10x-Team (11 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 762 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-30.