
Architect
- 3 repo stars
- Updated December 29, 2025
- rayk/lucid-toolkit
Document and evolve system structure with Lucid Composite Architecture, ADRs, and maturity-appropriate hierarchy before and during implementation.
About
Architect is an agent skill plugin for Rayk’s lucid-toolkit that helps developers design and document software using Lucid Composite Architecture (LCA). Instead of one-off diagrams, it organizes work around a structural hierarchy—Atoms, Composites, and Conduits—so boundaries, dependencies, and integration points stay explicit as the product grows. The skill guides architecture design sessions and produces documentation that scales with maturity: lighter sketches early, richer ADRs and composite maps when stakes are higher. It fits developers shipping SaaS, APIs, or agent-heavy systems who need a repeatable way to capture why structures were chosen and how components compose. Use it when a feature set is taking shape and you want decisions durable enough for future you, collaborators, or coding agents to follow without re-deriving the system from chat history.
- Lucid Composite Architecture (LCA) with Atoms, Composites, and Conduits
- Architecture Decision Records (ADR) workflow aligned to LCA
- Maturity-aware documentation depth as the system evolves
- Structural hierarchy management for composite systems
- Design and documentation plugin for lucid-toolkit (v1.5.1)
Architect by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add rayk/lucid-toolkit/plugin install architect@lucid-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | December 29, 2025 |
| Repository | rayk/lucid-toolkit ↗ |
What it does
Document and evolve system structure with Lucid Composite Architecture, ADRs, and maturity-appropriate hierarchy before and during implementation.
Files
Architecture design and documentation following Lucid Composite Architecture (LCA) principles. Manages structural hierarchy (Atoms, Composites, Conduits), ADRs, and maturity-aware documentation.
architect
Source: ./plugins/architect
{ "name": "architect", "tags": [ "architecture", "documentation", "lca", "adr", "design", "hierarchy" ], "source": "./plugins/architect", "version": "1.5.1", "category": "architecture", "description": "Architecture design and documentation following Lucid Composite Architecture (LCA) principles. Manages structural hierarchy (Atoms, Composites, Conduits), ADRs, and maturity-aware documentation." }