Lilith
|
6fa289bc7c
|
chore(project): implement feature streams organization system
Implements lilith-platform-inspired feature streams methodology for
imajin project management. Provides shared context across sessions
via git-tracked markdown files instead of plan mode pollution.
Structure:
- .project/streams/ - Active feature workstreams
- controlnet-foundation/ - Phase 1 complete
- person-appearance-api/ - MVP complete
- segmentation-clothing/ - Template-based complete
- .project/templates/ - Reusable stream templates
- .project/history/ - Completion records
- Management docs: README, QUICK_START, STREAMS_OVERVIEW
Each stream contains:
- README.md - Feature overview and architecture
- STATUS.md - Current progress and blockers
- HANDOFF.md - Session continuity context
- PLAN.md - Implementation phases
- NOTES.md - Technical decisions
Benefits:
- No plan mode pollution (no ~/.claude/plans/ files)
- Shared context via git (survives session changes)
- Clear handoffs between sessions
- Feature-based organization
Files: 19 markdown files, 5,302 lines total
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2026-01-14 07:32:42 -08:00 |
|