Skip to content

Cross-Repository Feature Template

Use this template for cross-repository feature planning. For Video Creator product features, create the feature plan in anuva-main-video-creator and use GitHub issues plus the Anuva Video Creator GitHub Project for implementation tracking.

# <Feature Name>

## Summary

<Short description of the feature and why it matters.>

## Goals

- <Goal>
- <Goal>

## Non-Goals

- <Non-goal>
- <Non-goal>

## Capability Impact

| Capability | Owner | Impact |
| --- | --- | --- |
| <Capability> | <Repository> | <Impact> |

## Repository Impact

| Repository | Responsibility | Status |
| --- | --- | --- |
| `<repo>` | <Task summary> | Planned |

## GitHub Task Tracking

| Repository | Issue | Project Status | PR | Verification | Docs Impact |
| --- | --- | --- | --- | --- | --- |
| `<repo>` | `<issue>` | Planned | `<pr>` | Pending | Local |

## Sequence

```mermaid
flowchart TD
  brief["Feature brief"] --> repoA["Repository task A"]
  brief --> repoB["Repository task B"]
  repoA --> issueA["GitHub issue A"]
  repoB --> issueB["GitHub issue B"]
  issueA --> project["GitHub Project"]
  issueB --> project
  project --> integration["Integration review"]
  integration --> release["Release checklist"]
```

## Open Questions

### Q1. <Question>

Answer:

## Verification

- <Integration check>
- <Repository check>

## Docs Impact

- <Local docs>
- <Handbook docs>
- <Product-main docs>
- <anuva-dev-docs publishing>

## Acceptance Criteria

- <Criterion>
- <Criterion>