Compare commits

..

2 Commits

Author SHA1 Message Date
c16fee77af email 2026-04-20 19:26:44 +02:00
Timo Knuth
fffcefba62 chore: add gstack skill routing rules to CLAUDE.md 2026-04-17 19:53:20 +02:00
2 changed files with 22 additions and 2 deletions

View File

@@ -90,3 +90,23 @@ The production-style stack lives in `greenlns-landing/docker-compose.yml` and in
- Nested plant metadata such as `categories` and `careInfo` uses `JSONB`. - Nested plant metadata such as `categories` and `careInfo` uses `JSONB`.
- Billing idempotency responses also use `JSONB`. - Billing idempotency responses also use `JSONB`.
- SQL placeholders use PostgreSQL syntax: `$1`, `$2`, ... - SQL placeholders use PostgreSQL syntax: `$1`, `$2`, ...
## Skill routing
When the user's request matches an available skill, ALWAYS invoke it using the Skill
tool as your FIRST action. Do NOT answer directly, do NOT use other tools first.
The skill has specialized workflows that produce better results than ad-hoc answers.
Key routing rules:
- Product ideas, "is this worth building", brainstorming -> invoke office-hours
- Bugs, errors, "why is this broken", 500 errors -> invoke investigate
- Ship, deploy, push, create PR -> invoke ship
- QA, test the site, find bugs -> invoke qa
- Code review, check my diff -> invoke review
- Update docs after shipping -> invoke document-release
- Weekly retro -> invoke retro
- Design system, brand -> invoke design-consultation
- Visual audit, design polish -> invoke design-review
- Architecture review -> invoke plan-eng-review
- Save progress, checkpoint, resume -> invoke checkpoint
- Code quality, health check -> invoke health

View File

@@ -3,8 +3,8 @@ const siteUrl = (process.env.NEXT_PUBLIC_SITE_URL || 'https://greenlenspro.com')
export const siteConfig = { export const siteConfig = {
name: 'GreenLens', name: 'GreenLens',
domain: siteUrl, domain: siteUrl,
supportEmail: 'knuth.timo@gmail.com', supportEmail: 'timo@greenlenspro.com',
legalEmail: 'knuth.timo@gmail.com', legalEmail: 'timo@greenlenspro.com',
iosAppStoreUrl: 'https://apps.apple.com/de/app/greenlens-pro/id6759843546?l=en-GB', iosAppStoreUrl: 'https://apps.apple.com/de/app/greenlens-pro/id6759843546?l=en-GB',
androidPlayStoreUrl: '', androidPlayStoreUrl: '',
company: { company: {