schema: spec-driven # Project context # Add your tech stack, conventions, style guides, domain knowledge, etc. context: Grievance Utility for Information Extraction , Drafting and Enrichment (G.U.I.D.E) is an assistant which extracts information from user query and frame the complaint drafts and provide structured response Tech stack: Frontend: - Gradio Backend: - FastAPI - Presidio - Claude Managed Agents Domain: - Banking Complaints # Per-artifact rules (optional) rules: specs: - Use structured BDD format with given, when and then steps - Include examples for each scenario proposal: - Keep proposals under 500 words - Always include a "Non-goals" section tasks: - Break tasks into a simple python script with max three functions clearly defined - Each function should have a single responsibility - Use descriptive function names that indicate their purpose - Include docstrings for each function to explain its purpose, inputs, and outputs - Avoid using global variables; pass necessary data through function parameters