← ClaudeAtlas

create-agentlisted

Meta-skill — Use when user describes a workflow to automate, says 'build me an agent for X', wants a custom bot, or asks to automate a repeatable process. Runs SDD Phase 0 (intake): structured interview → PROJECT_BRIEF.md. Then hands off to /agent-spec.
Lucioway/way-stack · ★ 0 · AI & Automation · score 75
Install: claude install-skill Lucioway/way-stack
# create-agent — SDD Agent Factory Meta-skill that turns a workflow description into a working agent via Spec-Driven Development (GSD + Ralph Loop + BMAD fused). ## When to use User says any of: - "build me an agent that…" - "I want to automate X" - "create a bot that does Y" - "make a workflow for Z" - Describes a repetitive manual task ## Phase 0 — Project Intake Ask AT MOST 5 targeted questions. Skip any that the user already answered unprompted. 1. **What to automate?** — the specific workflow in one sentence 2. **Platforms involved?** — email / WhatsApp / web / API / database / files 3. **Output?** — report, message, file, API call, DB write 4. **Frequency?** — real-time / scheduled / on-demand 5. **Users?** — just you / team / external customers ### Stack hints by platform | Platform | Recommended approach | |---|---| | Email (read/send) | `imaplib` (built-in) or Gmail API | | WhatsApp | Selenium + WhatsApp Web (persistent session) | | Reddit, TikTok, YouTube, HN, GitHub, Instagram, Twitter/X, Yahoo Finance | OpenCLI (`opencli list` to verify) — zero-token structured output | | Custom web (Amazon, Meta Ads, Trustpilot, etc.) | Selenium + Brave/Chrome with CSS selectors centralized | | Text analysis | Claude API (Sonnet for simple, Opus for complex reasoning) | | Storage | Notion API, Google Drive, local files, SQLite | ## Output — PROJECT_BRIEF.md ```md # Project Brief — <agent-name> ## Vision <one-line north-star> ## Requirements - <req 1> - <req 2> ## Con