Core domain concepts and business logic for Shep AI CLI.
| Document | Description |
|---|---|
| sdlc-lifecycle.md | Feature lifecycle states and transitions |
| feature-model.md | Feature entity and relationships |
| task-model.md | Tasks and Action Items |
| artifacts.md | Generated documentation artifacts |
| repo-analysis.md | Repository analysis system |
+-------------------------------------------------------------+
| Feature |
| +-----------------------------------------------------+ |
| | lifecycle: SdlcLifecycle | |
| | plan?.requirements: Requirement[] | |
| | plan?.tasks: Task[] | |
| | relatedArtifacts: Artifact[] | |
| +-----------------------------------------------------+ |
| | |
| +-----------------+-----------------+ |
| v v v |
| +-------------+ +-------------+ +-------------+ |
| | Requirement | | Task | | Artifact | |
| +-------------+ +------+------+ +-------------+ |
| | |
| v |
| +-------------+ |
| | ActionItem | |
| +-------------+ |
+-------------------------------------------------------------+
For new contributors:
Update when:
File naming:
feature-model.md)