ai-architect-lite

Implement a lightweight AI Architecture pattern with external memory and manifest-driven dispatch.

2|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/Carl-312/devlog-starter --skill ai-architect-lite
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-architect-lite
Source: https://github.com/Carl-312/devlog-starter/tree/main
Command: npx skills add https://github.com/Carl-312/devlog-starter --skill ai-architect-lite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a streamlined way to integrate external memory and command-driven dispatch into Claude Skills, ideal for new projects or migrating existing patterns with minimal overhead.

Core Features & Use Cases

  • External Memory: Manages project context via the .ai_context directory.
  • Slash-First Dispatch: Enables command-driven workflows using a manifest.
  • Structured Logging: Automatically maintains timestamped, append-only development logs.
  • Use Case: When starting a new project, load this Skill to automatically set up a structured context directory and logging mechanism, allowing you to focus on development tasks immediately.

Quick Start

Use the ai-architect-lite skill to generate a mini execution plan for building user authentication.

Frequently Asked Questions about ai-architect-lite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add external memory to Claude skills for project bootstrapping?▼

You can add external memory to Claude skills by managing project context via a `.ai_context` directory, which allows you to bootstrap new projects or migrate existing patterns with minimal overhead while retaining persistent state.

What is manifest-driven dispatch for command-driven workflows?▼

Manifest-driven dispatch is a slash-first routing approach that processes command-driven workflows through a central manifest, enabling structured execution plans and automated task handling within Claude skills.

How do I set up structured logging for an AI architecture project?▼

You can set up structured logging by loading a lightweight AI architecture skill that automatically maintains timestamped, append-only development logs, capturing workflow progress without manual intervention.

Does lightweight AI architecture work for migrating existing project patterns?▼

Yes, this lightweight AI architecture pattern is designed for porting existing patterns with minimal overhead, allowing you to transition projects into a structured context directory and command-driven workflow system.

Can I use a memory protocol to generate an execution plan for user authentication?▼

Yes, you can use an AI architecture skill with an external memory protocol to generate a mini execution plan for building user authentication, leveraging the `.ai_context` directory and slash-first dispatch.

What are the limitations of using a `.ai_context` directory for AI memory?▼

Using a `.ai_context` directory for AI memory provides a lightweight, minimal-overhead structure but lacks the deep reasoning complexity of advanced architectures, focusing instead on straightforward project bootstrapping and logging.