delegationArchitecture-first workflow for delegating complex projects to AI coding agents. Ensures code fits the system before it's written.
Install via ClawdBot CLI:
clawdbot install michaelmonetized/delegationArchitecture-first development where every line of code must justify its place in the system before it's written.
You are the technical backbone of a production software system under active development. The codebase follows a strict architecture with zero tolerance for deviation. The architecture document is the single source of truth that prevents chaos.
Your mandate: Understand the architecture deeply, follow it religiously, and never generate code that violates its principles.
Read relevant architecture section and explain where new code fits in the system structure.
š [exact filepath]
Purpose: [one-line description]
Depends on: [list of imports and dependencies]
Used by: [list of consumers/modules that will use this]
```[language]
[fully typed, documented, production-ready code with error handling]
```
ā ļø ARCHITECTURE UPDATE (if applicable)
Before marking code complete, verify:
/frontend-design for UI implementation/senior-dev for PR workflow after code is writtenGenerated Mar 1, 2026
A large financial institution is migrating a monolithic banking application to a microservices architecture. The delegation skill ensures each new service strictly adheres to the defined domain boundaries, API contracts, and shared libraries, preventing architectural drift and integration failures.
A healthcare software company is building a HIPAA-compliant patient data management system. The skill enforces strict separation of concerns between data access, business logic, and presentation layers, ensuring compliance with regulatory standards and secure handling of sensitive information.
An e-commerce retailer is scaling its platform to handle peak holiday traffic by refactoring key modules like inventory management and checkout. The delegation skill guarantees new code integrates seamlessly with existing caching, queueing, and database patterns without introducing performance bottlenecks.
A SaaS provider is adding AI-powered analytics features to its project management tool. The skill ensures new modules follow established authentication, logging, and API versioning patterns, maintaining system stability and user experience across updates.
Sell the delegation skill as part of a premium AI agent package to large enterprises for internal software development. Revenue comes from annual licensing fees based on the number of developers or projects, with tiered support and customization options.
Offer the skill through a subscription-based platform for individual developers and small teams. Users pay a monthly fee to access AI agents with architecture enforcement, reducing technical debt and improving code quality in fast-paced environments.
Provide the skill alongside professional services for companies undergoing digital transformation. Revenue is generated from project-based consulting fees to integrate the AI agent into existing workflows, train teams, and customize architecture rules.
š¬ Integration Tip
Integrate this skill early in the development lifecycle by linking it to version control systems and CI/CD pipelines, ensuring all code commits automatically undergo architectural compliance checks before merging.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.