Files
our-claude-skills/.claude/commands/ourdigital-backoffice.md
Andrew Yim 6a10ce1333 docs: sync README, CLAUDE.md, AGENTS.md with latest skill changes
- Add 93-tui-designer to all doc files and directory layouts
- Remove phantom 42-jamie-journal-editor (directory never existed)
- Update GTM directory names: 61-gtm-manager → 61-gtm-editor,
  62-gtm-guardian → 62-gtm-validator in CLAUDE.md layout
- Fix skill count: README 64→62, AGENTS.md 52→62
- Add .claude/commands/ slash command definitions
- Add SEO comprehensive audit gotcha notes (JHR, SLA)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 12:52:59 +09:00

40 lines
1.1 KiB
Markdown

---
description: Business document creation (quotes, proposals, cost analysis) for OurDigital
---
# OurDigital Backoffice
Business document generation with pricing automation. Activated with "ourdigital" keyword.
## Triggers
- "ourdigital quote", "ourdigital 견적서"
- "ourdigital proposal", "ourdigital 제안서"
## Scripts
```bash
# Generate quote
python code/scripts/generate_quote.py --client "ABC Company" --services "seo_audit,gtm_setup"
# Create proposal
python code/scripts/create_proposal.py --client "XYZ Corp" --project "마케팅 자동화" --duration "3months"
# Cost analysis
python code/scripts/cost_analysis.py --project "GTM 구축" --investment 5000000 --period 12months
```
## Service Codes & Base Prices
| Code | Service | Price |
|------|---------|-------|
| `seo_audit` | SEO Technical Audit | 4,000,000 |
| `seo_monthly` | SEO Monthly | 2,000,000/월 |
| `gtm_setup` | GTM Setup | 3,000,000 |
| `ga4_setup` | GA4 Implementation | 2,000,000 |
| `dashboard` | Dashboard Dev | 4,000,000 |
| `consulting` | Consulting Day | 1,500,000/일 |
| `workshop` | Workshop | 1,500,000/회 |
## Output Formats
- Markdown (default), PDF, DOCX