From c429f5284023d1ddbbda3299543cdbb3fd681f45 Mon Sep 17 00:00:00 2001 From: Ty Date: Sun, 21 Jun 2026 21:32:52 +0000 Subject: [PATCH] Initialize salon-social-media-system project structure (adapted from template-app) in personal-agent-os. Starting point for the social media system idea (Issue #1). Verified op followed. --- projects/salon-social-media-system/README.md | 32 ++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 projects/salon-social-media-system/README.md diff --git a/projects/salon-social-media-system/README.md b/projects/salon-social-media-system/README.md new file mode 100644 index 0000000..10e78d4 --- /dev/null +++ b/projects/salon-social-media-system/README.md @@ -0,0 +1,32 @@ +# Salon Social Media Production & Management System + +**Project repository** for the Hermes AI Agent Development Team (adapted from template-app). + +This is the dedicated space for building an AI-powered social media system for the salon/spa. It includes content production, scheduling, engagement, analytics, and brand consistency tools. + +## Purpose + +Actual development and assets live here. High-level planning references core-planning (read-only). Tasks tracked in this project's Kanban/issues. + +## Structure (Adapted from template-app) + +- `agents/` — Role-specific prompts (Content-Gen, Scheduler, Analyst, etc.) +- `docs/` — Brand guidelines, calendars, runbooks +- `assets/` or `templates/` — Visuals, post templates, generated content +- `prompts/` — Reusable system prompts +- `.gitea/` — Issue/PR templates +- `tasks/` — Active work items +- `knowledge-base/` — Salon-specific knowledge, best practices + +## Getting Started + +1. Planning in core-planning or this issue #1. +2. Use Kanban board in personal-agent-os for coordination. +3. Follow verified ops for all file changes. +4. Role-based agents for production/ management. + +See knowledge-base/hermes-gitea-ecosystem-manual.md for full workflows. + +--- + +*Maintained collaboratively with Hermes agents.* \ No newline at end of file