By navraj007in
Turn product ideas into structured, buildable architecture blueprints with C4 diagrams, cost estimates, complexity scores, and next-steps guides
Audit frontend code for WCAG 2.1 AA accessibility compliance with scored findings
AI agent architecture — orchestration, tools, guardrails, token costs
Wire analytics SDKs (GA4, PostHog, Mixpanel) with GDPR-compliant consent management
Generate multiple architecture options based on project constraints (budget, team size, timeline, ops maturity)
Full architecture blueprint — diagrams, costs, complexity, specs, and next steps
Takes OpenAPI, AsyncAPI, and GraphQL specs from a blueprint and deploys interactive API documentation. Supports Swagger UI, Redoc, and Stoplight.
Syncs sprint backlog from a blueprint into Azure DevOps or Jira. Creates sprints, epics, and user stories as work items. Prefers MCP tools when available, falls back to CLI/REST.
Takes the DevOps blueprint from an architecture and configures real CI/CD pipelines in GitHub Actions, Azure Pipelines, or GitLab CI. Sets up workflows, environment secrets, and deployment configs.
Analyze project for compliance gaps across frameworks (SOC2, HIPAA, GDPR, PCI); generate gap reports with remediation steps
Publishes a generated architecture artifact to Confluence via MCP. Creates or updates a page under a specified parent space.
AI agent orchestration patterns (ReAct, chain-of-thought, multi-agent), tool design, memory strategies, guardrails, and token cost modeling. Use when designing AI agent systems.
Templates and rules for generating OpenAPI specs, Postman collections, AsyncAPI specs, and GraphQL schemas from architecture manifests
Architecture pattern selection, folder structures, coding conventions, error handling, testing strategies, and platform-specific patterns for structuring application code
Identifies missing prerequisites (blockers) for each /architect: command based on _state.json field requirements
Structural code quality rules applied at write time (implementer, scaffolder) and check time (reviewer). Covers function length, single responsibility, abstraction levels, meaningful naming, magic values, parameter design, boolean traps, DRY, dead code, premature abstraction, frontend component decomposition, null safety, async safety, input validation at boundaries, and concurrency safety.
External network access
Connects to servers outside your machine
Requires secrets
Needs API keys or credentials to function
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
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 63 canonical commands. Split implementation files under command-parts/ (e.g. implement-1.md / implement-2.md, blueprint-1.md through blueprint-5.md) are continuations of a single user-facing command and are not counted separately.
| Command | Description |
|---|---|
/architect:accessibility-audit | Audit frontend code for WCAG 2.1 AA accessibility compliance with scored findings |
/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-variants | Generate multiple architecture options based on project constraints (budget, team size, timeline, ops maturity) |
/architect:blueprint | Full architecture blueprint — diagrams, costs, complexity, specs, and next steps |
/architect:check-env | Check local environment readiness for the project — runtimes, databases, tools, credentials |
/architect:check-state | Validate project state consistency — schema compliance, type checking, per-command write rule violations |
/architect:compare-stack | Side-by-side technology comparison with recommendation |
/architect:competitive-threat | Identify emerging competitive threats, strategic moves by rivals, and existential risks |
/architect:complexity-check | Build difficulty assessment with 10-factor scoring |
/architect:compliance | Analyze project for compliance gaps across SOC2, HIPAA, GDPR, and PCI DSS frameworks |
/architect:cost-estimate | Infrastructure + third-party + LLM token cost breakdown |
/architect:database-scaling | Design database scaling strategy with read replicas, partitioning, and sharding recommendations |
/architect:deep-research | Deep web research on market, competitors, technology, and differentiation for the project |
/architect:design-system | Generate a complete design system from product context and wireframes — no blueprint required |
/architect:disaster-recovery | Design disaster recovery strategy with RTO/RPO targets, backup config, and incident runbooks |
npx claudepluginhub navraj007in/architecture-cowork-plugin --plugin architectGenerate architecture diagrams and technical design documents
Map the system architecture — read the codebase, identify services and connections, output a C4-level architecture map as Mermaid diagrams with component descriptions. Use when asked to "map the architecture", "system diagram", "how does this work", or "architecture overview".
Editorial "Architecture & Design" bundle for Claude Code from Antigravity Awesome Skills.
Use this agent when you need to design scalable architecture and folder structures for new features or projects. Examples include: when starting a new feature module, refactoring existing code organization, planning microservice boundaries, designing component hierarchies, or establishing project structure conventions. For example: user: 'I need to add a user authentication system to my app' -> assistant: 'I'll use the code-architect agent to design the architecture and folder structure for your authentication system' -> <uses agent>. Another example: user: 'How should I organize my e-commerce product catalog feature?' -> assistant: 'Let me use the code-architect agent to design a scalable structure for your product catalog' -> <uses agent>.
Technical architecture skills for system design, API design, database design, event-driven systems, and migration planning.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation