66 lines
1.2 KiB
Markdown
66 lines
1.2 KiB
Markdown
# {{PROJECT_NAME}} - Project Index
|
|
|
|
**Project**: {{PROJECT_DESCRIPTION}}
|
|
**Created**: {{DATE}}
|
|
**Last Updated**: {{DATE}}
|
|
|
|
---
|
|
|
|
## Active Subproject
|
|
|
|
**{{ACTIVE_SUBPROJECT}}**
|
|
|
|
See `{{ACTIVE_SUBPROJECT}}/STATUS.md` for detailed status.
|
|
|
|
---
|
|
|
|
## Quick Start (New Session)
|
|
|
|
1. Read this INDEX.md (root overview + current state)
|
|
2. Read WORKFLOW.md (understand the system)
|
|
3. Go to active subproject folder: `{{ACTIVE_SUBPROJECT}}/`
|
|
4. Read subproject's STATUS.md, TODO.md, and other files
|
|
|
|
---
|
|
|
|
## Project-Level TODO (High-Level)
|
|
|
|
**Major Milestones & Cross-Subproject Tasks:**
|
|
|
|
- [ ] {{TODO_ITEM_1}}
|
|
- [ ] {{TODO_ITEM_2}}
|
|
- [ ] {{TODO_ITEM_3}}
|
|
|
|
*For detailed tasks, see subproject TODO.md files*
|
|
|
|
---
|
|
|
|
## Subprojects
|
|
|
|
| Subproject | Status | Phase | Description |
|
|
|------------|--------|-------|-------------|
|
|
{{SUBPROJECT_TABLE}}
|
|
|
|
---
|
|
|
|
## Subproject Status Summary
|
|
|
|
{{SUBPROJECT_STATUS_TABLE}}
|
|
|
|
---
|
|
|
|
## File Inheritance
|
|
|
|
Root files (WORKFLOW.md, PRINCIPLES.md) apply to all subprojects.
|
|
Subproject files extend/override root when needed.
|
|
|
|
**Reading order:**
|
|
1. Root level files (WORKFLOW, PRINCIPLES)
|
|
2. Subproject files (STATUS, TODO, CODEBASE, etc.)
|
|
|
|
---
|
|
|
|
## Environment
|
|
|
|
{{ENVIRONMENT}}
|