# Draft the RFP from your past answers

Turn a new RFP into a full draft from your past-response library, validated section by section.

**Connects:** drive, notion, salesforce, slack

## How to install

1. Fetch https://eluu.ai/cookbook/rfp-first-draft/skill.md and save it into your skills folder as `rfp-first-draft`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Maps the new RFP's sections to your standard response outline
- Drafts each section from the closest past answer in the library
- Flags any sentence not backed by the library or a named source
- Marks brand-new sections for human review before the draft ships

## Recurring jobs

- **RFP inbox watch** (Every 30 minutes on weekdays) — https://eluu.ai/cookbook/rfp-first-draft/jobs-setup/rfp-inbox-watch.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **Past-response library**, Reuse and adapt the closest prior RFP answer per section — https://eluu.ai/cookbook/rfp-first-draft/skills/past-response-library.md
- **Section validation**, Check every drafted section against its library source before it ships — https://eluu.ai/cookbook/rfp-first-draft/skills/section-validation.md
- **Proposal voice**, Match the team's tone and formatting standard — https://eluu.ai/cookbook/rfp-first-draft/skills/proposal-voice.md

## Files

- skill.md — https://eluu.ai/cookbook/rfp-first-draft/skill.md
- jobs-setup/rfp-inbox-watch.md — https://eluu.ai/cookbook/rfp-first-draft/jobs-setup/rfp-inbox-watch.md
- skills/past-response-library.md — https://eluu.ai/cookbook/rfp-first-draft/skills/past-response-library.md
- skills/section-validation.md — https://eluu.ai/cookbook/rfp-first-draft/skills/section-validation.md
- skills/proposal-voice.md — https://eluu.ai/cookbook/rfp-first-draft/skills/proposal-voice.md
- workflow.json — https://eluu.ai/cookbook/rfp-first-draft/workflow.json
