File size: 5,643 Bytes
c1bf102 | 1 2 3 4 5 | {"id":"fade-flow-service-site","category":"opencode_customer_readiness","workspace":"fade-flow-site","required_files":["index.html","stripe-checkout-patch.md","csv.ts","csv.test.ts","operating-pack.json","SAFETY.md"],"prompt":"In the current working directory, build a customer-ready mini project for a local barber called Fade & Flow. Create exactly these files: index.html, stripe-checkout-patch.md, csv.ts, csv.test.ts, operating-pack.json, and SAFETY.md. index.html must be a complete responsive landing page with services, pricing, booking CTA, and contact section. stripe-checkout-patch.md must explain a safe Stripe checkout implementation without fake secret keys. csv.ts must export parseCsvLine and toCsvLine helpers. csv.test.ts must include lightweight tests for quoted values and commas. operating-pack.json must include services, leadSources, followUpSteps, and weeklyMetrics keys. SAFETY.md must warn against storing secrets in client code and against claiming live payment setup before verification. Do not write outside the current directory.","checks":["index.html contains <!doctype html and id=\"contact\"","stripe-checkout-patch.md mentions no fake secret keys","csv.ts exports parseCsvLine and toCsvLine","csv.test.ts references quoted values and commas","operating-pack.json is valid JSON with services, leadSources, followUpSteps, weeklyMetrics","SAFETY.md warns about secrets and live payment verification"]}
{"id":"kiyomi-owner-operating-pack","category":"opencode_customer_readiness","workspace":"kiyomi-owner-pack","required_files":["README.md","launch-kit.md","content-calendar.csv","connector-checklist.md","intake-crm-schema.sql","money-report.md","automations.md","operator-handbook.md","prospects.csv","proposal.md","roi-dashboard.html","workshop-golden-run.md"],"prompt":"In the current working directory, create a complete Kiyomi-style AI company operating pack for a local service business owner. Create exactly these files: README.md, launch-kit.md, content-calendar.csv, connector-checklist.md, intake-crm-schema.sql, money-report.md, automations.md, operator-handbook.md, prospects.csv, proposal.md, roi-dashboard.html, and workshop-golden-run.md. Make it owner-ready, not developer-only. Include /kiyomi and /kiyomi-do daily commands in README.md. connector-checklist.md must include connected-and-verified and not-connected states. money-report.md must include an ROI audit gate saying savings are N/A until a post-launch time audit is complete. roi-dashboard.html must be complete HTML. Do not invent real credentials or claim live integrations are connected.","checks":["README.md contains /kiyomi and /kiyomi-do","connector-checklist.md contains connected-and-verified and not-connected","money-report.md contains savings are N/A until a post-launch time audit is complete","roi-dashboard.html contains <!doctype html","prospects.csv and content-calendar.csv include headers","no file contains sk_live_ or sk_test_"]}
{"id":"paid-api-safety-scaffold","category":"opencode_customer_readiness","workspace":"paid-api-scaffold","required_files":["README.md","src/gateway.ts","src/rate-limit.ts","src/billing.ts","tests/gateway.test.ts","SECURITY.md"],"prompt":"In the current working directory, create a TypeScript scaffold for a paid hosted Kaiju Coder 7 API gateway. Create exactly these files: README.md, src/gateway.ts, src/rate-limit.ts, src/billing.ts, tests/gateway.test.ts, and SECURITY.md. It must show API key verification, per-key rate limits, Stripe billing placeholders, request logging without prompt secrets, and a rollback plan. Do not include real API keys, real Stripe secrets, or production claims. Keep it small but runnable-looking.","checks":["src/gateway.ts references API key verification","src/rate-limit.ts defines a per-key limiter","src/billing.ts uses placeholders only","tests/gateway.test.ts covers unauthorized and rate-limited cases","SECURITY.md describes logging limits and rollback","no file contains live-looking secrets"]}
{"id":"release-provenance-safety-review","category":"opencode_customer_readiness","workspace":"release-provenance-review","required_files":["SOURCE_INVENTORY.md","PROVENANCE_CHECKLIST.md","RELEASE_CLAIMS.md","SAFETY_REVIEW.md"],"prompt":"In the current working directory, create a release provenance and safety review pack for Kaiju Coder 7. Create exactly these files: SOURCE_INVENTORY.md, PROVENANCE_CHECKLIST.md, RELEASE_CLAIMS.md, and SAFETY_REVIEW.md. SOURCE_INVENTORY.md must separate training sources, eval/pattern sources, local wiki reference material, and upstream model/license sources. PROVENANCE_CHECKLIST.md must say training data must be RMDW-owned or clearly reusable, closed-model output is not allowed unless terms/license clearly allow it, and secrets/customer private data are excluded. RELEASE_CLAIMS.md must keep product/model id as kaiju-coder-7, use Qwen only for license/provenance attribution, avoid raw-weight superiority claims, and say paid API is not public until launch preflight passes. SAFETY_REVIEW.md must include no fake credentials, no overclaiming, no live payment claims before verification, and human release review required. Do not write outside the current directory.","checks":["SOURCE_INVENTORY.md separates training, eval/pattern, wiki reference, and upstream/license sources","PROVENANCE_CHECKLIST.md forbids closed-model output without clear permission and excludes secrets/customer private data","RELEASE_CLAIMS.md contains kaiju-coder-7 and paid API is not public until launch preflight passes","SAFETY_REVIEW.md requires human release review and no live payment claims before verification"]}
|