Idea Plan Components

IdeaWeekGrid renders tasks grouped by ISO week for each idea slug. It is used inside idea-docs under the Planning section.

Usage

<IdeaWeekGrid idea="reading-content-creation" project="walkingweekend" />

The component fetches /api/ideas/tasks/[idea] and groups matching proj-docs by week. Proj-docs must set idea: <slug> in their frontmatter to appear.

Live Examples

Reading Content Creation & Teaching

walkingweekend.com reading-publishing workflow: stories, books, magazines and teaching materials. · project="walkingweekend"

Projects HeyGen Avatar Video

Avatar-driven daily recaps on /projects and task-level avatar videos. · project="bearlabs"

Stories Teach Tab HeyGen Avatar Video

Avatar videos inside walkingweekend.com reading stories Teach tab. · project="walkingweekend"

Agent Portal Tabs & Planner

Homepage and planner tab UX with URL-backed navigation. · project="benben"

Idea Summary Card

IdeaSummaryCard is the same card rendered on the /ideas landing page. It shows the idea title, project chip, generated date, and project avatar.

<IdeaSummaryCard title="..." project="bearlabs" generatedOn="2026-06-08" href="/ideas/..." description="..." />

Remotion Video Generation

Programmatic video generation from /reading and /sharing content

Jun 8, 2026
bearlabsbearlabs

HyperFrames Video Editor for /sharing

Embed HyperFrames Studio as a video editor inside /sharing pages

Jun 10, 2026
walkingweekendwalkingweekend

Target-Based Content System

Target-scoped config overrides and content filtering

May 11, 2026
bearlabsbearlabs

Idea Meta

IdeaMeta renders slug, project, motivation, scope, brainstorming and planning as a compact table inside idea-doc planning notes. The slug is shown as code.

<IdeaMeta slug="..." project="bearlabs" date="2026-06-26" motivation="..." scope="..." brainstorming="..." planning="<IdeaWeekGrid ... />" />
Slugreading-content-creation
Projectwalkingweekend
Date2026-06-26
Motivationwalkingweekend.com needs a unified reading-publishing studio.
ScopeUnify the creation, editing and publishing workflow for stories, books, magazines and teaching materials on walkingweekend.com.
Brainstorming
  • Unified reading config editor
  • Teaching pipeline
  • AI-assisted creation
  • Cross-agent copy
Planning
<IdeaWeekGrid idea="reading-content-creation" project="walkingweekend" />