quotes

Generate screen-based quotes from IA structure, user stories, and requirements.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rachel353/fullty-plan --skill quotes-rachel353
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quotes
Source: https://github.com/rachel353/fullty-plan/tree/main/.claude/skills/quotes
Command: npx skills add https://github.com/rachel353/fullty-plan --skill quotes-rachel353

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Quotes skill automates the generation of screen-level quotes by integrating IA structure, user stories, and requirements, reducing manual effort and ensuring traceability of all REQs in a formal quotation document.

Core Features & Use Cases

  • Screen-based quoting: generates MD quotes for each screen including route, purpose, and access details.
  • Requirements mapping: links REQ IDs to original requirement content and appends it to the quote.
  • Automation workflow: reads ia_structure.md, user_story.md / user_stories.json, and project-requirements to build a complete combined quotes document.
  • Use cases: when a client needs a formal cost estimate, this skill produces a structured, auditable quote package.

Quick Start

Run the combined quotes merge and requirements extraction workflow to generate a ready-to-send quotes.md.

Frequently Asked Questions about quotes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-generate screen-based quotes from IA structure and requirements?▼

Screen-based quotes generate formal cost estimates by mapping IA structure routes, user stories, and requirement IDs into a structured markdown document with purpose and access details for each screen.

What is the best way to link requirement IDs to original content in a formal cost estimate?▼

The best way to link requirement IDs to original content in a formal cost estimate is by mapping project-requirements data and appending the referenced requirement text directly to the screen-based quote entries.

Can I assemble a complete quotes.md using user stories and IA structure files?▼

Yes, you can assemble a complete quotes.md by reading ia_structure.md and user_story.md or user_stories.json files to automate the extraction and merging workflow into a combined quotation document.

Does automated screen quoting support adding extra items and reference sections to the document?▼

Automated screen quoting supports adding optional items and reference sections during the assembly of the quotes.md, ensuring full requirements traceability while allowing customized additions to the formal estimate.

When do I need to generate per-screen quotes for design and development phases?▼

You need per-screen quotes for projects requiring structured cost estimation and documentation during design and development phases, ensuring every requirement is auditable within a formal quotation package.