Agent skill
new-proposal
Outline the lightweight process for turning discovery inputs into a first-draft Sentient proposal.
Install this agent skill to your Project
npx add-skill https://github.com/christopheryeo/claude-skills/tree/main/new-proposal
SKILL.md
New Proposal Drafting (Lightweight)
Overview
The new-proposal skill is now a streamlined playbook. It explains how to assemble a first-draft Sentient proposal using existing skills and source folders in this repository—no custom scripts or bundled assets required. Follow these instructions to move quickly from discovery to a shareable document while keeping messaging aligned with Sentient's positioning.
Quick Start
- Run the latest customer-brief skill to capture discovery findings for the account.
- Open the relevant product narrative in
product-white-paper/and flag the sections that map to the customer's needs. - Reference the tone and messaging guidance in sentient-brand-guidelines to keep language on-brand.
- Combine the above into a proposal outline using your preferred editor (Docs, Notion, Markdown). The sample outline in
presentation-outline/is a good starting point when you need structure.
Recommended Workflow
- Validate inputs: Confirm you have the newest intake form, customer brief, and stakeholder list from the account team.
- Draft the executive summary: Highlight customer objectives, Sentient's solution fit, and expected outcomes in 2–3 paragraphs.
- Detail the solution: Use content from
product-white-paper/to explain architecture, differentiators, and implementation plan. - Showcase proof: Pull relevant success metrics from
smartchat-service-costs/or other collateral to reinforce value. - Outline next steps: Define timeline, owners, and required follow-up actions. Use daily-files work-day to prepare the shared Workday folder if the deliverable should be saved there.
Success Criteria
- Proposal mirrors Sentient's structure (executive summary → solution overview → roadmap → next steps).
- Messaging stays aligned with the brand guidelines and references approved differentiators.
- Source documents are cited or linked so reviewers can verify claims quickly.
- Output is saved using the
<YYYYMMDD>-<CustomerName>-Proposal-R<Revision>naming convention.
Limitations & Notes
- This lightweight skill intentionally omits automation scripts, bundled samples, and tests. It is documentation-only.
- Teams that need repeatable generation or validation should add back scripts in a dedicated branch and update this guide.
- Keep sensitive customer data out of the repository; store working drafts in approved collaboration tools.
Related Skills & Artifacts
- customer-brief – Use to gather and refresh account discovery notes before drafting.
- product-white-paper – Provides canonical product positioning and technical capabilities.
- sentient-brand-guidelines – Supplies tone, terminology, and styling cues for all outbound materials.
- daily-files – Use the
work-daysub-command to prepare and verify the shared Workday folder, then save final drafts there once ready for review.
Extending Later
If you decide to reintroduce automation:
- Stand up generator scripts in
scripts/or a newautomation/folder. - Document new usage patterns here so others know how to run them.
- Add tests under
tests/to cover the automated workflow.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
daily-journals
Manages markdown journal files in a Journals/ folder — creating new journal files, adding date-stamped entries, and deleting entries. A journal is a markdown file named with reverse-month and purpose (e.g., "2026-03 Activities.md") containing chronological entries grouped under reverse-date headers. Three operations: CREATE-JOURNAL, CREATE-ENTRY, DELETE-ENTRY. Use whenever the user says "create a journal", "new journal", "journal entry", "add to journal", "delete journal entry", "remove entry", "show journals", or mentions logging thoughts, activities, notes, or reflections into a dated journal format.
daily-work
Full workday lifecycle with three sub-commands: START (morning enablement — email triage, calendar audit, Drive activity, news snapshot, workspace prep, executive brief; replaces set-up-workday), RECAP (end-of-day cross-reference of Calendar, Gmail, Drive, and all AI workforce Plans task logs into a comprehensive activity report in the work-day folder), and MINUTES (given a meeting title, find it in Calendar, search the work-day Drive folder for minutes, fall back to Gmail for transcript, then return a direct link). Use for "set up my workday", "start my day", "kick off today", "morning brief", "daily recap", "end of day", "wrap up the day", "what did I do today", "what happened today", "find the minutes", "meeting minutes for [title]", "where are the minutes", "get me the notes from [meeting]", "meeting transcript", or any workday activity review.
news-articles-rename
OCR and rename news article files (PDFs and images) by extracting the article headline from the content and using it as the filename. Targets the Vivien (PA)/News/ folder. Use this skill whenever the user asks to rename news articles, organise news clippings, process newspaper PDFs, extract article titles from scanned pages, or tidy up the News folder. Also trigger when the user mentions "rename articles", "news folder", "article titles", or "news clippings".
daily-plans
Manages a daily task planning system using Plans/ in whatever folder is currently selected — creating plans, adding new tasks, executing tasks one-by-one, logging completed work, checking status, deleting tasks, and carrying forward incomplete items. Works from any mounted folder. Seven operations: CREATE, NEW, EXECUTE (one task per invocation), LOG, STATUS, DELETE (with auto-renumbering), CARRY-FORWARD. Use whenever the user says "plan my day", "create a plan", "new task", "add a task", "add task [X]", "execute the plan", "next task", "log task", "log that", "plan status", "what's the plan", "where are we", "carry forward", "carry over", "delete task", "remove task", "drop task", or provides a numbered task list. Do NOT trigger for "set up my workday", "what did I do today?", meeting prep, email drafting, or calendar searches.
daily-calendars
Unified Google Calendar skill. Includes sub-commands: search (natural-language calendar search by day/date/week, title keywords, attendees, and attendee emails/domains); available (check if a specific date/time works respecting 10am-6pm weekday availability, lunch hours 12pm-2pm, 30-minute gaps between meetings, and a maximum of 3 meetings per day); and meeting (returns/validates the default definition of a typical meeting). Use when users ask to check their calendar, find meetings, search by participant, locate events by title, retrieve calendar briefings, verify availability for a specific time slot, or check whether a meeting matches the default meeting profile.
daily-calendars
Unified Google Calendar skill. Includes sub-commands: search (natural-language calendar search by day/date/week, title keywords, attendees, and attendee emails/domains); available (check if a specific date/time works respecting 10am-6pm weekday availability, lunch hours 12pm-2pm, 30-minute gaps between meetings, and a maximum of 3 meetings per day); and meeting (returns/validates the default definition of a typical meeting). Use when users ask to check their calendar, find meetings, search by participant, locate events by title, retrieve calendar briefings, verify availability for a specific time slot, or check whether a meeting matches the default meeting profile.
Didn't find tool you were looking for?