Tasks: Add Index Pages for Task Navigation
Project: ai-plans PRD: link to PRD Progress: 17/17
Task 1: Create generateIndexPage Function
- Status: done
- Description: Create utility function to generate index.md
- Files: mcp-server/src/tools/generate-index-page.ts
- Subtasks:
- Create new file
- Implement markdown generation
- Add file existence checks
- Test function
Task 2: Update publish_prd Tool
- Status: done
- Description: Generate index.md when PRD is created
- Files: mcp-server/src/tools/publish-prd.ts
- Subtasks:
- Import generateIndexPage
- Call after PRD creation
- Test PRD creation
Task 3: Update publish_tasks Tool
- Status: done
- Description: Update index.md when tasks are created
- Files: mcp-server/src/tools/publish-tasks.ts
- Subtasks:
- Import generateIndexPage
- Call after tasks creation
- Test tasks creation
Task 4: Update publish_notes Tool
- Status: done
- Description: Update index.md when notes are added
- Files: mcp-server/src/tools/publish-notes.ts
- Subtasks:
- Import generateIndexPage
- Call after notes creation
- Test notes creation
Task 5: Test and Deploy
- Status: done
- Description: Test complete workflow and deploy
- Files: All
- Subtasks:
- Test with new plan
- Verify index.md created
- Check navigation works
- Deploy to production