Create Architecture
npx machina-cli add skill PabloLION/bmad-plugin/create-architecture --openclawFiles (1)
SKILL.md
525 B
Create Architecture Workflow
Goal: Create architecture solution design decisions for AI agent consistency.
Agent: Architect (Winston) Module: CORE
Execution
Read and follow: ./instructions.md
Validation
After completion, verify against: ./checklist.md
Source
git clone https://github.com/PabloLION/bmad-plugin/blob/main/plugins/bmad/skills/create-architecture/SKILL.mdView on GitHub Overview
Creates architecture solution design decisions to ensure AI agent consistency. It uses the Architect (Winston) CORE module and follows a defined execution path, reading instructions and validating results against a checklist.
How This Skill Works
The skill loads the workflow into the CORE module, reads guidance from ./instructions.md, and generates architecture design decisions. After drafting, it validates the output by comparing it against ./checklist.md to ensure alignment with requirements.
When to Use It
- User requests architecture design for AI agents (e.g., 'lets create architecture').
- You need a technical architecture for a new AI solution or feature.
- You want a formal solution design to guide implementation.
- You require consistent design decisions across an AI agent's components.
- You need to verify architecture artifacts against a predefined checklist.
Quick Start
- Step 1: Trigger the skill with 'lets create architecture' or 'create technical architecture'.
- Step 2: Have the CORE module read ./instructions.md and draft design decisions.
- Step 3: Validate the output against ./checklist.md and finalize.
Best Practices
- Start with the user's goals for agent consistency.
- Follow the prescribed workflow using ./instructions.md.
- Document each design decision and its rationale.
- Keep changes traceable and versioned.
- Always validate against ./checklist.md before delivery.
Example Use Cases
- Crafting an architecture blueprint for a Winston-based AI agent.
- Defining a scalable solution design for a multi-agent workflow.
- Producing architecture decisions for integrating a new AI module.
- Documenting architecture choices for agent consistency in a product.
- Creating a repeatable architecture workflow for future projects.
Frequently Asked Questions
Add this skill to your agents