Skip to content

Notes: index-pages

2026-02-12

Index pages feature implemented successfully! ✅

What was done: - ✅ Created generateIndexPage() utility function - ✅ Updated publish_prd to generate index.md - ✅ Updated publish_tasks to update index.md - ✅ Updated publish_notes to update index.md - ✅ Tested with test-index/sample plan

How it works: 1. When PRD is created → index.md generated with PRD link 2. When Tasks added → index.md updated with Tasks link and progress 3. When Notes added → index.md updated with Notes link

Index.md features: - Shows task title (extracted from PRD) - Shows status (extracted from PRD) - Shows progress (extracted from Tasks) - Links to all documents (PRD, Tasks, Notes) - Navigation links (back to project, all projects)

Example: https://plans.balabanovich.ru/test-index/sample/

Now URLs like /project/task/ work perfectly! 🎉