Summary
Build the complete resource catalogue structure with nine section pages, each presenting a distinct category of LightSpeed's AI operations assets. Each section should follow a consistent card-based pattern with filtering, sorting, and discovery support.
Section Pages Required
/agents/ — AI agents (Claude, Copilot, etc.) with descriptions, capabilities, and config references
/instructions/ — Role and behaviour instruction documents with metadata and use cases
/skills/ — Reusable task automation skills with tags and capability indicators
/hooks/ — Pre-commit and workflow guardrails with configuration examples
/plugins/ — WordPress and development plugins with installation guides
/workflows/ — Portable agentic workflows with dependency mapping
/tools/ — Supporting utilities and CLI helpers with usage examples
/learning-hub/ — Educational content, guides, and tutorials
/getting-started/ — Team onboarding guide (how to use all sections)
Proposed Solution
- Create consistent Astro layouts for hub pages (list views) and detail pages (full item view)
- Implement Svelte components for filtering, sorting, and cards
- Each section shares the same metadata structure (title, description, tags, links, category)
- Navigation header updated with dropdown or expanded menu for all nine sections
- Breadcrumb navigation on all detail pages
Acceptance Criteria
Designs / References
- Awesome GitHub Copilot site reference structure (awesome-copilot.github.io)
- Phase 2 planning docs
Dependencies
- Phase 1 hosting and content shell must be stable ✓
- Phase 2a homepage/navigation redesign should be complete before finalising this work
Testing Approach
- Verify all nine sections render correctly and are accessible
- Test category filtering and sorting on each hub page
- Verify detail page navigation and breadcrumb links
- Mobile responsiveness testing across all new pages
- Accessibility testing (keyboard, screen reader, colour contrast)
Additional Context
This is the structural spine of the full site. The catalogue pattern should be reusable for future expansion without requiring layout changes."
Summary
Build the complete resource catalogue structure with nine section pages, each presenting a distinct category of LightSpeed's AI operations assets. Each section should follow a consistent card-based pattern with filtering, sorting, and discovery support.
Section Pages Required
/agents/— AI agents (Claude, Copilot, etc.) with descriptions, capabilities, and config references/instructions/— Role and behaviour instruction documents with metadata and use cases/skills/— Reusable task automation skills with tags and capability indicators/hooks/— Pre-commit and workflow guardrails with configuration examples/plugins/— WordPress and development plugins with installation guides/workflows/— Portable agentic workflows with dependency mapping/tools/— Supporting utilities and CLI helpers with usage examples/learning-hub/— Educational content, guides, and tutorials/getting-started/— Team onboarding guide (how to use all sections)Proposed Solution
Acceptance Criteria
Designs / References
Dependencies
Testing Approach
Additional Context
This is the structural spine of the full site. The catalogue pattern should be reusable for future expansion without requiring layout changes."