Skip to content

Instantly share code, notes, and snippets.

@gausoft
Created August 11, 2025 11:51
Show Gist options
  • Save gausoft/43fe733a784ff27ee78f79f47a377b00 to your computer and use it in GitHub Desktop.
Save gausoft/43fe733a784ff27ee78f79f47a377b00 to your computer and use it in GitHub Desktop.

[FEATURE NAME] - Implementation Request

🎯 BUSINESS OBJECTIVE

Problem: [What business problem are we solving?] Solution: [What this feature will achieve] Value: [Why this matters to users/business]

🏗️ TECHNICAL CONTEXT (MANDATORY)

Current Architecture: [Describe existing patterns to follow] Dependencies: [What existing systems/services to integrate with] Constraints: [Technical limitations or requirements]

👥 USER STORIES

  1. As a [user type], I want [action] so that [benefit]
  2. As a [user type], I want [action] so that [benefit]

� IMPLEMENTATION REQUIREMENTS

Data Models: [What models/entities are needed] API Integration: [Which endpoints to use/create] UI Components: [What screens/widgets are needed] Business Logic: [Key rules and validations]

⚠️ EDGE CASES & ERROR HANDLING

  • What happens when [scenario]?
  • How to handle [error case]?
  • Offline behavior: [requirements]
  • Performance considerations: [limits/optimization]

✅ ACCEPTANCE CRITERIA

  • [Specific testable requirement]
  • [Specific testable requirement]
  • Follows existing code patterns and architecture
  • Includes proper error handling and loading states

🔗 INTEGRATION POINTS

Navigation: [How users access this feature] Existing Features: [What this integrates with] Breaking Changes: [Any impacts on existing code]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment