saccoai-proposal
This skill takes site analysis output and generates a branded saccoai project proposal — a polished document with executive summary, current state assessment, proposed solution, scope, timeline, pricing, and a "Book a call" CTA. Output is a Vercel-hosted HTML page (interactive, with PDF download) plus a saved PDF file.
The skill works standalone (give it a URL and a client name) or as the final step in the sales pipeline after competitive analysis.
Inputs
| Input | Required | Default | Description |
|---|---|---|---|
| Target URL | Yes (if no analysis) | — | Site to analyze — triggers saccoai-website-analysis if no .saccoai/analysis/ exists |
| Client name | Yes | — | Company name for the proposal cover and throughout the document |
| Client industry | No | auto-detect | Industry for pricing context and framing |
| Pricing model | No | fixed | fixed (3 package tiers in CHF) or hourly (estimated hours × rate) |
| Rate / packages | No | saccoai defaults | CHF/hour rate or package price overrides |
| Proposal language | No | en | Language for the proposal document itself |
Execution Model
Single-agent sequential. No parallelism needed — phases are dependent on each other's output.
More from saccoai/agent-skills
website-analysis
Crawl any website in a single pass to produce both a complete structural map and full content extraction. Discovers all pages, routes, navigation, multilingual variants, and issues while simultaneously extracting all text, images, metadata, and assets. Use before any migration, redesign, or audit.
16nextjs-fullstack
Opinionated Next.js fullstack patterns — App Router, Tailwind CSS v4, shadcn/ui, Better Auth, Drizzle ORM, Server Actions, and Vercel deployment. Use when scaffolding a new project or enforcing consistent architecture across client projects.
13seo-migration
SEO preservation during website migrations — redirect mapping, canonical URLs, sitemap generation, structured data, meta tags, and Search Console verification. Use when rebuilding a site to ensure zero SEO loss from URL changes, content moves, or domain switches.
9project-handoff
Generate complete client handoff documentation — deployment guide, environment setup, CMS instructions, maintenance checklist, architecture overview, and operational runbook. Use when delivering a finished project to a client or their team.
8client-proposal
Generate a professional project proposal from a website audit. Analyzes the prospect's current site, identifies issues, and produces a structured proposal with scope, deliverables, tech recommendations, and phased timeline. Use as a sales tool or for scoping client engagements.
6web-audit
Comprehensive website quality audit — Lighthouse scores, accessibility (axe-core), cross-browser testing, performance budgets, and mobile responsiveness. Generates actionable reports with pass/fail per page. Use to audit any live website or as a QA gate before deployment.
6