# AgentForge feature branches — index One **implementation plan** and one **progress log** per feature branch, in `agentforge/doc/features//`. **Branch folder name:** branch name with `/` replaced by `-`. Example: branch `features/agentforge-mvp-tools` → folder `features/agentforge-mvp-tools`. When starting a new branch, add a row below and create the folder with `implementation-plan.md` and `progress.md`. See `agentforge/WORKFLOW.md` for the full workflow. --- | Branch | Folder | Plan | Progress | Status | | ------------------------------------ | ---------------------------------------------------------------- | -------------------------------------------------------------------------------- | ---------------------------------------------------------- | ------------------ | | `features/agentforge-mvp-setup` | [agentforge-mvp-setup](features/agentforge-mvp-setup/) | [implementation-plan](features/agentforge-mvp-setup/implementation-plan.md) | [progress](features/agentforge-mvp-setup/progress.md) | Example / template | | `features/agentforge-mvp-deployment` | [agentforge-mvp-deployment](features/agentforge-mvp-deployment/) | [implementation-plan](features/agentforge-mvp-deployment/implementation-plan.md) | [progress](features/agentforge-mvp-deployment/progress.md) | In progress | --- _Add new rows when you create new feature branches._