web-architecture
Multi-agent orchestration for complex TypeScript/Next.js/Convex projects. Phased builds, functional verification, the full playbook for delegating to sub-agents without chaos.
Why use this skill?
Learn to orchestrate complex Next.js and Convex projects using OpenClaw's web-architecture skill. Prevent broken code with phased builds and rigid type contracts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/michaelmonetized/web-architectureWhat This Skill Does
The web-architecture skill provides a battle-tested framework for managing complex TypeScript, Next.js, and Convex projects through multi-agent orchestration. It is designed to prevent the 'partial code trap' where independent agents produce code that passes builds but fails functional requirements. The skill enforces a strict, phased development lifecycle that mandates a sequential bootstrapping phase to ensure schema integrity, type contracts, and shared initialization before allowing parallel feature development.
Installation
To integrate this skill into your environment, run the following command in your terminal: clawhub install openclaw/skills/skills/michaelmonetized/web-architecture
Use Cases
- Complex Full-Stack Applications: Ideal for projects using Convex backend with Next.js frontends where strict schema adherence is required.
- Team Augmentation: Use this to orchestrate multiple agent workers on large refactors while ensuring the 'source of truth' for types remains consistent.
- Project Rescue: Apply this workflow to reorganize spaghetti codebases by forcing a Phase 0 bootstrap restart to clear integration errors.
- Scalable Feature Development: Use it to safely spawn sub-agents for UI component development once the data contracts are locked down.
Example Prompts
- "Initialize a new project using the web-architecture bootstrap Phase 0. Ensure Convex is set up and generate the CONTRACTS.md file based on a user profile and order management schema."
- "We have completed Phase 0. Please spawn three parallel agents to build the marketing dashboard, documentation pages, and static settings components as per the standards in STANDARDS.md."
- "Review the current backend functions and identify if they conflict with our documented CONTRACTS.md. Update the agent workflow if we are drifting from the schema."
Tips & Limitations
- The Golden Rule: A single agent with full context will always outperform multiple agents with partial context. Use multi-agent delegation only for isolated, non-dependent tasks.
- No Timeouts: Ensure the execution environment does not kill sub-agents, as partial implementation is often worse than no implementation.
- Completion Check: Always verify functionality, not just successful builds. If the code compiles but the UI is a no-op, the phase is not complete.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-michaelmonetized-web-architecture": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
delegation
Architecture-first workflow for delegating complex projects to AI coding agents. Ensures code fits the system before it's written.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
senior-dev
Production development workflow with TODO tracking, Graphite PRs, GitHub issues, Vercel deploy checks, and SMS notifications. Use when starting a new task, fixing bugs, implementing features, or any development work that needs tracked progress and code review.
sr-next-clerk-expert
Senior-level Clerk authentication expertise for Next.js 15/16+ applications. Use when implementing auth, protecting routes, fixing auth errors (500s, handshake redirects, middleware failures), integrating with Convex/Stripe, or debugging Clerk issues. Covers proxy.ts patterns, route groups, client vs server auth, and the 12 Commandments that prevent common disasters.