ogt-docs-define-feature
Installation
SKILL.md
OGT Docs - Define Feature
Complete guide for creating feature definition documents with phased delivery.
Overview
Feature definitions specify WHAT a feature does, WHO it's for, and HOW it will be delivered in phases. Each feature is a folder containing the main definition, MVP scope, phase documents, and completion criteria.
flowchart TD
subgraph feature ["Feature Definition Structure"]
F[feature.md<br/>Core definition]
M[mvp.md<br/>MVP scope & phases]
P0[phase_0.md<br/>Foundation]
P1[phase_1.md<br/>Enhancement]
P2[phase_2.md<br/>Advanced]
N[nice_to_have.md<br/>Future ideas]
O[out_of_scope.md<br/>Explicit exclusions]
end