feat: monorepo consolidation — forge pipeline, MACP protocol, framework plugin, profiles/guides/skills
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed

Work packages completed:
- WP1: packages/forge — pipeline runner, stage adapter, board tasks, brief classifier,
  persona loader with project-level overrides. 89 tests, 95.62% coverage.
- WP2: packages/macp — credential resolver, gate runner, event emitter, protocol types.
  65 tests, 96.24% coverage. Full Python-to-TS port preserving all behavior.
- WP3: plugins/mosaic-framework — OC rails injection plugin (before_agent_start +
  subagent_spawning hooks for Mosaic contract enforcement).
- WP4: profiles/ (domains, tech-stacks, workflows), guides/ (17 docs),
  skills/ (5 universal skills), forge pipeline assets (48 markdown files).

Board deliberation: docs/reviews/consolidation-board-memo.md
Brief: briefs/monorepo-consolidation.md

Consolidates mosaic/stack (forge, MACP, bootstrap framework) into mosaic/mosaic-stack.
154 new tests total. Zero Python — all TypeScript/ESM.
This commit is contained in:
Mos (Agent)
2026-03-30 19:43:24 +00:00
parent 40c068fcbc
commit 10689a30d2
123 changed files with 18166 additions and 11 deletions

View File

@@ -0,0 +1,74 @@
# Brief: Mordor Coffee Shop — Full Business Launch
## Source
New business venture — Jason Woltje / Diverse Canvas LLC
## Scope
Launch "Mordor Coffee Shop" as a complete business with web presence, branding, and operational infrastructure. This is a full-stack business formation covering:
### 1. Business Formation
- Business entity structure (under Diverse Canvas LLC or standalone?)
- Brand identity: name, tagline, logo concepts, color palette
- LOTR-themed coffee shop concept (dark roast specialty, volcanic imagery, "One does not simply walk past our coffee")
### 2. Website Design & Development
- Marketing site at mordor.woltje.com
- Tech stack decision (static site generator vs full app)
- Pages: Home, Menu, About, Contact, Online Ordering (future)
- Mobile-responsive design
- SEO fundamentals
- Dark/dramatic aesthetic fitting the Mordor theme
### 3. Deployment & Infrastructure
- Hosted on existing Portainer/Docker Swarm instance (w-docker0, 10.1.1.45)
- Traefik reverse proxy for TLS/routing
- CI/CD via Woodpecker (git.mosaicstack.dev)
- Domain: mordor.woltje.com (DNS via existing infrastructure)
### 4. Social Media Strategy
- Platform selection (Instagram, TikTok, X, Facebook — which ones and why)
- Content strategy and posting cadence
- Brand voice guide
- Launch campaign plan
### 5. Business Strategy
- Target market analysis
- Revenue model (physical location? online only? merch? subscription coffee?)
- Competitive positioning
- 6-month launch roadmap
- Exit strategy options
## Success Criteria
1. Business strategy document with clear go-to-market plan
2. Brand guide (colors, fonts, voice, logo direction)
3. Website live at mordor.woltje.com with at least Home + Menu + About pages
4. Social media accounts strategy document
5. Docker stack deployed via Portainer with health checks
6. CI/CD pipeline pushing from Gitea to production
7. Exit strategy documented
## Technical Constraints
- Must run on existing Docker Swarm infrastructure (w-docker0)
- Traefik handles TLS termination and routing
- Woodpecker CI for build/deploy pipeline
- Git repo on git.mosaicstack.dev
- Budget: minimal — use open source tools, no paid SaaS dependencies
## Estimated Complexity
High — crosses business strategy, design, development, DevOps, and marketing domains
## Dependencies
- DNS record for mordor.woltje.com (Jason to configure)
- Portainer access (existing credentials)
- Gitea repo creation