prototype

prototype is a command for Claude Code from navraj007in/architecture-cowork-plugin. It costs 16 tokens per session (9,649 once invoked), scanned A, original, Apache-2.0.

A command that generates a clickable React interface prototype with visual styling, realistic sample data, navigation, and interactive screens. It is a demo rather than a production application and uses mock data without a backend.

In plain words
What is it for?
Use it to create a polished demo for investors, user testing, or early UX validation.
Why use it?
It lets teams demonstrate and test a product idea before building the real application.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the architect plugin — 48 skills, 63 commands, 19 agents, 7 MCP servers shipped together

Good fit Use it to create a polished demo for investors, user testing, or early UX validation.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/navraj007in/architecture-cowork-plugin/prototype
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/navraj007in/architecture-cowork-plugin

Made for: Claude Code.

Or install architect, the plugin that ships this one along with the rest of its 48 skills, 63 commands, 19 agents, 7 MCP servers.

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 prototype

README.md
[![agentmods](https://agentmods.dev/badge/commands/navraj007in/architecture-cowork-plugin/prototype/github.svg)](https://agentmods.dev/commands/navraj007in/architecture-cowork-plugin/prototype)
Your own site
<a href="https://agentmods.dev/commands/navraj007in/architecture-cowork-plugin/prototype"><img src="https://agentmods.dev/badge/commands/navraj007in/architecture-cowork-plugin/prototype/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 prototype

Your own site · 80×15
<a href="https://agentmods.dev/commands/navraj007in/architecture-cowork-plugin/prototype"><img src="https://agentmods.dev/badge/commands/navraj007in/architecture-cowork-plugin/prototype.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 9,649 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00016 $0.09649
Opus 5 $0.00008 $0.04824
Sonnet 5 $0.00003 $0.01930
Haiku 4.5 $0.00002 $0.00965

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

Security

Grade A, and why

prototype 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 6d 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/prototype.md · 729 lines

How it starts

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

/architect:prototype

Trigger

/architect:prototype — run after intent.json is created. Works best after blueprint and design-system phases but not required.

Purpose

Generate a fully clickable React prototype that founders can demo to investors, test with users, or validate UX. The prototype must look like a real product — not a developer's wireframe. Distinctive visual design, realistic data, working navigation, and interactive elements.

This is NOT a production application — it's a demo prototype with static/mock data, no backend, but polished visual design and working screen flows.

Output Budget Strategy

A full prototype (10+ screens, 15+ components) exceeds a single output budget. Generation is split into phases using a manifest file. Each phase emits [PROTOTYPE_CONTINUE] — Archon auto-reruns until [PROTOTYPE_DONE].

Workflow

Quick Navigation

Phase Steps
Setup Step 0 · Step 1 · Step 1.5
Planning Step 2 · Step 2.5 · Step 3
Generation Step 4 · Step 5 · Step 6 · Step 7

Step 0: Check Manifest

DECISION POINT: Phase detection (continue or start fresh)

Check if prototype/_manifest.json exists.

If it exists: Read it, determine which phase is complete, and continue from the next phase. Skip to the appropriate step below.

If it does NOT exist: This is Phase 1 — start from Step 1.

Step 1: Gather Inputs

Read (use what's available, don't error if missing):

  1. architecture-output/_state.json — read first if it exists. Use directly:
    • entities → field names for typed mock data
    • personas → names + roles for realistic UI copy and avatar seeds
    • design → personality, colors, fonts (skip Step 2 derivation if present)
    • mvp_scope.must_have → which screens/features are in scope

Read the full file on GitHub · 729 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. 6d ago First seen · 729 lines · 16 tokens per session scan A 53ae2aa6715e

Subscribe to this mod's changes

prototype is a command published in the GitHub repository navraj007in/architecture-cowork-plugin (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 16 tokens to every session and 9,649 once invoked, about $0.0001 per session on Opus 5. 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-03.