Business Interview
Career — interview preparation, hiring evaluation, and resume building. Use for job search or recruitment workflows.
Content Jekyll Mindmap
Create Jekyll mindmap visualizations using markmap layout. Use when building mind maps with nested bullet points.
Developing Codebase Onboarding
Onboard a new codebase — explore, understand, and generate .tmp/llm*.md docs for quick reference. Use when joining a new project or needing to understand unfamiliar code.
Developing/lattice Cast
Thin bash curl wrapper around the LatticeCast HTTP API — one function per route, no domain knowledge, no caching, no magic. Use as the foundation for project-specific tool layers (PM, SEO, dev tracking, etc.). Caller composes lc_api.sh + their own .env + domain helpers.
Developing Fastapi
FastAPI backend development — async-by-default, multi-worker safe. Use when writing FastAPI routes, DB access, or any I/O call in the backend.
Agent/assistant
Always-on AI assistant with theme delegation — assistant-main chats, theme-managers autonomously, assistant-main-backup handles recovery
Agent/skill Guideline
Guide for creating portable agent skills (SKILL.md). Use when building, structuring, or debugging reusable skills and commands for coding agents.
Developing/onboarding
Onboard a new codebase — explore, understand, and generate .tmp/llm*.md docs for quick reference. Use when joining a new project or needing to understand unfamiliar code.
Developing/svelte
Svelte/SvelteKit development — enforce pure TS logic in src/lib/, .svelte files handle UI/UX only, FE stores are cache of BE SSOT, render via $derived. Use when writing Svelte components or SvelteKit routes.
Agent/agentic Hive
Start the autonomous multi-agent dev loop — a queen + bees in tmux solving tickets from LatticeCast PM
Agent Claude Md Creating
Guide for creating CLAUDE.md files — project instructions that Claude Code auto-loads. Use when setting up, writing, or organizing CLAUDE.md files.
Gamedesign Proposal
Generate one-page game proposal as proposal.yml — title, mechanics, selling points, concept art.
Content Jekyll Slides
Create Jekyll slide presentations. Use when building slides with h2 headings as separators.
Gamedesign Outline
Generate outline.yml following Save the Cat beat sheet in 3 acts. Use for story structure and narrative design.
Gamedesign Character
Generate character.yml for game characters — base profile, BigFive personality, multi-stage arcs for main characters.
Agent Assistant
Always-on AI assistant with theme delegation — assistant-main chats, theme-managers autonomously, assistant-main-backup handles recovery
Agent/seo Bot
Cross-product SEO article generator. Reads 3 CSVs (TA × promotion × product), loops the full Cartesian product, and spawns one fresh `claude -p` worker per article. Saves to LatticeCast articles table via lc_api.sh.
Developing E2e
End-to-end tests — pytest + Playwright drives a real browser, every step verifies DB state, optional per-step snapshot.
Agent/instructions Creating
Guide for creating portable AGENTS.md project instructions for coding agents. Use when setting up, writing, or organizing repository-level agent guidance.
Agent Claude Skills Guideline
Guide for creating Claude Code skills (SKILL.md). Use when building, structuring, or debugging custom skills/slash commands.
Developing Debug Frontend
Frontend debugging with Playwright in Docker — screenshot, click, inspect pages. Use when debugging frontend UI, testing web pages, or checking visual state.
Agent Seo Bot
Cross-product SEO article generator. Reads 3 CSVs (TA × promotion × product), loops the full Cartesian product, and spawns one fresh `claude -p` worker per article. Saves to LatticeCast articles table via lc_api.sh.
Developing/project Management
LatticeCast PM integration — ticket status updates, project setup, pre-flight checks. Internal library used by developing/programming, agent/agentic-hive, and developing/onboarding.
Agent Claude Bot
Start the autonomous multi-agent dev loop — orchestrator + workers in tmux solving tickets from LatticeCast PM
Developing Svelte
Svelte/SvelteKit development — enforce pure TS logic in src/lib/, .svelte files handle UI/UX only, FE stores are cache of BE SSOT, render via $derived. Use when writing Svelte components or SvelteKit routes.
Content How To Guides
Create step-by-step tutorial guides with Playwright screenshots and Jekyll markdown output.
Programming Emacs
Customize Emacs into a VSCode-like layout (treemacs sidebar + editor + bash terminal) in a single portable init.el. Use when the user wants an IDE-style layout, file tree, integrated terminal, or an Emacs config that copies cleanly to another machine.
Developing Project Management
LatticeCast PM integration — ticket status updates, project setup, pre-flight checks. Internal lib used by developing-programming, agent-claude-bot, developing-onboarding.
Developing Db Sql
SQL writing — INSERT, UPSERT, indexing, JSONB. Use when writing or reviewing SQL statements, migrations, or schema changes.
Developing Programming
Post-code workflow — test, format, lint, commit. Also handles versioning (CHANGELOG.md + package version bumps). Use after implementing code changes or when the user specifies a version.
Business Startup
Startup strategy — brand marketing, project management, and quarterly reviews. Use for product launch or iteration planning.
Developing Lattice Cast
Thin bash curl wrapper around the LatticeCast HTTP API — one function per route, no domain knowledge, no caching, no magic. Use as the foundation for project-specific tool layers (PM, SEO, dev tracking, etc.). Caller composes lc_api.sh + their own config.sh + domain helpers.