# Feature Manifest: Template Feature ## Overview **Feature Name:** Template Feature **Package Path:** `packages/features/shared/template_feature` **Owner:** [Team Name/Agent] ## Responsibilities * Describe what this feature does. * Describe what this feature does NOT do. ## Architecture * **Domain**: * `TemplateEntity` (imported from `krow_domain`) * `TemplateRepositoryInterface` * **Data**: * `TemplateRepositoryImpl` (uses `krow_data_connect`) * **Presentation**: * `TemplatePage` * `TemplateBloc` ## Dependencies * `krow_domain`: For entities. * `krow_data_connect`: For backend mocking/access. * `design_system`: For UI components. ## Routes * `/`: Main template page. * `/:id`: Detail page (example).