docs(SO-16): Founder-friendly Shopify deployment guide#28
Open
cunninghambe wants to merge 1 commit into
Open
Conversation
Owner
|
Hi @cunninghambe, thanks for the patch! I just wanted to check if it was submitted intentionally. |
|
no this was a mistake. Apologies! |
Vendors msitarzewski/agency-agents into third_party/ and exposes 185
trimmed personas as namespaced archetypes (agency/<division>/<slug>)
alongside the 21 built-in archetypes, for a catalog of 206 specialists.
The CEO agent can now browse the catalog and hire new team members
dynamically mid-initiative instead of being confined to the 6 agents
the startup template seeds.
New endpoints:
GET /api/v1/archetypes[?division=|?source=] -- browse catalog
POST /api/v1/agents -- CEO-only hiring
GET /api/v1/settings/business-type -- read business context
PUT /api/v1/settings/business-type -- set business context
Changes:
internal/archetypes/archetypes.go -- walk subdirs, namespaced slugs,
Catalog() with frontmatter parse
internal/archetypes/agency/ -- 185 trimmed personas
internal/archetypes/ceo.md -- rewritten with hiring workflow
internal/handlers/api.go -- ListArchetypes, CreateAgent,
Get/SetBusinessType
internal/scheduler/scheduler.go -- inject business_type into CEO prompt
cmd/secondorder/main.go -- wire new routes
third_party/agency-agents/ -- upstream source for personas
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
345585b to
98fd5c5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Creates a non-technical, ≤2-page founder guide for deploying all four Priority 1 Shopify tweaks in ≤30 minutes. This unblocks SO-13 (actual deployment) by providing exact clickpaths, pre-filled copy, and success checks that a non-developer founder can follow without Claude.
What's Included
Design Decisions
Acceptance Criteria Met
🤖 Generated with Claude Code