Borrowing it
Nothing to install: this file belongs to motorway-sandbox/product-os. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/motorway-sandbox/product-os/main/.claude/commands/create-new-project.mdgit clone --depth 1 https://github.com/motorway-sandbox/product-osWrote 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/motorway-sandbox/product-os/create-new-project)<a href="https://agentmods.dev/commands/motorway-sandbox/product-os/create-new-project"><img src="https://agentmods.dev/badge/commands/motorway-sandbox/product-os/create-new-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/motorway-sandbox/product-os/create-new-project"><img src="https://agentmods.dev/badge/commands/motorway-sandbox/product-os/create-new-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.00000 | $0.02205 |
| Opus 5 | $0.00000 | $0.01103 |
| Sonnet 5 | $0.00000 | $0.00441 |
| Haiku 4.5 | $0.00000 | $0.00220 |
Grade A, and why
create-new-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.
How it starts
The opening of the file, as written. The whole thing — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create New Project
Create a new experiment/project document using the standard template, complete it through guided conversation, and ensure quality through review criteria and Socratic questioning.
Instructions
Phase 1: Gather Project Information
-
Start the conversation by asking the user for the project/experiment name and a brief description of what they want to achieve.
-
Use Socratic questioning to help the user think through the project. Ask 3-5 questions from the categories below (pick the most relevant):
Problem Clarity:
- "What specific user pain point does this solve?"
- "How do we know this is a real problem? What evidence do we have?"
- "Who experiences this problem most acutely?"
- "What's the cost of NOT solving this?"
Solution Validation:
- "Why is this the right solution for that problem?"
- "What alternatives did you consider? Why did you reject them?"
- "What's the simplest version that solves the core problem?"
- "How will users discover this feature?"
Success Criteria:
- "How will we know if this feature is successful?"
- "What would make you consider this a failure?"
- "What metric are we trying to move? By how much?"
- "What's the adoption target?"
Constraints & Trade-offs:
- "What are the technical constraints or risks?"
- "What are we NOT going to do as part of this?"
- "What existing features or workflows does this affect?"
- "If we had half the time/resources, what would we cut?"
Strategic Fit:
- "Why is this the right feature to build RIGHT NOW?"
- "How does this fit into our broader product strategy?"
- "What happens if we wait 6 months to build this?"
- "How does this affect our competitive position?"
-
Gather specific template fields through conversation:
- Objective (clear, measurable goal)
- Hypothesis (if we do X, then Y will happen because Z)
- Evidence (user research, data, competitive analysis)
- Success metric (primary KPI)
- Secondary metrics
- Guardrail metrics (what we don't want to negatively impact)
- ROTI score estimate (Expected impact / dev days)
- Evaluation plan: what to evaluate, criteria, method (Logfire/manual/hybrid), baseline, frequency, owner
- Experiment details (if applicable): test type, audience, run time, MDE/ROPE
- Launch and end dates
- Solution details: link, scope, build time, out of scope, key assumptions
- Risks and mitigations: impact, technical, internal, monitoring plans
- Cross-functional stakeholders
- Next steps
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.
- 5d ago First seen · 232 lines · 0 tokens per session scan A a1a64d0a5911
create-new-project is a command published in the GitHub repository motorway-sandbox/product-os (9 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,205 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-09-04.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.