Architecture blueprints, cost estimates, and complexity scoring for founders building apps and AI agents
npx claudepluginhub navraj007in/architecture-cowork-pluginTurn product ideas into structured, buildable architecture blueprints with C4 diagrams, cost estimates, complexity scores, and next-steps guides
Turn product ideas into structured, buildable architecture blueprints. Generate SDL specifications, C4 diagrams, cost estimates, complexity scores, AI coding rules, and scaffold complete projects.
Built for founders. Useful for engineers.
/plugin marketplace add navraj007in/architecture-cowork-plugin
/plugin install architect@architect
git clone https://github.com/navraj007in/architecture-cowork-plugin.git
Then add the plugin directory in Claude Code's plugin settings or upload it in Cowork.
The plugin currently ships 52 canonical commands. Split implementation files such as implement-1.md / implement-2.md and review-1.md / review-2.md map to the single user-facing commands /architect:implement and /architect:review.
| Command | Description |
|---|---|
/architect:accessibility-audit | Scan frontend code for WCAG 2.1 AA compliance (contrast, ARIA, keyboard nav, screen readers) |
/architect:agent-spec | AI agent architecture — orchestration, tools, guardrails, token costs |
/architect:analytics-setup | Wire analytics SDKs (GA4, PostHog, Mixpanel) with GDPR-compliant consent management |
/architect:blueprint | Full architecture blueprint — diagrams, costs, complexity, specs, and next steps |
/architect:check-env | Verify environment variables, dependencies, accounts, and local readiness |
/architect:compare-stack | Side-by-side technology comparison with recommendation |
/architect:complexity-check | Build difficulty assessment with 10-factor scoring |
/architect:compliance | Audit code for compliance gaps (SOC2, HIPAA, GDPR, PCI DSS) with remediation plans |
/architect:cost-estimate | Infrastructure + third-party + LLM token cost breakdown |
/architect:database-scaling | Design database scaling strategy with read replicas, partitioning, sharding recommendations |
/architect:deep-research | Web-verified competitor analysis, market sizing, and differentiation map |
/architect:design-system | Design system generation — 11 personalities, diverse font pairs, dark mode, unconventional layouts, consumer/creative domains |
/architect:disaster-recovery | Design disaster recovery strategy with RTO/RPO targets, backup config, incident runbooks |
/architect:export-diagrams | Render Mermaid diagrams to PNG/SVG with light and dark themes |
/architect:generate-data-model | Generate ORM schemas (Prisma, SQLAlchemy, Mongoose, Drizzle) from blueprint types |
/architect:generate-docs | Generate deployment runbooks, architecture guides, ADRs, and incident playbooks |
/architect:generate-tests | Generate unit, integration, and e2e test suites following testing patterns |
/architect:hiring-brief | Developer hiring package with role descriptions and interview questions |
/architect:i18n-setup | Setup internationalization for frontend apps with multi-language support and RTL handling |
/architect:implement | Implement a user story or feature end-to-end into an already-scaffolded codebase |
/architect:quick-spec | 5-minute lightweight architecture overview for idea validation |
/architect:import | Import an existing codebase — analyze structure, detect stack, generate SDL |
/architect:investor-update | Stakeholder progress update pre-filled from CRs, ADRs, costs, and scaffold data |
/architect:launch-check | Scan the project and report whether it is operationally ready to launch |
/architect:launch-checklist | Pre-launch readiness checklist — infra, security, legal, analytics, go-live |
/architect:load-test | Generate load testing scenarios (k6/Locust) from API contracts |
/architect:mvp-scope | Define the MVP boundary with must-haves, exclusions, and prioritisation |
/architect:onboarding-pack | Developer onboarding package for first hire or agency handoff |
/architect:pitch-deck | Generate investor or stakeholder pitch deck content from project state |